tUpdate links in template. - blck - ephemeral pastebin/url shortener
 (HTM) git clone https://git.parazyd.org/blck
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7151defe56d7de89a1a1e7789953eb1f827bdcb1
 (DIR) parent b802c1766f238783837d20a0985e814e79021cad
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue,  9 Feb 2021 06:36:03 +0100
       
       Update links in template.
       
       Diffstat:
         M templates/index.html                |       5 ++---
       
       1 file changed, 2 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/templates/index.html b/templates/index.html
       t@@ -42,7 +42,7 @@
                <div class="form">
                    <form method="post" action="{{ r }}">
                    {% if not pastebin %}
       -                <input type="url" name="url" id="url" class="inputbox" placeholder="http://blck.cf" required autofocus></input>
       +                <input type="url" name="url" id="url" class="inputbox" placeholder="https://godispor.co" required autofocus></input>
                    {% else %}
                        <textarea name="url" class="textbox" required autofocus>Enter text here</textarea><br>
                    {% endif %}
       t@@ -50,9 +50,8 @@
                    </form>
                </div>
                <footer>
       -            with ❤️ from <a href="https://parazyd.cf">parazyd</a> | <a href="https://github.com/parazyd/blck.cf">source</a>
       +            with ❤️ from <a href="https://twitter.com/parazyd">parazyd</a> | <a href="https://github.com/parazyd/blck">source</a>
                </footer>
            <div>
       -
        </body>
        </html>