cache-bust css via content-hash ?v; keycap button style
This commit is contained in:
parent
c3c9e08a9e
commit
55c6685df1
4 changed files with 47 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}{{ page_title }} — echoIRCd Docs{% endblock %}
|
||||
{% block head %}
|
||||
<link rel="stylesheet" href="/static/docs.css">
|
||||
<link rel="stylesheet" href="/static/docs.css?v={{ css_v }}">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/github-dark.min.css">
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue