1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-06-01 08:36:03 +02:00

Only show the three newest blog entries on landing page

Add blog tab
This commit is contained in:
MG-5 2023-10-25 13:28:42 +02:00
parent 85557efd29
commit 85f5b3dac8
5 changed files with 57 additions and 1 deletions
_layouts

View file

@ -35,6 +35,6 @@ layout: default
<div class="blog-links">
<center><h2>Neuste Blogeinträge:</h2></center>
{% include blog/blog.liquid %}
{% include blog/small_blog.liquid %}
</div>
</div>