This repository was archived by the owner on Feb 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 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}} " />
You can’t perform that action at this time.
0 commit comments