diff options
Diffstat (limited to 'layout')
-rw-r--r-- | layout/feed.xml | 2 | ||||
-rw-r--r-- | layout/page.html | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/layout/feed.xml b/layout/feed.xml index 388c39e..3c9e4b0 100644 --- a/layout/feed.xml +++ b/layout/feed.xml @@ -4,7 +4,7 @@ <channel> <title>{{ title }}</title> <link>{{ site_url }}/</link> -<description>Grow with Technology</description> +<description>Real-time strategy game set in ancient history</description> {{ content }} 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> |