Multiple feeds support introduced in Zola v0.19.0

This commit is contained in:
daudix
2024-06-27 04:25:07 +03:00
parent c592f88a6b
commit 494cb5474f
4 changed files with 15 additions and 12 deletions

View File

@ -143,10 +143,10 @@ aside {
}
details {
box-shadow: var(--edge-highlight);
border-radius: var(--rounded-corner);
background-color: var(--fg-muted-1);
padding: 1rem;
box-shadow: var(--edge-highlight);
&>summary {
cursor: pointer;