Fixing links
parent
9884372fd5
commit
748c01b840
|
@ -29,19 +29,19 @@
|
|||
<link href={{ cdn }} rel="stylesheet">
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<link href={{ get_url(path="fonts.css" ) }} rel="stylesheet" />
|
||||
<link href="{{ get_url(path='fonts.css') }}" rel="stylesheet" />
|
||||
{% endif %}
|
||||
|
||||
{# RSS #}
|
||||
<link rel="alternate" type="application/atom+xml" title="{{ config.title }}" href={{ get_url(path="atom.xml" ,
|
||||
trailing_slash=false) }}>
|
||||
<link rel="alternate" type="application/atom+xml" title="{{ config.title }}"
|
||||
href="{{ get_url(path='atom.xml', trailing_slash=false) }}">
|
||||
|
||||
{# Theme #}
|
||||
<link rel="stylesheet" type="text/css" href={{ get_url(path="theme/light.css" ) }} />
|
||||
<link rel="stylesheet" type="text/css" href={{ get_url(path="theme/dark.css" ) }}
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path='theme/light.css') }}" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ get_url(path='theme/dark.css') }}"
|
||||
media="(prefers-color-scheme: dark)" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href={{ get_url(path="main.css" ) }} />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ get_url(path='main.css') }}" />
|
||||
|
||||
|
||||
{% if config.extra.stylesheets %}
|
||||
|
|
Loading…
Reference in New Issue