updated to zola 0.22, added theme to code blocks

This commit is contained in:
Parker TenBroeck 2026-01-18 13:57:33 -05:00
parent 5d0552c531
commit 9356e79e1a
11 changed files with 143 additions and 11 deletions

View file

@ -24,6 +24,7 @@
{% endif %}
<link rel="stylesheet" href="{{ get_url(path='style.css', cachebust=true) }}">
<link rel="stylesheet" href="{{ get_url(path='giallo.css') }}">
{%- if page.extra.stylesheets or section.extra.stylesheets %}
{%- for stylesheet in page.extra.stylesheets | default(value=section.extra.stylesheets) %}