mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 13:13:35 +01:00
CSS Cache Busting
This commit is contained in:
parent
c4f1e269c8
commit
ef9e236b2b
@ -97,7 +97,7 @@ plugins:
|
|||||||
- cdn.jsdelivr.net/npm/mathjax@3/*
|
- cdn.jsdelivr.net/npm/mathjax@3/*
|
||||||
- api.privacyguides.net/*
|
- api.privacyguides.net/*
|
||||||
extra_css:
|
extra_css:
|
||||||
- assets/stylesheets/extra.css
|
- assets/stylesheets/extra.css?v=2.10.0
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css?v=2.10.0' | url }}">
|
||||||
<link rel="me" href="https://aragon.sh/@jonah">
|
<link rel="me" href="https://aragon.sh/@jonah">
|
||||||
<link rel="me" href="https://fosstodon.org/@freddy">
|
<link rel="me" href="https://fosstodon.org/@freddy">
|
||||||
<link rel="me" href="https://mastodon.social/@dngray">
|
<link rel="me" href="https://mastodon.social/@dngray">
|
||||||
|
Loading…
Reference in New Issue
Block a user