BoxyBSD/website/_templates/post.html

4 lines
136 B
HTML

<article>
<b><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></b> <i>({{ date }})</i></b>:<br>
{{ content }}
</article>