summaryrefslogtreecommitdiff
path: root/layout/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/page.html')
-rw-r--r--layout/page.html13
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>&copy; {{ current_year }} Lorem Ipsum</p>
+<p>&copy; {{ 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>