We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a969d08 commit 72dd89cCopy full SHA for 72dd89c
1 file changed
templates/articles/article.html
@@ -18,6 +18,9 @@
18
<h1 class="text-2xl font-bold m-2 p-2">
19
{{ page.title }}
20
</h1>
21
+ {% if page.description %}
22
+ <div class="p-2">{{ page.description }}</div>
23
+ {% endif %}
24
{% if page.date %}
25
<p class="subtitle">
26
Published on {{ page.date | date(format="%Y-%m-%d") }}
0 commit comments