Add header images to post content
This commit is contained in:
@@ -22,9 +22,9 @@ const readTime = calcReadTime(wordCount);
|
||||
|
||||
<Base>
|
||||
<div slot="sidebar" class="text-left">
|
||||
<p class="text-2xl">{title}</p>
|
||||
<img src={headerImage}/>
|
||||
<p class="text-2xl pt-2">{title}</p>
|
||||
|
||||
<!-- <img src={headerImage}/> -->
|
||||
|
||||
<p class="italic">{description}</p>
|
||||
|
||||
@@ -39,7 +39,7 @@ const readTime = calcReadTime(wordCount);
|
||||
|
||||
</div>
|
||||
|
||||
<div id="post-content" slot="content" class="py-12">
|
||||
<div id="post-content" slot="content" class="md:py-12">
|
||||
<Fragment set:html={content} />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user