mirror of
https://github.com/safing/web
synced 2025-04-17 01:19:08 +00:00
Remove date and author at bottom from progress updates
This commit is contained in:
parent
29e5dcac73
commit
f08351ffc3
1 changed files with 4 additions and 2 deletions
|
@ -24,12 +24,14 @@ layout: page_container
|
|||
</div>
|
||||
|
||||
{% if page.progress_update %}
|
||||
<div>
|
||||
<div class="progress-update">
|
||||
{% else %}
|
||||
<div class="content" id="blog">
|
||||
{% endif %}
|
||||
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
||||
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a></p>
|
||||
{% 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>
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Reference in a new issue