aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index dcf667a..e5d6197 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -8,7 +8,7 @@ layout: default
{% capture category %}{%- include jekyll-theme/categories/label.html link=true category=page.category monospace=true -%} {% endcapture %}
{% endif %}
-{% capture date %}{{ category }}{{ date }}{% endcapture %}
+{% capture date %}<p>{{ category }}{{ date }}</p>{% endcapture %}
{% capture title %}<h1>{{ page.title }}</h1>{% endcapture %}