aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-14 17:36:51 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-14 17:36:51 +0100
commit5ed505e280c6c6a7459bb2e4249313fa65df052f (patch)
tree7bcd1417ef01423740f623be5e7a61007f9e79c5 /build.sh
parent0ece949b176312dd7b9a2305892acc8f013a0e67 (diff)
parent0c2a1363f154be65c20dc5dc42c0a41f7caf8da9 (diff)
downloadsebastiano.tronto.net-5ed505e280c6c6a7459bb2e4249313fa65df052f.tar.gz
sebastiano.tronto.net-5ed505e280c6c6a7459bb2e4249313fa65df052f.zip
Merge branch 'master' of tronto.net:sebastiano.tronto.net
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index e3b18bf..73bce36 100755
--- a/build.sh
+++ b/build.sh
@@ -50,6 +50,7 @@ makeblogindexandfeed() {
50 sed "s/TITLE/Blog/" < top.html > "$bf" 50 sed "s/TITLE/Blog/" < top.html > "$bf"
51 { echo '<h1 id="blog">Blog</h1>'; 51 { echo '<h1 id="blog">Blog</h1>';
52 echo '<table id="blog">'; 52 echo '<table id="blog">';
53 echo '<a href="../series">Blog series</a> - ';
53 echo '<a href="feed.xml">RSS feed</a>'; } >> "$bf" 54 echo '<a href="feed.xml">RSS feed</a>'; } >> "$bf"
54 55
55 cp feed-top.xml "$ff" 56 cp feed-top.xml "$ff"

Generated with cgit - Back to sebastiano.tronto.net