mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-06-02 05:03:22 -04:00
CSS Cache Busting
This commit is contained in:
parent
c4f1e269c8
commit
ef9e236b2b
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue