added new software in post

This commit is contained in:
Luca Junge 2023-04-10 19:29:25 +02:00
parent 684829c921
commit 80450062c9
9 changed files with 140 additions and 36 deletions

View file

@ -1,9 +1,9 @@
---
layout: post.njk
layout: model-list.njk
title: Alle 3D-Modelle
eleventyExcludeFromCollections: true
---
<ul class="grid gap-5 ml-0 grid-cols-1 grid-rows-1 md:grid-cols-2 md:grid-rows-2 lg:grid-cols-3 lg:grid-rows-3">
<ul class="grid gap-5 ml-0 mt-0 grid-cols-1 grid-rows-1 md:grid-cols-2 md:grid-rows-2 lg:grid-cols-3 lg:grid-rows-3">
{% for post in collections.model %}
{% include "model-preview.njk" %}
{% endfor %}