aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/content/listing.html2
-rw-r--r--pydis_site/templates/content/page.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/content/listing.html b/pydis_site/templates/content/listing.html
index 097cac4f..6c84a38c 100644
--- a/pydis_site/templates/content/listing.html
+++ b/pydis_site/templates/content/listing.html
@@ -50,7 +50,7 @@
<a href="{% url "content:page_category" location=path|add:page %}">
<span class="is-size-4 has-text-weight-bold">{{ data.title }}</span>
</a>
- <p class="is-italic">{{ data.short_description }}</p>
+ <p class="is-italic">{{ data.description }}</p>
</div>
{% endfor %}
</div>
diff --git a/pydis_site/templates/content/page.html b/pydis_site/templates/content/page.html
index a687933d..c3b2285b 100644
--- a/pydis_site/templates/content/page.html
+++ b/pydis_site/templates/content/page.html
@@ -5,7 +5,7 @@
{% block head %}
<meta property="og:title" content="Python Discord - {{ page.metadata.title }}" />
<meta property="og:type" content="website" />
- <meta property="og:description" content="{{ page.metadata.short_description }}" />
+ <meta property="og:description" content="{{ page.metadata.description }}" />
<link rel="stylesheet" href="{% static "css/content/page.css" %}">
<link rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.1/styles/atom-one-dark-reasonable.min.css">