mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 16:52:16 +00:00
Update boost-gecko script (#2041)
This commit is contained in:
@@ -48,7 +48,7 @@ function switch_style()
|
||||
<!-- detect dark or light mode -->
|
||||
<script src="/static/js/DetectMode.js"></script>
|
||||
<script defer="" src="/static/js/scroll-to-link.js"></script>
|
||||
<script defer="" src="/static/js/boost-gecko/main.C3hPHS6-.js"></script>
|
||||
<script defer="" src="/static/js/boost-gecko/main.D1bdgn0u.js"></script>
|
||||
<link href="/static/css/styles.css" rel="stylesheet"/>
|
||||
<link data-modernizer="boost-legacy-docs-extra-head" href="/static/css/fonts.css" rel="stylesheet"/>
|
||||
</link></link><!-- END Manually appending items --></head>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -32,7 +32,7 @@
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" />
|
||||
<!-- TODO bring this local if we like it -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
|
||||
<script src="{% static 'js/boost-gecko/main.C3hPHS6-.js' %}" defer></script>
|
||||
<script src="{% static 'js/boost-gecko/main.D1bdgn0u.js' %}" defer></script>
|
||||
{% block extra_head %}
|
||||
<link href="{% static 'css/styles.css' %}" rel="stylesheet" />
|
||||
{% endblock %}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<script src="{% static 'js/theme_handling.js' %}"></script>
|
||||
<script src="{% static 'js/scroll-to-link.js' %}" defer></script>
|
||||
<script src="{% static 'js/utils.js' %}"></script>
|
||||
<script src="{% static 'js/boost-gecko/main.C3hPHS6-.js' %}" defer></script>
|
||||
<script src="{% static 'js/boost-gecko/main.D1bdgn0u.js' %}" defer></script>
|
||||
{% block extra_head %}
|
||||
<link href="{% static 'css/styles.css' %}" rel="stylesheet">
|
||||
<link href="{% static 'css/components.css' %}" rel="stylesheet">
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<link href="{% static 'css/header.css' %}">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
|
||||
<script defer data-domain="boost.org" src="https://plausible.io/js/script.manual.js"></script>
|
||||
<script src="{% static 'js/boost-gecko/main.C3hPHS6-.js' %}" defer></script>
|
||||
<script src="{% static 'js/boost-gecko/main.D1bdgn0u.js' %}" defer></script>
|
||||
{% if canonical_uri %}<link rel="canonical" href="{{ canonical_uri }}">{% endif %}
|
||||
</head>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user