Don't duplicate txt files Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Wed, 19 Feb 2020 19:04:07 +0530
2 files changed,
1 insertions(+),
3 deletions(-)
M
bin/plaintext.sh
→
bin/plaintext.sh
@@ -16,5 +16,3 @@ pandoc --quiet -s -f "markdown+gutenberg" \
"$p" -o "pages/txt/${base%.*}.txt" } done - -cp pages/txt/*.txt build/blog/
M
templates/text.html
→
templates/text.html
@@ -30,7 +30,7 @@ </header>
<body> <div class="content"> <div style="float: right"> - view in <a href="/blog/{{ url }}.txt">plain-text</a> + view in <a href="/txt/{{ url }}.txt">plain-text</a> </div> <div style="float: left"> {{ date }}