diff options
Diffstat (limited to 'pydis_site/templates/content/articles.html')
-rw-r--r-- | pydis_site/templates/content/articles.html | 4 |
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 %} |