mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
new design
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
<li><a {%if route == "Blog-example"%}class="active"{%endif%} href="/blog/Blog-example.html">Blog Example</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<hr id="hr">
|
||||
<main>
|
||||
{{ content }}
|
||||
</main>
|
||||
|
@ -13,21 +13,22 @@
|
||||
<aside>
|
||||
<p>Basics</p>
|
||||
<ul>
|
||||
<li><a {%if route == "Basics-example"%}class="active"{%endif%} href="/blog/Basics-example.html">Basics Example</a></li>
|
||||
<li><a {%if route == "Basics-example"%}class="active"{%endif%} href="/docs/Basics-example.html">Basics Example</a></li>
|
||||
</ul>
|
||||
<p>Reference</p>
|
||||
<ul>
|
||||
<li><a {%if route == "Reference-example"%}class="active"{%endif%} href="/blog/Reference-example.html">Reference Example</a></li>
|
||||
<li><a {%if route == "Reference-example"%}class="active"{%endif%} href="/docs/Reference-example.html">Reference Example</a></li>
|
||||
</ul>
|
||||
<p>Advance</p>
|
||||
<ul>
|
||||
<li><a {%if route == "Advance-example"%}class="active"{%endif%} href="/blog/Advance-example.html">Advance Example</a></li>
|
||||
<li><a {%if route == "Advance-example"%}class="active"{%endif%} href="/docs/Advance-example.html">Advance Example</a></li>
|
||||
</ul>
|
||||
<p>Misc</p>
|
||||
<ul>
|
||||
<li><a {%if route == "Misc-example"%}class="active"{%endif%} href="/docs/Misc-example.html">Misc Example</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<hr id="hr">
|
||||
<main>
|
||||
{{ content }}
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user