Add rss feed link to blog html pages
This commit is contained in:
parent
1d43bbea20
commit
3fef09a17a
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ fn genbody {
|
|||
if(! ~ $#blogDirs 0) {
|
||||
if ( ! ~ $blogTitle '' )
|
||||
echo '<h1>'$"blogTitle'</h1>'
|
||||
echo '<div align="right">(<a href="index.rss">rss feed</a>)</div>'
|
||||
for ( f in `{ sortedBlogPostList $blogDirs } ) {
|
||||
title=`{basename $f | sed 's/^[0-9\-]*_(.*)\.md$/\1/; s/_/ /g' }
|
||||
du=`{ls -l $f}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue