diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-12 17:07:16 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-12 17:07:16 +0800 |
commit | 51265f08cb9b19ebb01375d05057fdbc338b6355 (patch) | |
tree | 8f02e0c2cab0e0772655133cd67d221594753936 /www/templates/header.html | |
parent | 015923746c4d3db65cb7eef3327b34532a7c1ae9 (diff) |
add build for rss feeds
Diffstat (limited to 'www/templates/header.html')
-rw-r--r-- | www/templates/header.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/templates/header.html b/www/templates/header.html index a77079a..d5975fd 100644 --- a/www/templates/header.html +++ b/www/templates/header.html | |||
@@ -4,10 +4,7 @@ | |||
4 | <a href="/about.html" data-tooltip="About this site">About</a> | | 4 | <a href="/about.html" data-tooltip="About this site">About</a> | |
5 | <a href="/posts/">Posts</a> | | 5 | <a href="/posts/">Posts</a> | |
6 | <a href="/projects.html" data-tooltip="Not valid now...">Projects</a> | | 6 | <a href="/projects.html" data-tooltip="Not valid now...">Projects</a> | |
7 | <!-- | 7 | <a href="/links/" data-tooltip="Not valid now...">Links</a> |
8 | <a href="/links.html" data-tooltip="Cool sites you might be interested">Links</a> | ||
9 | --> | ||
10 | <a href="/links.html" data-tooltip="Not valid now...">Links</a> | ||
11 | </nav> | 8 | </nav> |
12 | <nav class="right"> | 9 | <nav class="right"> |
13 | <a href="/rss.xml" data-tooltip="Not valid now...">RSS</a> | | 10 | <a href="/rss.xml" data-tooltip="Not valid now...">RSS</a> | |