mirror of
https://github.com/safing/web
synced 2025-04-24 04:49:09 +00:00
Modify blog according to new plan
This commit is contained in:
parent
5f63062f19
commit
b69d65a035
1 changed files with 4 additions and 0 deletions
|
@ -5,8 +5,11 @@ heading: "Blog"
|
|||
subheading: "Announcements and things we'd like to share"
|
||||
---
|
||||
|
||||
<p style="text-align: center; margin-top: -40px;">For announcements, please check <a href="/blog/tags/#announcement">here</a>.</p>
|
||||
|
||||
<div class="post-list">
|
||||
{% for post in site.posts limit:10 %}
|
||||
{% unless post.tags contains "announcement" %}
|
||||
<div class="post">
|
||||
{% include page_divider.html %}
|
||||
|
||||
|
@ -37,6 +40,7 @@ subheading: "Announcements and things we'd like to share"
|
|||
</div>
|
||||
|
||||
</div>
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue