mirror of
https://github.com/safing/web
synced 2025-04-25 13:19:08 +00:00
Exclude blog content class if a progress blog
This commit is contained in:
parent
9ab1dec72e
commit
9b4184addc
1 changed files with 5 additions and 0 deletions
|
@ -17,7 +17,12 @@ layout: page_container
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if page.progress_update %}
|
||||
<div>
|
||||
{% else %}
|
||||
<div class="content">
|
||||
{% endif %}
|
||||
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue