mirror of
https://github.com/avitex/avitex.github.io
synced 2024-10-31 18:29:57 +00:00
add cachebust for css
This commit is contained in:
parent
722ed9071c
commit
8ea502f192
@ -11,7 +11,7 @@
|
|||||||
{%- if section -%}{{ macros::meta_desc(ctx=section) }}{%- endif -%}
|
{%- if section -%}{{ macros::meta_desc(ctx=section) }}{%- endif -%}
|
||||||
{%- if page -%}{{ macros::meta_desc(ctx=page) }}{%- endif -%}
|
{%- if page -%}{{ macros::meta_desc(ctx=page) }}{%- endif -%}
|
||||||
{% endblock meta_description %}">
|
{% endblock meta_description %}">
|
||||||
<link rel="stylesheet" href="{{ get_url(path="site.css") | safe }}" />
|
<link rel="stylesheet" href="{{ get_url(path="site.css", cachebust=true) | safe }}" />
|
||||||
<link rel="stylesheet" href="{{ get_url(path="fonts.min.css") | safe }}" />
|
<link rel="stylesheet" href="{{ get_url(path="fonts.min.css") | safe }}" />
|
||||||
<link rel="icon" type="image/png" href="{{ get_url(path="favicon.png") | safe }}" />
|
<link rel="icon" type="image/png" href="{{ get_url(path="favicon.png") | safe }}" />
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml") | safe }}" />
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml") | safe }}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user