Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions taccsite_cms/templates/djangocms_blog/includes/blog_meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@
{# /TACC #}
{# TACC (add <span> so "by" can be styled): #}
<span>{% trans "by" %}</span>
{# TACC (add &nbsp; when styles do not strip whitespace): #}
{% if settings.TACC_CORE_STYLES_VERSION == 0 %}&nbsp;{% endif %}
{# /TACC #}
{# /TACC #}
<a href="{% url 'djangocms_blog:posts-author' post.author.get_username %}">{% if post.author.get_full_name %}{{ post.author.get_full_name }}{% else %}{{ post.author }}{% endif %}</a>
</li>
{# TACC (isolate dates for CSS grid flexibility): #}
{% if settings.TACC_CORE_STYLES_VERSION >= 2 %}
</ul>
<ul class="post-detail dates">
{% endif %}
{# /TACC #}
{% endif %}
{# TACC (add class so CSS can target this element): #}
Expand Down