mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 10:16:37 +00:00
Update base.html
This commit is contained in:
parent
bc828008b9
commit
ef72c4bf85
1 changed files with 12 additions and 1 deletions
|
|
@ -1,5 +1,16 @@
|
|||
{% extends "../base.html" %}
|
||||
|
||||
{% block opengraph %}
|
||||
<meta property="og:title" content="{{ filename }} ({{ size }})" />
|
||||
<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="{{ filename }} ({{ size }})" />
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}{{sitename}} - {{ filename }}{% endblock %}
|
||||
|
||||
{% block bodymore %}{% endblock %}
|
||||
|
|
@ -33,4 +44,4 @@
|
|||
</div>
|
||||
|
||||
<script src="{{ sitepath }}static/js/clipboard.js"></script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue