mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Created basic Jekyll blog
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
<section class="container post">
|
||||
<div class="page">
|
||||
{%- assign date_format = "%F" -%}
|
||||
<h1>{{ page.title | escape }}</h1>
|
||||
<h5> {{ page.date | date: date_format }}</h5>
|
||||
{{ content }}
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user