my website at https://anirudh.fi
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

bin/update_index.py: Double new line

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>

+1 -1
+1 -1
bin/update_index.py
··· 31 31 32 32 def update_blog(s): 33 33 path = '../pages/blog/_index.md' 34 - s = s + '\n' 34 + s = s + '\n\n' 35 35 for l in fileinput.FileInput(path, inplace=1): 36 36 if "marker" in l: 37 37 l=l.replace(l, l + s)