New skin page pages
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
parent
abd69b6b5e
commit
d618c2de08
@ -1,8 +1,12 @@
|
|||||||
---
|
---
|
||||||
permalink: "/404.html"
|
permalink: "/404.html"
|
||||||
title: "404: Page not found"
|
title: "404: Page not found"
|
||||||
layout: page
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
|
<div class="container f04">
|
||||||
<a href="{{ site.baseurl | uri_escape }}">Head back home</a> to try finding it again.
|
<div class="content">
|
||||||
|
<div class="num">404</div>
|
||||||
|
<div class="detail">Page not found</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
permalink: "/about.html"
|
permalink: "/about.html"
|
||||||
description: "Обо мне"
|
|
||||||
title: "About"
|
title: "About"
|
||||||
sidebar: true
|
|
||||||
layout: page
|
layout: page
|
||||||
|
show: true
|
||||||
---
|
---
|
||||||
|
|
||||||
There is a significant amount of subtle, yet precisely calibrated, styling to ensure that your content is emphasized while still looking aesthetically pleasing.
|
There is a significant amount of subtle, yet precisely calibrated, styling to ensure that your content is emphasized while still looking aesthetically pleasing.
|
||||||
|
@ -3,6 +3,8 @@ permalink: "/index.html"
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<div class="content">
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div class="page-heading">Blog</div>
|
<div class="page-heading">Blog</div>
|
||||||
<!-- List -->
|
<!-- List -->
|
||||||
@ -22,3 +24,5 @@ layout: default
|
|||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user