Embed rework.

This commit is contained in:
ZizzyDizzyMC 2021-02-10 20:42:59 -05:00
parent f49f553f18
commit 3133c911ec
3 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,8 @@
{% extends "base.html" %}
{% block head %}
<meta property="og:audio" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
<meta property="og:audio" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}">
<meta property="og:audio:secure_url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}">
{% endblock %}
{% block main %}

View File

@ -1,7 +1,9 @@
{% extends "base.html" %}
{% block head %}
<meta property="og:image" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
<meta property="og:image" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}">
<meta property="og:image:secure_url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}">
<meta property="twitter:image" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}">
{% endblock %}
{% block main %}

View File

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