55 lines
2.2 KiB
HTML
55 lines
2.2 KiB
HTML
---
|
|
---
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% include base.html %}
|
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
|
<meta charset="utf-8" />
|
|
<meta name='robots' content='index'/>
|
|
<meta name="description" content="{{ page.title }} by {{ site.title }}. {{ content | truncatewords:40 | strip_html }}">
|
|
<meta name="date" content="{{ page.date | date: '%Y-%m-%d' }}" scheme="YYYY-MM-DD">
|
|
<meta name="keywords" content="{{ page.title }}, {{ page.keywords }} Sakrecoer, blog, article, readings, thoughts, poetry for robots,">
|
|
<meta property="og:image" content="{{ site.production_url }}{{ page.bgimg }}" />
|
|
<meta property="og:title" content="{{ page.title }}" />
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:site_name" content="{{ site.title }}" />
|
|
<meta property="og:description" content="{{ content | truncatewords:30 | strip_html }}" />
|
|
<meta property="og:url" content="{{ site.production_url }}{{ page.url }}" />
|
|
|
|
<link rel="stylesheet" href="{{ base }}/assets/css/style2014.css" />
|
|
<link rel="shortcut icon" href="{{ base }}/assets/img/mininewskoolLOGO.png" type="image/png" />
|
|
<title>Sakrecoer - {{ page.title }}</title>
|
|
</head>
|
|
<body id="Blog">
|
|
|
|
<div class="image-fullscreen" style="background-image:url('{{ base }}{{ page.bgimg }}')"></div>
|
|
|
|
<div id="blogcontent">
|
|
<table>
|
|
<tr>
|
|
<td><h1>{{ page.title }}</h1></td>
|
|
<td>{{ content }}<!-- pagination -->
|
|
|
|
|
|
|
|
<br />
|
|
<div style="text-align:center;">
|
|
<hr />
|
|
{% if page.next_in_category != nil %}
|
|
<a href="{{ base }}{{ page.next_in_category.url }}" title="Previous Post" style="font-weight:bold;font-size:24px;text-transform:uppercase;">Previous Post < </a> {% endif %}
|
|
{% if page.previous_in_category != nil %}
|
|
<a href="{{ base }}{{ page.previous_in_category.url }}" title="Next Post" style="font-weight:bold;font-size:24px;text-transform:uppercase;"> > Next Post</a>
|
|
{% endif %}
|
|
|
|
</div>
|
|
<p style="font-size:10px;">This website is not a place for dialogues, hence you cannot comment. But hey! If you are upset, happy or lost, I'd love to here from you by email.</p></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
{% include navmenu.html %}
|
|
|
|
|
|
</body>
|
|
</html>
|