mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
Update paste.html
This commit is contained in:
parent
e8a190bf47
commit
b8972fc387
1 changed files with 12 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue