From d0aa579d6ef6674128086055a128cd9a73ffc59c Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 23 Dec 2024 17:14:11 +0800 Subject: update for site --- www/scripts/update-feeds.sh | 2 +- www/templates/header.html | 2 +- www/templates/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'www') 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' ln -sf ${LIST} $(basename $LIST) ln -sf $0 $(basename $0) -cat "${LIST}" | while read url interval tags; do +grep '^[^#]' "${LIST}" | while read url interval tags; do feed=${url//\//%2F} unset next_fetch; declare -i next_fetch=0 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 @@ Links 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 ... -- cgit v1.2.3-70-g09d2