logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault
commit: 8262caaf19cc1f59a30e0c523e007b97b85e852e
parent bbdb03f4a4c8ecedcc2a2f4f5f1e71988844ca36
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun,  8 Nov 2020 11:45:04 -0500

Update layout to improve reader view

Diffstat:

Mlayouts/blog/single.html28++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/layouts/blog/single.html b/layouts/blog/single.html @@ -12,22 +12,22 @@ <main> <article> {{.Content}} + </article> +</main> - <section class="comment"> - {{ with .OutputFormats.Get "gemtext" }} - <p> - ⇒ This article is also available <a href="{{replace .Permalink "/gemini" "" 1 | safeURL}}">on gemini</a>. - {{ end }} +<section class="comment"> + {{ with .OutputFormats.Get "gemtext" }} + <p> + ⇒ This article is also available <a href="{{replace .Permalink "/gemini" "" 1 | safeURL}}">on gemini</a>. + {{ end }} - <p> - Have a comment on one of my posts? Start a discussion in my public inbox by - sending an email to - <a href="mailto:~sircmpwn/public-inbox@lists.sr.ht">~sircmpwn/public-inbox@lists.sr.ht</a> - [<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">mailing list etiquette</a>] - </section> - </article> + <p> + Have a comment on one of my posts? Start a discussion in my public inbox by + sending an email to + <a href="mailto:~sircmpwn/public-inbox@lists.sr.ht">~sircmpwn/public-inbox@lists.sr.ht</a> + [<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">mailing list etiquette</a>] +</section> - {{ partial "webring-out.html" }} -</main> +{{ partial "webring-out.html" }} {{ partial "foot.html" }}