diff options
Diffstat (limited to 'layout/page.html')
| -rw-r--r-- | layout/page.html | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/layout/page.html b/layout/page.html index 4cbc171..f300dbe 100644 --- a/layout/page.html +++ b/layout/page.html @@ -11,32 +11,18 @@ <nav> <section> - <span class="home"> - <a href="{{ base_path }}/">Home</a> - </span> - <span class="links"> - <a href="{{ base_path }}/blog/">Blog</a> - <a href="{{ base_path }}/news/">News</a> - <a href="{{ base_path }}/community/">Community</a> - <a href="{{ base_path }}/docs/">Documentation</a> - <a href="{{ base_path }}/development/">Development</a> + <span id="menu"> + <a href="{{ base_path }}/">home</a> + <a href="{{ base_path }}/blog/">blog</a> + <a href="{{ base_path }}/projects/">projects</a> + <a href="{{ base_path }}/faq/">faq</a> </span> </section> </nav> -<main> +<div class="content"> {{ content }} -</main> - -<footer> -<section> -<p>© {{ current_year }} Sideros project</p> -<p> - <a href="https://git.sideros.org/">Project Git</a> - <a href="https://git.sideros.org/website">Source code</a> -</p> -</section> -</footer> +</div> </body> </html> |
