diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-09-18 08:09:34 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-09-18 08:09:34 +0200 |
commit | 7c410c08fe481c772bd5146fdf67e9c1b709883d (patch) | |
tree | a3685f0f39b13ce55718322c3534bc4a8be33b23 /src/templates/layout.html | |
parent | 17b9a38983ce282f41041d804334911862fd34ab (diff) | |
download | theos-website-7c410c08fe481c772bd5146fdf67e9c1b709883d.tar.xz |
layout: Move cgit link last
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r-- | src/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html index 03af728..7e7ea66 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -15,8 +15,8 @@ <nav> <ul> <li><a href="/">theos</a></li> - <li><a href="//git.kyriasis.com/">cgit</a></li> <li><a href="/znc/">znc</a></li> + <li><a href="//git.kyriasis.com/">cgit</a></li> </ul> </nav> <h1>{{ header }}</h1> |