diff --git a/template-post.md b/template-post.md new file mode 100644 index 0000000..fdea5ee --- /dev/null +++ b/template-post.md @@ -0,0 +1,8 @@ +title: Post Title +description: Post description goes here +tags: template, post, misc +date: 2024-01-17 14:24 + +# Post Content + +Post content goes here... diff --git a/templates/article.html b/templates/article.html index 889186d..e675a32 100644 --- a/templates/article.html +++ b/templates/article.html @@ -7,12 +7,12 @@ {% if title %}

{{ title }}

{% endif %} + {% if description %} +

{{ description }}

+ {% endif %} {{ content }}