Oops, add blog layout
This commit is contained in:
parent
a3f2ccc89c
commit
fa4c2a2af6
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue