mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2025-12-19 07:04:21 +01:00
14
_layouts/post.html
Normal file
14
_layouts/post.html
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
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 %}
|
||||||
Reference in New Issue
Block a user