diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-23 17:14:11 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-23 17:14:11 +0800 |
commit | d0aa579d6ef6674128086055a128cd9a73ffc59c (patch) | |
tree | c5044e12cfb03c797afb5747486a9759640c9141 | |
parent | d239d46dd849e85e2b3971649692bc952b87a61c (diff) |
update for site
-rwxr-xr-x | www/scripts/update-feeds.sh | 2 | ||||
-rw-r--r-- | www/templates/header.html | 2 | ||||
-rw-r--r-- | www/templates/index.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/scripts/update-feeds.sh b/www/scripts/update-feeds.sh index cb7da02..ce10f14 100755 --- a/www/scripts/update-feeds.sh +++ b/www/scripts/update-feeds.sh | |||
@@ -6,7 +6,7 @@ curlOpts='--insecure' | |||
6 | ln -sf ${LIST} $(basename $LIST) | 6 | ln -sf ${LIST} $(basename $LIST) |
7 | ln -sf $0 $(basename $0) | 7 | ln -sf $0 $(basename $0) |
8 | 8 | ||
9 | cat "${LIST}" | while read url interval tags; do | 9 | grep '^[^#]' "${LIST}" | while read url interval tags; do |
10 | feed=${url//\//%2F} | 10 | feed=${url//\//%2F} |
11 | unset next_fetch; declare -i next_fetch=0 | 11 | unset next_fetch; declare -i next_fetch=0 |
12 | 12 | ||
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> |
diff --git a/www/templates/index.md b/www/templates/index.md index 5743a19..033dcec 100644 --- a/www/templates/index.md +++ b/www/templates/index.md | |||
@@ -1 +1 @@ | |||
> There should be a intro for this site, but I cannot came up with any idea about this... | > Here should has an cool intro about this site, but I cannot came up with any idea ... | ||