add cachebust for css

This commit is contained in:
avitex 2020-04-15 19:34:47 +10:00
parent 722ed9071c
commit 8ea502f192
Signed by: avitex
GPG Key ID: 38C76CBF3749D62C
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{%- if section -%}{{ macros::meta_desc(ctx=section) }}{%- endif -%}
{%- if page -%}{{ macros::meta_desc(ctx=page) }}{%- endif -%}
{% 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="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 }}" />