summaryrefslogtreecommitdiffhomepage
path: root/www/templates/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/header.html')
-rw-r--r--www/templates/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/header.html b/www/templates/header.html
index 1020bc4..f9d19ec 100644
--- a/www/templates/header.html
+++ b/www/templates/header.html
@@ -8,7 +8,7 @@
8 <a href="/links/" data-tooltip="Not valid now...">Links</a> 8 <a href="/links/" data-tooltip="Not valid now...">Links</a>
9 </nav> 9 </nav>
10 <nav class="right"> 10 <nav class="right">
11 <a href="/rss.xml" data-tooltip="Not valid now...">RSS</a> | 11 <a href="/feed.rss">RSS</a> |
12 <a href="https://git.topo.tw" data-tooltip="Public Git Repos">Code</a> | 12 <a href="https://git.topo.tw" data-tooltip="Public Git Repos">Code</a> |
13 <a href="/gpg.asc">GPG</a> 13 <a href="/gpg.asc">GPG</a>
14 </nav> 14 </nav>