diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2026-09-09 10:16:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2026-09-09 10:19:47 +0100 |
| commit | 9cdc0ad7c364357610d0743e390b49bae9e65a17 (patch) | |
| tree | 4f17d51d821896607e5f1d6a5527a67c3e65af2b /http/src | |
| parent | f17462ba64e0b5a3df6aad055500af5a3d4f7d2c (diff) | |
| parent | dce85da71fe9ec8b41ad57ea86bbac448b143afe (diff) | |
corrects rss author: uses email
Diffstat (limited to 'http/src')
| -rw-r--r-- | http/src/blog.upphtml | 2 | ||||
| -rw-r--r-- | http/src/microlog.upphtml | 2 | ||||
| -rw-r--r-- | http/src/microlog/rss.uppxml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/http/src/blog.upphtml b/http/src/blog.upphtml index 8c0e429..f96f1df 100644 --- a/http/src/blog.upphtml +++ b/http/src/blog.upphtml @@ -53,7 +53,7 @@ for post in $POSTS; do if [ "$(echo "${post}" | cut -c1-4)" = "$year" ]; then title="$(grep "^export TITLE=" "${SRC}/blog/${post}" | cut -c15-)" title="$(echo ${title} | cut -c1-$(( ${#title} - 16 )) )" date_published="$(echo "${post}" | cut -c1-10)" -href="${SITE_URL}/blog/$(echo "$post" | cut -c1-10).html" +href="${SITE_URL}/blog/$(echo "$post" | cut -c1-10)" #! <li class='h-entry'> diff --git a/http/src/microlog.upphtml b/http/src/microlog.upphtml index aa3cfea..55c1dfc 100644 --- a/http/src/microlog.upphtml +++ b/http/src/microlog.upphtml @@ -55,7 +55,7 @@ for post in $POSTS; do if [ "$(echo "${post}" | cut -c1-4)" = "$year" ]; then title="$(grep "^export TITLE=" "${SRC}/microlog/${post}" | cut -c15-)" title="$(echo "${title}" | cut -c1-$(( ${#title} - 16)) )" date_published="$(echo "${post}" | cut -c1-10)" -href="${SITE_URL}/microlog/$(echo ${post} | cut -c1-$(( ${#post} - 17 )) ).html" +href="${SITE_URL}/microlog/$(echo ${post} | cut -c1-$(( ${#post} - 17 )) )" #! <li class='h-entry'> diff --git a/http/src/microlog/rss.uppxml b/http/src/microlog/rss.uppxml index 20a6ced..7205ea0 100644 --- a/http/src/microlog/rss.uppxml +++ b/http/src/microlog/rss.uppxml @@ -38,7 +38,7 @@ NO_META=1 pp "${SRC}/microlog/$post" "${SITE_URL}" \ | sed "s/\\\$/\\\\\$/g" #! </description> -<author>Joe Carstairs</author> +<author>me@joeac.net</author> </item> #! |
