aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/content/articles.html
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-10-05 16:41:22 +0300
committerGravatar ks129 <[email protected]>2020-10-05 16:41:22 +0300
commit6517bb9078db8b9bb9ca7bbc11c6838309355dcb (patch)
tree9d5298b6ad096e1bd62a7b4d0caabfa8e1178782 /pydis_site/templates/content/articles.html
parentMove from standard OS path actions to Pathlib (diff)
Migrate content system from Python-Markdown to markdown2
Diffstat (limited to 'pydis_site/templates/content/articles.html')
-rw-r--r--pydis_site/templates/content/articles.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/content/articles.html b/pydis_site/templates/content/articles.html
index 6fea66e5..363bbb4f 100644
--- a/pydis_site/templates/content/articles.html
+++ b/pydis_site/templates/content/articles.html
@@ -29,9 +29,9 @@
<i class="fab fa-python is-size-3 is-black has-icon-padding" aria-hidden="true"></i>
</span>
<a href="{{ article }}/">
- <span class="is-size-4 has-text-weight-bold">{{ data.title.0 }}</span>
+ <span class="is-size-4 has-text-weight-bold">{{ data.title }}</span>
</a>
- <p class="is-italic">{{ data.shortdescription.0 }}</p>
+ <p class="is-italic">{{ data.short_description }}</p>
</div>
{% endfor %}
{% for category, data in categories.items %}