🏡 index : ~doyle/bin.git

author Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-13 22:15:38.0 +00:00:00
committer Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-13 22:15:38.0 +00:00:00
commit
cd8fb8e3490ec6da32b58d2c904cb9bd4917f1c9 [patch]
tree
075cf1426af4d6373beb14478470904dc8234ec1
parent
707b5b16e7dda6161179bcffab4ed1d858b1630f
download
cd8fb8e3490ec6da32b58d2c904cb9bd4917f1c9.tar.gz

Remove whitespace that messed with clean copy+pastes



Diff

 templates/base.html  |  5 +----
 templates/paste.html |  9 ++++-----
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/templates/base.html b/templates/base.html
index c2fa99e..e193ae8 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -22,8 +22,5 @@
        {% endblock styles %}
    </style>
</head>
<body>
  {% block content %}
  {% endblock content %}
</body>
<body>{% block content %}{% endblock content %}</body>
</html>
\ No newline at end of file
diff --git a/templates/paste.html b/templates/paste.html
index 1458f18..ba77055 100644
--- a/templates/paste.html
+++ b/templates/paste.html
@@ -6,11 +6,10 @@
        width: 100%;
        margin: 0;
        overflow: scroll;
        font-family: Courier;
        line-height: 1.1;
        font-family: inherit;
        font-size: 1rem;
        line-height: inherit;
    }
{% endblock styles %}

{% block content %}
    <pre><code>{{ content|safe }}</code></pre>
{% endblock content %}
\ No newline at end of file
{% block content %}<pre><code>{{ content|safe }}</code></pre>{% endblock content %}
\ No newline at end of file