mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Make shown date dynamic for videos
This commit is contained in:
parent
718cb34cb5
commit
b8a1bf0de0
1 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue