Update paste.html

This commit is contained in:
Seb3thehacker 2022-03-24 08:46:42 +00:00 committed by GitHub
parent e8a190bf47
commit b8972fc387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,17 @@
{% block title %}{{sitename}} - Paste{% endblock %}
{% block opengraph %}
<meta property="og:title" content="{{ sitename }} - Paste" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ siteurl }}{{ sitepath }}{{ filename }}" />
{% endblock %}
{% block twittercard %}
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="{{ sitename }} - Paste" />
{% endblock %}
{% block content %}
<form id="reply" action='{{ sitepath }}upload' method='post'>
<div id="main" class="paste">
@ -38,4 +49,4 @@
<script src="{{ sitepath }}static/js/util.js"></script>
<script src="{{ sitepath }}static/js/paste.js"></script>
{% endblock %}
{% endblock %}