forked from rosario/kasper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.html
32 lines (25 loc) · 860 Bytes
/
page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: default
post_class: post-template page-template
---
<nav class="main-nav clearfix">
<a class="back-button icon-arrow-left" href="{{ site.baseurl }}">Home</a>
<a class="subscribe-button icon-feed" href="{{ site.baseurl }}rss.xml">Subscribe</a>
</nav>
<main class="content" role="main">
<article class="post">
<!-- <header class="post-header">
<a id="blog-logo" href="{{site.baseurl}}">
{% if site.logo %}
<img src="{{site.logo}}" alt="{{ site.name }}" />
{% else %}
<span class="blog-title">{{ site.name }}</span>
{%endif%}
</a>
</header> -->
<h1 class="post-title">{{ page.title }}</h1>
<section class="post-content">
{{content}}
</section>
</article>
</main>