make teaser optional

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-08-30 20:09:01 +05:30
parent 2a6271f51a
commit ace54ce5a2

View File

@@ -14,7 +14,11 @@
</div>
</div>
<div class="post-teaser">
$if(teaser)$
$teaser$
$else$
$body$
$endif$
</div>
<a href="$url$">Read more</a>
</article>