mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
11 lines
204 B
HTML
11 lines
204 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="page">
|
|
{%- assign date_format = "%F" -%}
|
|
<h1>{{ page.title | escape }}</h1>
|
|
<h5> {{ page.date | date: date_format }}</h5>
|
|
{{ content }}
|
|
</div>
|