ruby-x.github.io/_layouts/news.html.haml
2018-04-10 18:39:03 +03:00

22 lines
407 B
Plaintext

\---
layout: site
\---
.row
%div
%h1.center
{{page.title}}
%p.center
%span Written by {{page.author}} on {{page.date | date_to_string}}.
%div
{{content}}
.row
%h2.center Older
%div
%ul.nav
{% for post in site.posts %}
%li
%a{:href => "{{ post.url }}"}
{{ post.title }}
%small {{ post.date | date: "%d.%m.%y" }}
{% endfor %}