1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/_layouts/blog.liquid
2018-01-13 14:45:30 +08:00

31 lines
664 B
Plaintext

<!DOCTYPE html>
<html>
<head>
{% include "head.liquid" %}
</head>
<body>
<header>
{% include "header.liquid" %}
</header>
<main>
<section class="docs">
<div class="inner">
<aside>
<p>2018</p>
<ul>
<li><a {%if page.permalink == "Blog-example"%}class="active"{%endif%} href="/blog/2018/Blog-example.html">Blog Example</a></li>
</ul>
</aside>
<hr id="hr">
<main>
{{ page.content }}
</main>
</div>
</section>
</main>
<footer>
{% include "footer.liquid" %}
</footer>
</body>
</html>