Files
Kleeja/docs/_layouts/post.html
Abdulrahman fd89148fac docs
2018-01-11 19:31:21 +03:00

15 lines
283 B
HTML

---
layout: default
---
<small>{{ page.date | date: "%-d %B %Y" }}</small>
<h1>{{ page.title }}</h1>
<p class="view">by {{ page.author | default: site.author }}</p>
{{content}}
{% if page.tags %}
<small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small>
{% endif %}