Multiple feeds support introduced in Zola v0.19.0
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user