diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-01 18:40:16 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-01 18:40:57 +0200 |
commit | dbf202e89f4c6d803192f443a7cf37a5b6ff4220 (patch) | |
tree | 021bb0847b39d8c58a568e2065477c997332490d /_includes/frontpage | |
parent | Fix Genchu in footer_sitemap (diff) | |
download | www-dbf202e89f4c6d803192f443a7cf37a5b6ff4220.tar.gz www-dbf202e89f4c6d803192f443a7cf37a5b6ff4220.tar.bz2 www-dbf202e89f4c6d803192f443a7cf37a5b6ff4220.zip |
Add further systemd mayhem
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes/frontpage')
-rw-r--r-- | _includes/frontpage/news | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/frontpage/news b/_includes/frontpage/news index 4e69362..903df25 100644 --- a/_includes/frontpage/news +++ b/_includes/frontpage/news @@ -1,5 +1,5 @@ <section id="news"> - {% for post in site.posts | limit: 1 %} + {% for post in site.posts | limit: 2 %} <article class="newsitem"> <h2 class="stick-top newsitem-bullet"> <span class="fa fa-fw fa-chevron-circle-right" title="News item"> </span> |