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
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bin/update_index.py
→
bin/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)