Render the page title and self link.

This commit is contained in:
Tom Alexander 2023-10-23 23:06:14 -04:00
parent ab36a60545
commit 2413923b3f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="blog_post">
<div class="blog_post_intro">
{?.title}{?.self_link}<a class="blog_post_title" href="{.link}">{.title}</a>{:else}<div class="blog_post_title">{.title}</div>{/.self_link}{/.title}
</div>
</div>