-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
130 additions
and
255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
--- | ||
layout: default | ||
title: Page not found! 😨 | ||
layout: page | ||
title: Страница не найдена! 😨 | ||
noindex: true | ||
--- | ||
<meta http-equiv="refresh" content="3;url={{ site.url | absolute_url }}" /> | ||
<meta name="robots" content="noindex, nofollow"/> | ||
<meta http-equiv="refresh" content="3;url={{ site.url | absolute_url }}"/> | ||
|
||
## 404 - Page not found! 😨 | ||
<h2>404 - Page not found! 😨</h2> | ||
|
||
We could not find what you were looking for. | ||
|
||
Would you like to visit our homepage instead? | ||
|
||
[Go back to the home page 🏡]({{ site.url | relative_url }}). | ||
<p>Мы не смогли найти то, что вы искали.</p> | ||
<p>Хотели бы вы вместо этого посетить нашу домашнюю страницу? | ||
<br> | ||
<a href="{{ site.url | relative_url }}"> | ||
Вернитесь на домашнюю страницу 🏡 | ||
</a> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
layout: default | ||
--- | ||
<article class="page"> | ||
{% include snippet/post/post-thumbnail.liquid | ||
src=page.image | ||
alt=page.title | ||
param='?w=942&h=218&fit=crop' | ||
%} | ||
<header class="page-header"> | ||
{% if page.page_title %} | ||
{% include snippet/post/post-title.liquid | ||
title=page.page_title | ||
url=page.url | ||
%} | ||
{% else %} | ||
{% include snippet/post/post-title.liquid | ||
title=page.title | ||
url=page.url | ||
%} | ||
{% endif %} | ||
{% include snippet/post/post-meta.liquid | ||
date=page.date | ||
content=page.content | ||
modified_date=page.modified_date | ||
%} | ||
{% include snippet/post/post-tags.liquid | ||
tags=page.tags | ||
%} | ||
{% include snippet/post/post-categories.liquid | ||
categories=page.categories | ||
%} | ||
</header> | ||
<div class="page-content"> | ||
{{ content }} | ||
</div> | ||
</article> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,7 @@ | ||
--- | ||
layout: default | ||
--- | ||
<article class="page"> | ||
{% include snippet/post/post-thumbnail.liquid | ||
src=page.image | ||
alt=page.title | ||
param='?w=942&h=218&fit=crop' | ||
%} | ||
<header class="page-header"> | ||
{% if page.page_title %} | ||
{% include snippet/post/post-title.liquid | ||
title=page.page_title | ||
url=page.url | ||
%} | ||
{% else %} | ||
{% include snippet/post/post-title.liquid | ||
title=page.title | ||
url=page.url | ||
%} | ||
{% endif %} | ||
{% include snippet/post/post-meta.liquid | ||
date=page.date | ||
content=page.content | ||
modified_date=page.modified_date | ||
%} | ||
{% include snippet/post/post-tags.liquid | ||
tags=page.tags | ||
%} | ||
{% include snippet/post/post-categories.liquid | ||
categories=page.categories | ||
%} | ||
</header> | ||
<div class="page-content"> | ||
{{ content }} | ||
</div> | ||
</article> | ||
|
||
{% comment %}{{ page | jsonify }}{% endcomment %} | ||
|
||
{{ content }} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.