aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-18 19:35:05 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-18 19:35:05 +0200
commit22c4f3e4220bf6c71c54f9e2f23d90a53a818b53 (patch)
tree02696eb7d1e90b17216da5a63059df73164495c1 /build.sh
parenta25444038e15c934a8399ae1e3a585b27a938a11 (diff)
downloadsebastiano.tronto.net-22c4f3e4220bf6c71c54f9e2f23d90a53a818b53.tar.gz
sebastiano.tronto.net-22c4f3e4220bf6c71c54f9e2f23d90a53a818b53.zip
Added blog series index
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