mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-04-16 06:36:26 +02:00
Deployed 7ec4078 to 1.1 with MkDocs 1.0.0 and mike 2.1.4
This commit is contained in:
21
1.1/overrides/main.html
Normal file
21
1.1/overrides/main.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block extrahead %}
|
||||
<script
|
||||
defer
|
||||
src="https://analytics.d3vyce.fr/script.js"
|
||||
data-website-id="338b8816-7b99-4c6a-82f3-15595be3fd47"
|
||||
></script>
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
{% if config.extra.version %}
|
||||
<script>
|
||||
var __cfg = JSON.parse(document.getElementById("__config").textContent);
|
||||
__cfg.version = {{ config.extra.version | tojson }};
|
||||
document.getElementById("__config").textContent = JSON.stringify(__cfg);
|
||||
</script>
|
||||
{% endif %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user