Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20 from holtenko/master
Browse files Browse the repository at this point in the history
Fix & Add MathJax
  • Loading branch information
xiaoheiAh authored Nov 20, 2019
2 parents 9ee2f04 + 42a5627 commit 43265bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{ with .OutputFormats.Get "RSS" }}
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
{{ end }}
{{ range .Pages }}
{{ range .Site.RegularPages }}
<item>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
Expand Down
1 change: 1 addition & 0 deletions layouts/partials/script.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_SVG"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')
Expand Down

0 comments on commit 43265bb

Please sign in to comment.