Update base.html

This commit is contained in:
Seb3thehacker 2022-03-24 08:45:14 +00:00 committed by GitHub
parent bc828008b9
commit ef72c4bf85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %}