0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

Layers of a new theme

Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
Valentin Popov
2018-04-07 09:17:54 +00:00
parent 7bc283dc5e
commit a646efb49b
3 changed files with 45 additions and 47 deletions

View File

@ -2,12 +2,15 @@
layout: default
---
<div class="page">
<!-- Header -->
<h1 class="page-title">
{{ page.title | smartify | strip_html | normalize_whitespace }}
</h1>
<!-- Contents -->
{{ content | normalize_whitespace }}
<div class="container">
<div class="content">
<!-- Header -->
<div class="page-heading">
{{ page.title | smartify | strip_html | normalize_whitespace }}
</div>
<!-- Contents -->
<div class=markdown>
{{ content | normalize_whitespace }}
</div>
</div>
</div>