Oops, add blog layout

This commit is contained in:
Neale Pickett 2022-08-02 15:31:02 -06:00
parent a3f2ccc89c
commit fa4c2a2af6
1 changed files with 15 additions and 0 deletions

15
_layouts/blog.html Normal file
View File

@ -0,0 +1,15 @@
---
layout: default
---
{{content | smartify}}
{% if page.tags.size != 0 %}
<div class="tags">
Tags:
{% for tag in page.tags %}
{{tag}}
{% endfor %}
</div>
{% endif %}