diff options
Diffstat (limited to 'pydis_site/templates/guides/guides.html')
-rw-r--r-- | pydis_site/templates/guides/guides.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/guides/guides.html b/pydis_site/templates/guides/guides.html index 66878048..0e6f2073 100644 --- a/pydis_site/templates/guides/guides.html +++ b/pydis_site/templates/guides/guides.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="{{ guide }}/"> - <span class="is-size-4 has-text-weight-bold">{{ data.name.0 }}</span> + <span class="is-size-4 has-text-weight-bold">{{ data.title.0 }}</span> </a> - <p class="is-italic">{{ data.short_description.0 }}</p> + <p class="is-italic">{{ data.shortdescription.0 }}</p> </div> {% endfor %} {% for category, data in categories.items %} |