mirror of
https://github.com/safing/web
synced 2025-09-04 12:09: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>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="header-four-container-title-author">
|
<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>
|
</span>
|
||||||
<div class="header-four-container-social">
|
<div class="header-four-container-social">
|
||||||
<a class="link hover-opacity-in" href="{{ site.twitter_url }}"><i class="icon-twitter text-lg"></i></a>
|
<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">
|
<div class="markdown-container">
|
||||||
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
||||||
{% if page.progress_update == null %}
|
</div>
|
||||||
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a></p>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue