diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/header.html | 5 | ||||
-rw-r--r-- | template/home.html | 2 | ||||
-rw-r--r-- | template/images.html | 1 | ||||
-rw-r--r-- | template/search.html | 1 |
4 files changed, 8 insertions, 1 deletions
diff --git a/template/header.html b/template/header.html index fcdbb13..accd4cd 100644 --- a/template/header.html +++ b/template/header.html @@ -12,6 +12,11 @@ <meta name="description" content="{%server_name%}: {%description%}"> </head> <body> + <div class="navigation"> + <a href="/">Home</a> + <a href="/settings">Settings</a> + <a href="https://git.lolcat.ca/lolcat/4get_news" target="_BLANK">News</a> + </div> <form method="GET" autocomplete="off"> <div class="searchbox"> <input type="submit" value="Search" tabindex="-1"> diff --git a/template/home.html b/template/home.html index b4f0735..28799f2 100644 --- a/template/home.html +++ b/template/home.html @@ -28,7 +28,7 @@ <div class="autocomplete"></div> </div> </form> - <a href="settings">Settings</a> • <a href="instances">Instances</a> • <a href="api.txt">API</a> • <a href="about">About</a> • <a href="https://git.lolcat.ca/lolcat/4get">Source</a> • <a href="https://ko-fi.com/lolcat" rel="noreferrer" target="BLANK">Donate</a> + <a href="settings">Settings</a> • <a href="instances">Instances</a> • <a href="https://git.lolcat.ca/lolcat/4get_news">News</a> • <a href="api.txt">API</a> • <a href="about">About</a> • <a href="https://git.lolcat.ca/lolcat/4get">Source</a> • <a href="https://ko-fi.com/lolcat" rel="noreferrer" target="BLANK">Donate</a> <div class="subtext"> <a href="https://4get.ca">Clearnet</a> • <a href="http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion">Tor</a> • <a href="https://lolcat.ca">Report a problem</a><br> Running on <b>v{%version%}</b>!! diff --git a/template/images.html b/template/images.html index a19ddeb..6007e44 100644 --- a/template/images.html +++ b/template/images.html @@ -1,3 +1,4 @@ + <div class="timetaken">Took {%timetaken%}s</div> <div id="images"> {%images%} </div> diff --git a/template/search.html b/template/search.html index d7f73a5..e1c979c 100644 --- a/template/search.html +++ b/template/search.html @@ -1,3 +1,4 @@ + {%timetaken%} <div id="overflow" class="web{%class%}"> <div class="right-wrapper"> <div class="right-right"> |