diff --git a/screenshots/home.png b/screenshots/home.png index b5f0b0c..d54fad1 100644 Binary files a/screenshots/home.png and b/screenshots/home.png differ diff --git a/templates/index.html b/templates/index.html index 596268f..253b038 100644 --- a/templates/index.html +++ b/templates/index.html @@ -79,16 +79,13 @@

Welcome to Pastey

A lightweight, self-hosted paste platform


-
- New Paste + {% if show_cli_button %} -
-
or
-
- diff --git a/templates/view.html b/templates/view.html index 7310ad4..944cbc1 100644 --- a/templates/view.html +++ b/templates/view.html @@ -94,7 +94,7 @@
- +
{% if paste.uses == 0 %} @@ -114,7 +114,7 @@
-
{% if paste.language == 'Plaintext' %}{% endif %}{{ paste.content }}{% if paste.language == 'Plaintext' %}{% endif %}
+
{{ paste.content }}