forgot to add the update page fix
This commit is contained in:
parent
4110f2257b
commit
f8cf349d25
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@ menu-title: updates
|
||||||
show_footer: true
|
show_footer: true
|
||||||
---
|
---
|
||||||
<ul>
|
<ul>
|
||||||
{% for update in site.updates reversed %}
|
{% for update in site.posts %}
|
||||||
|
{% if update.path contains '/updates/' %}
|
||||||
<li><b>{{ update.date | date: "%Y.%m.%d" }}</b>: {{ update.content | remove: '<p>' | remove: '</p>' }}</li>
|
<li><b>{{ update.date | date: "%Y.%m.%d" }}</b>: {{ update.content | remove: '<p>' | remove: '</p>' }}</li>
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue