This commit is contained in:
ZizzyDizzyMC 2021-02-10 21:11:56 -05:00
parent d958745a2a
commit 9133cf5071
2 changed files with 2 additions and 5 deletions

View File

@ -3,12 +3,12 @@
<head>
<title>{% block title %}{{ sitename }}{% endblock %}</title>
{% block head %}{% endblock %}
<meta charset='utf-8' content='text/html' http-equiv='content-type'>
<meta name='viewport' content='width=device-width, initial-scale=0.8'>
<link href='{{ sitepath }}static/css/linx.css?v=1' media='screen, projection' rel='stylesheet' type='text/css'>
<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 %}
</head>
<body>

View File

@ -1,10 +1,7 @@
{% extends "../base.html" %}
{% block title %}{{sitename}} - {{ filename }}{% endblock %}
{% block head %}
<meta property="og:video" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}"/>
<meta property="og:video:secure_url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}"/>
{% endblock %}
{% block bodymore %}{% endblock %}
{% block content %}