Corrected RSS link path (year)
parent
54856a5412
commit
64c9dfc20a
2
rss
2
rss
|
@ -48,7 +48,7 @@ while read hash commit ts id subject; do
|
|||
<title><![CDATA[$( ./msgfmt < <( echo "$subject"; echo ) )]]></title>
|
||||
<link>$(
|
||||
printf "%s/%s/%s.html" \
|
||||
"${url/%\/}" "$( ./tsdate "$ts" %y/%m )" "$id"
|
||||
"${url/%\/}" "$( ./tsdate "$ts" %Y/%m )" "$id"
|
||||
)
|
||||
</link>
|
||||
<pubDate>$( ./tsdate "$ts" %Y-%m-%d )</pubDate>
|
||||
|
|
Loading…
Reference in New Issue