diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-10 20:18:14 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-10 20:18:14 +0200 |
commit | 19ab76234937f330a6c656857e2b3a7541f2f0b0 (patch) | |
tree | 48d49205e5f63ee66c30afbd268b1b4bb3c5d7dd /header.html | |
parent | 0090915a48c8353e2cb3637e59e5a31f6c449fa8 (diff) | |
download | website-19ab76234937f330a6c656857e2b3a7541f2f0b0.tar.xz |
Separate meta info to head.html and moved includes to partials/
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/header.html b/header.html deleted file mode 100644 index 14485bd..0000000 --- a/header.html +++ /dev/null @@ -1,10 +0,0 @@ -<header> - <h1><a href="index.html">Johannes Löthberg</a></h1> - <nav> - <ul> - <li><a href="/~kyrias/">~/</a></li> - <li><a href="/~kyrias/blog">~/blog/</a></li> - <li><a href="/~kyrias/contact">~/contact/</a></li> - </ul> - </nav> -</header> |