diff options
author | Lorenzo Torres <torres@sideros.org> | 2025-03-27 19:45:11 +0100 |
---|---|---|
committer | Lorenzo Torres <torres@sideros.org> | 2025-03-27 19:45:11 +0100 |
commit | bef1082673c050eaa3a6b459d1a6d4e2711d859b (patch) | |
tree | 08c9a630990abc2f6b8155bb767bd821d3b19b1e /layout/page.html | |
parent | 40bb66a10bb7b6cbf9dd9d93b054de95cb20eba6 (diff) |
base code
Diffstat (limited to 'layout/page.html')
-rw-r--r-- | layout/page.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/layout/page.html b/layout/page.html index 1912997..59aa2ce 100644 --- a/layout/page.html +++ b/layout/page.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>{{ title }} - {{ subtitle }}</title> + <title>{{ title }}</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" type="text/css" href="{{ base_path }}/css/style.css"> @@ -17,8 +17,8 @@ <span class="links"> <a href="{{ base_path }}/blog/">Blog</a> <a href="{{ base_path }}/news/">News</a> - <a href="{{ base_path }}/contact/">Contact</a> - <a href="{{ base_path }}/about/">About</a> + <a href="{{ base_path }}/community/">Community</a> + <a href="{{ base_path }}/development/">Development</a> </span> </section> </nav> @@ -29,11 +29,10 @@ <footer> <section> -<p>© {{ current_year }} Lorem Ipsum</p> +<p>© {{ current_year }} Sideros project</p> <p> - <a href="https://twitter.com/sunainapai">Twitter</a> - <a href="https://github.com/sunainapai">GitHub</a> - <a href="https://www.example.com/">Example</a> + <a href="https://git.sideros.org/">Project Git</a> + <a href="https://git.sideros.org/website">Source code</a> </p> </section> </footer> |