diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 12:32:06 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 12:32:19 +0100 |
commit | 3cd56b234029cbebea177f32c6d531338334ec40 (patch) | |
tree | 4c716540a435f60038c9b32b9b73d96a04c470eb /templates/layout.html | |
parent | 0c6a901fc75b04405f400a4dc42dafa71c445021 (diff) | |
download | kyblo-3cd56b234029cbebea177f32c6d531338334ec40.tar.xz |
Add about me page
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index dc1507a..3de91d5 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -69,6 +69,7 @@ footer ul#contact-info li { <ul> <li><a href="index.html">index</a></li> <li><a href="archive.html">archive</a></li> + <li><a href="about.html">about</a></li> </ul> </nav> </header> |