Skip to content

Commit

Permalink
Add publication date to posts
Browse files Browse the repository at this point in the history
  • Loading branch information
ept committed Nov 2, 2016
1 parent 20ab565 commit 44b8854
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_layouts/ync-post.html
Expand Up @@ -17,6 +17,10 @@

<h1>{{ page.title }}</h1>

{% if page.date %}
<p style="font-size: 80%">Published by Martin Kleppmann on {{ page.date | date_to_string }}.</p>
{% endif %}

{{ content }}

{% for hn_link in page.hackernews %}
Expand Down

0 comments on commit 44b8854

Please sign in to comment.