I forgot to add <slot>
This commit is contained in:
parent
1dffd47bc1
commit
6bb351e2bd
|
@ -14,10 +14,7 @@
|
||||||
{#if !isSnorre}
|
{#if !isSnorre}
|
||||||
<div class="developersProfile {isSnorre ? "isSnorre" : ""} pl-4 font-mono">
|
<div class="developersProfile {isSnorre ? "isSnorre" : ""} pl-4 font-mono">
|
||||||
<NameAndTag name={name} tags={tags} isMobile={isMobile}/>
|
<NameAndTag name={name} tags={tags} isMobile={isMobile}/>
|
||||||
<span>
|
<slot/>
|
||||||
<p>Hi, I am Alex/Zhen, {@html !isMobile ? "" : "<br/>"} I'm that chinese guy.</p>
|
|
||||||
<p>Here's my CV: <a href="/zhen/cv/rev2?hideOnPrint=1" style="color:lightblue;">pdf</a></p>
|
|
||||||
</span>
|
|
||||||
<MobileTags tags={tags} isMobile={isMobile}/>
|
<MobileTags tags={tags} isMobile={isMobile}/>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
|
|
Loading…
Reference in New Issue