Links to plain-text versions on each post Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 25 Jan 2020 16:28:42 +0530
1 files changed,
5 insertions(+),
3 deletions(-)
jump to
M
templates/text.html
→
templates/text.html
@@ -29,11 +29,13 @@ {{ header }}
</header> <body> <div class="content"> - <div align="right"> - <a href="/blog/{{ url }}.txt">plain-text version</a> + <div style="float: right"> + view in <a href="/blog/{{ url }}.txt">plain-text</a> </div> - <div align="left"> + <div style="float: left"> <code>{{ date }}</code> + </div> + <div style="clear: both" align="left"> <h1>{{ title }}</h1> <h2 class="subtitle">{{ subtitle }}</h2> {{ body }}