diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-14 12:40:41 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-14 12:40:43 +0800 |
commit | b604d49cfac78f0061ffee2373dede6206db6667 (patch) | |
tree | 0c4619b2ca8f988e7b03857aeac6a7d165710f94 /www/templates/header.html | |
parent | e29c1f2d1f046a67dc61a100210b47a95963a746 (diff) |
www: add /TODAY
Diffstat (limited to 'www/templates/header.html')
-rw-r--r-- | www/templates/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/templates/header.html b/www/templates/header.html index d5975fd..1020bc4 100644 --- a/www/templates/header.html +++ b/www/templates/header.html | |||
@@ -1,5 +1,6 @@ | |||
1 | <header> | 1 | <header> |
2 | <nav class="left"> | 2 | <nav class="left"> |
3 | <!--<a style="color: Navy; font-weight: 900;"href="/TODAY">TODAY</a>--> | ||
3 | <a href="/">Home</a> | | 4 | <a href="/">Home</a> | |
4 | <a href="/about.html" data-tooltip="About this site">About</a> | | 5 | <a href="/about.html" data-tooltip="About this site">About</a> | |
5 | <a href="/posts/">Posts</a> | | 6 | <a href="/posts/">Posts</a> | |