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

Commit

Permalink
change asserts name to fix update issue (not updated by RTD cache)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMassart committed Aug 2, 2019
1 parent 9615cb6 commit 63f511b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/custom_theme/main.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% extends "base.html" %}

{% block extrahead %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/custom.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/custom_theme.css' | url }}">
<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">
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script src="{{ 'assets/javascripts/custom.js' | url }}"></script>
<script src="{{ 'assets/javascripts/custom_theme.js' | url }}"></script>
{% if config.extra.google.site_verification %}
<!-- Google site verification for search console -->
<meta name="google-site-verification" content="{{config.extra.google.site_verification}}" />
Expand Down

0 comments on commit 63f511b

Please sign in to comment.