revert to pre tag lol
Jes Olson jolson@digitalocean.com
Sat, 29 Jan 2022 14:29:04 -0600
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
templates/simple-layout.html
→
templates/simple-layout.html
@@ -3,7 +3,7 @@ <!doctype html>
<html> <head> <style> - #main, #header, aside { max-width: 750px; margin: 0 auto; padding: 0; white-space: pre-line; font-family: monospace; } + #main, #header, aside { max-width: 750px; margin: 0 auto; padding: 0; } nav ul { list-style: none; padding: 0; margin: 0 45px 30px 0; float: left; } .grayscale { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%); } </style>@@ -16,7 +16,7 @@ </head>
<div id="main"><body class="grayscale"> <a href="/"><img src="/static/scrombles.png" alt="scrombles the cat"></a> <hr> - {{ . }} + <pre>{{ . }}</pre> </div></body> </html> {{end}}