aboutsummaryrefslogtreecommitdiff
path: root/rss.esh
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-12 06:23:00 +0000
committerAkshay <[email protected]>2020-03-12 06:23:00 +0000
commit9505a58dc5b9df14650accca663d9ca2045f01e6 (patch)
tree766df16519e0ae714d9b6e575b45816fab02894d /rss.esh
parente0fc0ebca6f457d11e470ed4f2803ac5c0d40ac1 (diff)
revalidate rss, typos
Diffstat (limited to 'rss.esh')
-rw-r--r--rss.esh5
1 files changed, 2 insertions, 3 deletions
diff --git a/rss.esh b/rss.esh
index 941ccd7..cd0529b 100644
--- a/rss.esh
+++ b/rss.esh
@@ -3,9 +3,8 @@
3 <title>nerdypepper's μblog</title> 3 <title>nerdypepper's μblog</title>
4 <link>https://peppe.rs</link> 4 <link>https://peppe.rs</link>
5 <description>programming, design, software</description> 5 <description>programming, design, software</description>
6 <link href="https://peppe.rs/index.xml" rel="self" type="application/xml"/>
7 <image> 6 <image>
8 <title>nerdypepper logo</title> 7 <title>nerdypepper's μblog</title>
9 <url>https://u.peppe.rs/n.png</url> 8 <url>https://u.peppe.rs/n.png</url>
10 <link>https://peppe.rs</link> 9 <link>https://peppe.rs</link>
11 </image> 10 </image>
@@ -13,7 +12,7 @@
13 <copyright>Creative Commons BY-NC-SA 4.0</copyright> 12 <copyright>Creative Commons BY-NC-SA 4.0</copyright>
14 <% for f in `ls -t ./posts`; do 13 <% for f in `ls -t ./posts`; do
15 file="./posts/"$f 14 file="./posts/"$f
16 post_date=$(date -u -r "$file" "+%a, %d %b %y %H:%M:00 %z") 15 post_date=$(date -u -r "$file" "+%a, %d %b %Y %H:%M:00 %z")
17 html=$(lowdown "$file") 16 html=$(lowdown "$file")
18 id="${file##*/}" 17 id="${file##*/}"
19 id="${id%.*}" 18 id="${id%.*}"