aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/guides/guide.html
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-09-21 20:43:27 +0300
committerGravatar ks129 <[email protected]>2020-09-21 20:43:27 +0300
commit433d444955b2059be46e95f4abeedffbb6d4b0e8 (patch)
tree7909298b10826fa81987a6e5d7f17e21f5e0fd57 /pydis_site/templates/guides/guide.html
parentUse `yaml.safe_load` instead plain load to avoid warning (diff)
Add OG meta to category view
Diffstat (limited to 'pydis_site/templates/guides/guide.html')
-rw-r--r--pydis_site/templates/guides/guide.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/templates/guides/guide.html b/pydis_site/templates/guides/guide.html
index bab82415..97fc8262 100644
--- a/pydis_site/templates/guides/guide.html
+++ b/pydis_site/templates/guides/guide.html
@@ -3,7 +3,6 @@
{% block title %}{{ metadata.title|first }}{% endblock %}
{% block head %}
-
<meta property="og:title" content="Python Discord - {{ guide.metadata.title|first }}" />
<meta property="og:type" content="website" />
<meta property="og:description" content="{{ guide.metadata.shortdescription|first }}" />