diff --git a/pelican_theme_teckids/templates/archives.html b/pelican_theme_teckids/templates/archives.html index 1bb80a0c49473fa580455ad8667891d0a9211df7..78387742a5b02af39dfdf73d731a59b3ecc04224 100644 --- a/pelican_theme_teckids/templates/archives.html +++ b/pelican_theme_teckids/templates/archives.html @@ -11,7 +11,7 @@ {# This is a webring article #} <h2><a href="{{ article.link }}">{{ article.title }}</a></h2> <p>{{ article.date|strftime('%Y-%m-%d') }} · <a href="{{ article.author_detail.href }}">{{ article.author_detail.name }}</a> · <a href="{{ article.source_link }}">{{ article.source_title }}</a></p> - {{ article.summary }} + {{ article.description }} {% else %} {# This is a local article #} <h2><a href="{{ article.url }}">{{ article.title }}</a></h2>