templates: Fix path to text file Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Wed, 19 Feb 2020 19:59:34 +0530
2 files changed,
8 insertions(+),
1 deletions(-)
A
pages/blog/plaintext-power.md
@@ -0,0 +1,7 @@
+--- +template: +url: plaintext-power +title: +subtitle: +date: 2020-02-19 +---
M
templates/text.html
→
templates/text.html
@@ -30,7 +30,7 @@ </header>
<body> <div class="content"> <div style="float: right"> - view in <a href="/txt/{{ url }}.txt">plain-text</a> + view in <a href="/txt/{{ url }}">plain-text</a> </div> <div style="float: left"> {{ date }}