Feeds use max entries, and blog feed uses descriptions

This commit is contained in:
Joe Carstairs
2024-07-15 16:14:41 +01:00
parent ea96f40f7c
commit e7f41976f1
4 changed files with 44 additions and 11 deletions

View File

@@ -6,3 +6,11 @@
.h-feed .h-entry {
margin-block-start: var(--spacing-block-xs);
}
.h-feed .full-feed-link {
text-align: end;
}
.h-feed :is(a.full-feed-link, .full-feed-link a)::after {
content: ' >'
}