🏡 index : ~doyle/bin.git

author DasLulilaan <35655527+DasLulilaan@users.noreply.github.com> 2022-09-04 8:27:00.0 +00:00:00
committer jordan <jordan@doyle.la> 2022-09-09 20:04:31.0 +00:00:00
commit
c9c4a83ed4f54e6b06c54cc56228951842d61fd5 [patch]
tree
e583d74fc6575a8ac0f517d38b02fb36a86bda24
parent
9fff1df6e6c7ac327544ac382b595fbff6d4bb47
download
c9c4a83ed4f54e6b06c54cc56228951842d61fd5.tar.gz

fix newlines in browser display



Diff

 templates/base.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index 03dd6be..8bf1211 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -3,7 +3,6 @@
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    
    <title>bin.</title>
    <link rel="help" href="https://github.com/w4/bin">
    <style>
@@ -18,6 +17,9 @@
            display: flex;
        }
        body, code, textarea { font-family: Monaco, Menlo, Courier, Courier New, Andale Mono, monospace; }
        code {
          display: block;
        }
        {% block styles %}{% endblock styles %}
    </style>
    {% block head %}{% endblock head %}