mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
updated to zola 0.22, added theme to code blocks
This commit is contained in:
parent
5d0552c531
commit
9356e79e1a
11 changed files with 143 additions and 11 deletions
|
|
@ -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) %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue