Skip to content

Commit

Permalink
Merge pull request #1300 from ubyssey/1299-fix-fw-suggested
Browse files Browse the repository at this point in the history
Changed byline in author_pinned
  • Loading branch information
SamuelmdLow authored Sep 29, 2023
2 parents 7b951a8 + 95b320c commit 90f70e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions article/templates/article/objects/author_pinned.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% load video_filters %}
{% load wagtailcore_tags %}
{% load wagtailimages_tags %}
{% load articletags %}

{% load humanize %}

<article class="o-article o-article--author_pinned{% if padded %} o-article--padded{% endif %}">
Expand All @@ -23,8 +25,8 @@ <h3 class="o-article__headline">
<p class="o-article__snippet">{{ article.lede|safe }}</p>
<div class="o-article__byline">
<span class="o-article__author">{{ article.get_authors_with_urls|safe }}</span>
<span> &nbsp;&nbsp; </span>
<span class="o-article__published">{{ article.explicit_published_at|naturalday }}</span>
<span> &nbsp;&bullet;&nbsp; </span>
<span class="o-article__published">{{ article.explicit_published_at|display_pubdate }}</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 90f70e3

Please sign in to comment.