all repos — site @ fcf383887b033bdb79aae706ed77dd655f0acf45

source for my site, found at icyphox.sh

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
commit

fcf383887b033bdb79aae706ed77dd655f0acf45

parent

e3e7a802f4f1526a5788aabe318f7b0c5f822e92

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

jump to
M templates/text.htmltemplates/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 }}