diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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" |
