1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00
actix-website/_layouts/docs.liquid

43 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-01-07 04:00:34 +01:00
<!DOCTYPE html>
<html>
<head>
{% include "head.liquid" %}
</head>
<body>
<header>
{% include "header.liquid" %}
</header>
<main>
2018-01-07 11:14:51 +01:00
<section class="blog">
2018-01-07 04:00:34 +01:00
<div class="inner">
<aside>
<p>Basics</p>
<ul>
2018-01-13 07:45:30 +01:00
<li><a {%if page.permalink == "Basics-example"%}class="active"{%endif%} href="/docs/Basics/Basics-example.html">Basics Example</a></li>
2018-01-07 04:00:34 +01:00
</ul>
<p>Reference</p>
<ul>
2018-01-13 07:45:30 +01:00
<li><a {%if page.permalink == "Reference-example"%}class="active"{%endif%} href="/docs/Reference/Reference-example.html">Reference Example</a></li>
2018-01-07 04:00:34 +01:00
</ul>
<p>Advance</p>
<ul>
2018-01-13 07:45:30 +01:00
<li><a {%if page.permalink == "Advance-example"%}class="active"{%endif%} href="/docs/Advance/Advance-example.html">Advance Example</a></li>
2018-01-07 04:00:34 +01:00
</ul>
2018-01-13 07:45:30 +01:00
<p>API</p>
2018-01-07 04:00:34 +01:00
<ul>
2018-01-13 07:45:30 +01:00
<li><a {%if page.permalink == "API-example"%}class="active"{%endif%} href="/docs/API/API-example.html">Misc Example</a></li>
2018-01-07 04:00:34 +01:00
</ul>
</aside>
2018-01-08 04:21:33 +01:00
<hr id="hr">
2018-01-07 04:00:34 +01:00
<main>
2018-01-13 06:44:38 +01:00
{{ page.content }}
2018-01-07 04:00:34 +01:00
</main>
</div>
</section>
</main>
<footer>
{% include "footer.liquid" %}
</footer>
</body>
</html>