BoxyBSD/website/_templates/post.html

5 lines
136 B
HTML
Raw Permalink Normal View History

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