small changes

This commit is contained in:
eclipse 2025-03-06 22:45:12 +01:00
parent 48a5a970fc
commit 0176de5636
7 changed files with 8 additions and 19 deletions

View File

@ -2,6 +2,8 @@
title: Index
date: 2025-02-25
template: index
save_as: index.html
url:
index_cards:
- pic: images/kurzprosa/cover-aw-phantastische-geschichten-2.jpg
link: werke/

View File

@ -6,8 +6,6 @@ summary: Schreib mir eine Nachricht.
lang: de
template: page
slug: kontakt
save_as: kontakt/index.html
url: kontakt/
footer_include: includes/contact_form.html
---

View File

@ -5,8 +5,6 @@ category: Lyrik
author: Tobias Radloff
lang: de
slug: lyrik
save_as: lyrik/index.html
url: lyrik/
template: cards
card_selector_key: category
card_selector_value: Lyrik

View File

@ -6,9 +6,6 @@ lang: de
category: Sonstiges
template: cards
card_selector_key: category
slug: sonstiges
save_as: sonstiges/index.html
url: sonstiges/
card_images:
- pic: images/sonstiges/cover-klar-zum-entern.jpg
link: sonstiges/klar-zum-entern.html

View File

@ -4,9 +4,6 @@ summary: Lesungen und Veranstaltungen
template: termine
lang: de
category: Termine
slug: termine
url: termine/
save_as: termine/index.html
featured_image:
- pic: ../images/tr/motif-termine.jpg
alt: in einem Kalender stecken rote Reißzwecken und ein Tag ist rot eingekringelt

View File

@ -5,8 +5,6 @@ category: Über mich
lang: de
summary: Vita und Wissenswertes über mich
slug: ueber-mich
save_as: ueber-mich/index.html
url: ueber-mich/
template: page
featured_image:
- pic: ../images/tr/portrait-tr.jpg

View File

@ -418,9 +418,6 @@ figcaption {
padding-bottom: 0px;
}
.featured-image {
}
img {
max-height: calc(var(--tr-card-height) * 2);
min-width: var(--tr-smallest-width);
@ -433,12 +430,14 @@ figcaption {
.article-stats {
margin-top: var(--pico-block-spacing-vertical);
ul { padding-left: 0;
ul {
padding-left: 0;
li {
list-style: none;
}
}}
}
}
}