Skip to content

Commit

Permalink
docs: blog post list template TACC-sepcific code
Browse files Browse the repository at this point in the history
I neglected to call out that this is blog-specific code.
  • Loading branch information
wesleyboar committed Nov 20, 2023
1 parent 538b8ee commit 128fc0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taccsite_cms/templates/djangocms_blog/post_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ <h2>
{% elif archive_date %}{% trans "Archive" %} &ndash; {% if month %}{{ archive_date|date:'F' }} {% endif %}{{ year }}
{% elif tagged_entries %}{% trans "Tag" %} &ndash; {{ tagged_entries|capfirst }}
{% elif category %}{% trans "Category" %} &ndash; {{ category }}
{# TACC (add default heading): #}
{% else %}{% trans "News" %}{% endif %}
{# /TACC #}
{# TACC (use greater heading level): #}
{# TACC (do not use large header until core-styles.cms.css): #}
{% if settings.TACC_CORE_STYLES_VERSION >= 1 %}
Expand Down

0 comments on commit 128fc0b

Please sign in to comment.