all repos — site @ 9a08f2ab2b7d917cb706d8cda5d4e71364bf33e9

source for my site, found at icyphox.sh

bin/update_index.py: Double new line

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Wed, 18 Sep 2019 23:26:35 +0530
commit

9a08f2ab2b7d917cb706d8cda5d4e71364bf33e9

parent

37125d30188086eeffb1ab1e4484cdbe2a425a78

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bin/update_index.pybin/update_index.py

@@ -31,7 +31,7 @@

def update_blog(s): path = '../pages/blog/_index.md' - s = s + '\n' + s = s + '\n\n' for l in fileinput.FileInput(path, inplace=1): if "marker" in l: l=l.replace(l, l + s)