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,10 @@
---
title: Alle Posts
layout: post-list.njk
eleventyExcludeFromCollections: true
---
<div class="grid gap-10 gap-x-24 sm:grid-cols-1 sm:grid-rows-1 md:mt-7">
<div class="grid gap-10 gap-x-24 sm:grid-cols-1 sm:grid-rows-1">
{% for post in collections.post %}
<div>
<a href="{{post.url}}" class="inline-block md:inline-block text-2xl font-bold tracking-tight text-gray-100">{{post.data.title}}</a>