mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-18 00:45:52 +00:00
revert all changes
This commit is contained in:
parent
1489848240
commit
362ebaad6d
3 changed files with 3 additions and 7 deletions
|
|
@ -1,8 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block head %}
|
||||
<meta content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" property="og:audio">
|
||||
<meta content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" property="og:audio:secure_url">
|
||||
<meta property="og:audio" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block head %}
|
||||
<meta content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" property="og:image">
|
||||
<meta content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" property="og:image:secure_url">
|
||||
<meta content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" property="twitter:image">
|
||||
<meta property="og:image" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block head %}
|
||||
<meta content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" property="og:video">
|
||||
<meta content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" property="og:video:secure_url">
|
||||
<meta property="og:video" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue