Make shown date dynamic for videos

This commit is contained in:
davegson 2022-02-14 13:17:33 +01:00
parent 718cb34cb5
commit b8a1bf0de0

View file

@ -16,7 +16,7 @@ layout: publication_container
</p>
{% endif %}
<span class="header-four-container-title-author">
May 6, 2021 • Written by <a class="link-primary" href="/team/#david">David</a>
{{ page.date | date: "%B %-d, %Y" }}
</span>
<div class="header-four-container-social">
<a class="link hover-opacity-in" href="{{ site.twitter_url }}"><i class="icon-twitter text-lg"></i></a>
@ -27,7 +27,4 @@ layout: publication_container
<div class="markdown-container">
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
{% if page.progress_update == null %}
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a></p>
{% endif %}
</div>
</div>