mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-22 00:43:38 +02:00
Still use Hack for code samples
This commit is contained in:
parent
1ca2c62dc4
commit
e13cf8c75d
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
{%- if config.extra.use_full_hack_font == "exo2" %}
|
||||
<link rel="stylesheet" href="{{ get_url(path="font-exo2.css", trailing_slash=false) | safe }}">
|
||||
<link rel="stylesheet" href="{{ get_url(path="font-hack.css", trailing_slash=false) | safe }}">
|
||||
{%- elif config.extra.use_full_hack_font %}
|
||||
<link rel="stylesheet" href="{{ get_url(path="font-hack.css", trailing_slash=false) | safe }}">
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue