Update base.html

This commit is contained in:
Seb3thehacker 2022-03-24 08:44:23 +00:00 committed by GitHub
parent bd2f2f21c4
commit 3c4f2ad0ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,19 @@
<link href='{{ sitepath }}static/css/hint.css' rel='stylesheet' type='text/css'>
<link href='{{ sitepath }}static/images/favicon.gif' rel='icon' type='image/gif'>
{% block head %}{% endblock %}
<meta name="og:site_name" content="{{ sitename }}" />
<meta name="twitter:site" content="{{ sitename }}" />
{% block opengraph %}
<meta property="og:title" content="{{ sitename }}" />
<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 }}" />
{% endblock %}
</head>
<body>
@ -30,7 +43,7 @@
{% block content %}{% endblock %}
<div id="footer">
<p>{{ extra_footer_text }} </p><a>Running</a><a href="https://github.com/Seb3thehacker/linx-server">linx-server</a>
<p>{{ extra_footer_text }} </p><a href="https://github.com/zizzydizzymc/linx-server">linx-server</a>
</div>
</div>