Merge branch 'master' into dev
This commit is contained in:
@@ -54,6 +54,3 @@
|
|||||||
{{ $res := resources.Get "css/lib/animate/animate.min.css" | resources.Minify -}}
|
{{ $res := resources.Get "css/lib/animate/animate.min.css" | resources.Minify -}}
|
||||||
<link rel="stylesheet" href="{{ $res.RelPermalink }}">
|
<link rel="stylesheet" href="{{ $res.RelPermalink }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if or .Params.math .Site.Params.math }}
|
|
||||||
{{ partial "math.html" . }}
|
|
||||||
{{ end }}
|
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
<script>
|
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
|
||||||
renderMathInElement(document.body, {
|
|
||||||
delimiters: [
|
|
||||||
{left: "$$", right: "$$", display: true},
|
|
||||||
{left: "$", right: "$", display: false}
|
|
||||||
]
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
Reference in New Issue
Block a user