diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-07-18 17:30:42 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-07-18 17:30:42 -0400 |
commit | f619ab66600f33d5cc531f0fb783250295c65779 (patch) | |
tree | a338ece8aa6f586085776746d4d268f791463e13 | |
parent | 517993e10b56bdba3bac50e873ba9942d22fc00b (diff) | |
download | carpentertutoring-f619ab66600f33d5cc531f0fb783250295c65779.tar.xz carpentertutoring-f619ab66600f33d5cc531f0fb783250295c65779.zip |
announcements done -- not gonna do automatic deletion
-rw-r--r-- | _layouts/index.liquid | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/index.liquid b/_layouts/index.liquid index c9dbdb6..e8991d3 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -35,6 +35,7 @@ </section> <!-- announcements --> + {% for post in collections.posts.pages %} {% if post.categories[0] == "announcement" %} {% include "announcement.liquid" %} {% endif %} {% endfor %} |