Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit 63f511b

Browse files
change asserts name to fix update issue (not updated by RTD cache)
1 parent 9615cb6 commit 63f511b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

docs/custom_theme/main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{% extends "base.html" %}
22

33
{% block extrahead %}
4-
<link rel="stylesheet" href="{{ 'assets/stylesheets/custom.css' | url }}">
4+
<link rel="stylesheet" href="{{ 'assets/stylesheets/custom_theme.css' | url }}">
55
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
66
<script
77
src="https://code.jquery.com/jquery-1.12.4.min.js"
88
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
99
crossorigin="anonymous"></script>
1010
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML"></script>
11-
<script src="{{ 'assets/javascripts/custom.js' | url }}"></script>
11+
<script src="{{ 'assets/javascripts/custom_theme.js' | url }}"></script>
1212
{% if config.extra.google.site_verification %}
1313
<!-- Google site verification for search console -->
1414
<meta name="google-site-verification" content="{{config.extra.google.site_verification}}" />

0 commit comments

Comments
 (0)