CSS Cache Busting

This commit is contained in:
Jonah Aragon 2022-05-30 23:13:46 -05:00
parent c4f1e269c8
commit ef9e236b2b
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ plugins:
- cdn.jsdelivr.net/npm/mathjax@3/*
- api.privacyguides.net/*
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/extra.css?v=2.10.0
markdown_extensions:
- admonition
- pymdownx.details

View File

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% 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://fosstodon.org/@freddy">
<link rel="me" href="https://mastodon.social/@dngray">