Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenson <hn@Jensons-MacBook-Air.local>2017-08-11 23:30:08 +0300
committerJenson <hn@Jensons-MacBook-Air.local>2017-08-11 23:30:08 +0300
commit7e3aedea3b3bcfaca4e36117e56ebe5dbeb5da0a (patch)
treef846cec2714d62b4b2f023ced34ce4278b0a153e
parent307ad99b0ff51a3641d7792ddf4941a650e4cd92 (diff)
add MathJax support
-rw-r--r--layouts/partials/head.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index fa9dd3d..f503bfb 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -32,7 +32,10 @@
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
- <!-- RSS -->
+ <!-- MathJax -->
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+
+ <!-- RSS -->
{{ if .RSSLink }}
<link rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" href="{{ .RSSLink }}" />
{{ end }}