2018-04-03 05:07:44 +03:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2018-09-19 01:41:20 +03:00
|
|
|
<article itemtype="http://schema.org/WebPage" itemscope>
|
|
|
|
<link itemprop="mainEntityOfPage" itemscope href="{{ page.url | absolute_url | uri_escape }}" />
|
|
|
|
<link itemprop="image" itemscope href="{{ page.image | default: site.image | absolute_url | uri_escape }}" />
|
|
|
|
|
|
|
|
<!-- Header -->
|
2018-05-15 14:05:33 +03:00
|
|
|
<header class="page-header">
|
|
|
|
<h1 class="text-muted">
|
2018-09-19 01:41:20 +03:00
|
|
|
<span itemprop="name">{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</span>
|
2018-05-15 14:05:33 +03:00
|
|
|
</h1>
|
2018-05-15 03:25:42 +03:00
|
|
|
</header>
|
2018-04-18 00:07:49 +03:00
|
|
|
|
2018-09-19 01:41:20 +03:00
|
|
|
<!-- Description -->
|
|
|
|
<meta itemprop="description" content="{{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}" />
|
|
|
|
|
|
|
|
<!-- Content -->
|
|
|
|
<section itemprop="mainContentOfPage">
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
|
|
|
</article>
|