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
bd2f2f21c4
commit
3c4f2ad0ac
1 changed files with 14 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue