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:
@ -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>
|
||||
|
Reference in New Issue
Block a user