mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
@@ -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.56587482.js"></script>
|
||||
<script defer="" src="/static/js/boost-gecko/main.eb9cabc5.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
@@ -26,7 +26,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.56587482.js' %}" defer></script>
|
||||
<script src="{% static 'js/boost-gecko/main.eb9cabc5.js' %}" defer></script>
|
||||
{% block extra_head %}
|
||||
<link href="{% static 'css/styles.css' %}" rel="stylesheet" />
|
||||
{% endblock %}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
|
||||
<script src="{% static 'js/theme_handling.js' %}"></script>
|
||||
<script src="{% static 'js/scroll-to-link.js' %}" defer></script>
|
||||
<script src="{% static 'js/boost-gecko/main.56587482.js' %}" defer></script>
|
||||
<script src="{% static 'js/boost-gecko/main.eb9cabc5.js' %}" defer></script>
|
||||
{% block extra_head %}
|
||||
<link href="{% static 'css/styles.css' %}" rel="stylesheet">
|
||||
<link href="{% static 'css/components.css' %}" rel="stylesheet">
|
||||
|
||||
Reference in New Issue
Block a user