diff options
-rw-r--r-- | src/_head.htm | 2 | ||||
-rw-r--r-- | src/compile.ht | 2 | ||||
-rw-r--r-- | tmpl.feed.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/_head.htm b/src/_head.htm index 762965e..e8ec1cc 100644 --- a/src/_head.htm +++ b/src/_head.htm | |||
@@ -9,6 +9,6 @@ | |||
9 | <link rel="shortcut icon" | 9 | <link rel="shortcut icon" |
10 | href="data:image/gif;base64,R0lGODdhEAAQAIAAAAByL8zAGiwAAAAAEAAQAAACK4wNqQsX+1hD6kiaXKxQb+ZZYChmpGNinfpxV/q02dzUrx1L+Lzlp60LFgAAOw==" /> | 10 | href="data:image/gif;base64,R0lGODdhEAAQAIAAAAByL8zAGiwAAAAAEAAQAAACK4wNqQsX+1hD6kiaXKxQb+ZZYChmpGNinfpxV/q02dzUrx1L+Lzlp60LFgAAOw==" /> |
11 | <link rel="stylesheet" type="text/css" href="static/casa.css"> | 11 | <link rel="stylesheet" type="text/css" href="static/casa.css"> |
12 | <link rel="alternate" type="application/atom+xml" href="static/rss.xml"> | 12 | <link rel="alternate" type="application/atom+xml" href="feed.xml"> |
13 | </head> | 13 | </head> |
14 | <body> | 14 | <body> |
diff --git a/src/compile.ht b/src/compile.ht index 9fb91c9..2cc1661 100644 --- a/src/compile.ht +++ b/src/compile.ht | |||
@@ -1,5 +1,5 @@ | |||
1 | ;@@title: Compiling!@@ | 1 | ;@@title: Compiling!@@ |
2 | ;@@date: 2022-05-24@@ | 2 | ;@@date: 2022-05-19@@ |
3 | 3 | ||
4 | I've been using Emacs to write this site so far, and it has a convenient | 4 | I've been using Emacs to write this site so far, and it has a convenient |
5 | <code>M-x compile</code> command that is fun to use. However, I frequently want | 5 | <code>M-x compile</code> command that is fun to use. However, I frequently want |
diff --git a/tmpl.feed.xml b/tmpl.feed.xml index 4110839..fc82a67 100644 --- a/tmpl.feed.xml +++ b/tmpl.feed.xml | |||
@@ -9,7 +9,7 @@ | |||
9 | <rights>Copyright (C) 2022 CC-BY-SA Case Duckworth</rights> | 9 | <rights>Copyright (C) 2022 CC-BY-SA Case Duckworth</rights> |
10 | <updated>$(date -u +%FT%TZ)</updated> | 10 | <updated>$(date -u +%FT%TZ)</updated> |
11 | 11 | ||
12 | $(cat .tmp/index-list | while read line; do | 12 | $(cat .tmp/index-list | sort -r | while read line; do |
13 | entry_date="$(echo "$line" | sed 's/.*<li><!-- \(.*\) -->.*/\1/')" | 13 | entry_date="$(echo "$line" | sed 's/.*<li><!-- \(.*\) -->.*/\1/')" |
14 | entry_title="$(echo "$line" | sed 's#.*<a href=".*">\(.*\)</a>.*#\1#')" | 14 | entry_title="$(echo "$line" | sed 's#.*<a href=".*">\(.*\)</a>.*#\1#')" |
15 | entry_html="$(echo "$line" | sed 's#.*<a href="\(.*\)">.*#\1#')" | 15 | entry_html="$(echo "$line" | sed 's#.*<a href="\(.*\)">.*#\1#')" |