diff options
| author | Lorenzo Torres <lorenzo@sagittarius-a.org> | 2025-08-30 18:52:06 +0200 |
|---|---|---|
| committer | Lorenzo Torres <lorenzo@sagittarius-a.org> | 2025-08-30 18:53:25 +0200 |
| commit | a356d60b2bea3b3c864a1168214dbd0987fd7583 (patch) | |
| tree | 550d6927eb500dabddad20df8dc48f6f2ca408af /layout/page.html | |
| parent | 4ee408517cc443c84c9efbb9254a77ea3b3bdb73 (diff) | |
first commit
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> |
