Add comments.

This commit is contained in:
Tom Alexander
2023-10-23 23:36:47 -04:00
parent 2413923b3f
commit 448e9bb8c6
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
<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}
{! TODO: date? !}
</div>
{! TODO: Table of contents? !}
<div class="blog_post_body">
</div>
</div>