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:
authorYoshiharu Yamashita <yoshiharuyamashita@users.noreply.github.com>2018-03-04 10:32:11 +0300
committerGitHub <noreply@github.com>2018-03-04 10:32:11 +0300
commitf976ec9e543870fcf808491891f54ed40a91b36e (patch)
tree4b1b41ba61df317eca39ae1ba9a957ba47cb9699 /layouts
parent579beef9efded29b6cb83eda74ff98a82ba9ce0c (diff)
parent7e3aedea3b3bcfaca4e36117e56ebe5dbeb5da0a (diff)
Merge pull request #48 from blackgiulia/master
Add MathJax support
Diffstat (limited to 'layouts')
-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 }}