diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 19:20:21 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 19:20:21 +0100 |
commit | b80cbb4da92dcdead24a3ab44f84f5e75e1e7c1c (patch) | |
tree | 18400bd0ad74d12230695b754662d8a3a811f23d /templates/header.html | |
parent | e168a7ba551f035c357efa92a3b1079277486e55 (diff) | |
download | website-trunk.tar.gz |
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/header.html b/templates/header.html deleted file mode 100644 index b3a4049..0000000 --- a/templates/header.html +++ /dev/null @@ -1,19 +0,0 @@ -<header> - <div> - <img src="/logo.png"> - {% if title is defined %} - <h1>{{ title }}</h1> - {% else %} - <h1>rgoncalves.se</h1> - {% endif %} - </div> - <nav> - - <a href="/">home</a> - <a href="/writeups/">writeups</a> - <a href="/services/">services</a> - <a href="/public">public</a> - <a href="http://git.rgoncalves.se">git</a> - <a href="https:/gitlab.com/rgoncalves.se/infrastructure/">infrastructure</a> - </nav> -</header> |