Gameserver/website/_layouts/post.html

9 lines
140 B
HTML

---
layout: default
nav_pill: news
---
<h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
{{ content }}