diff options
| author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-02-22 15:53:33 +0800 |
|---|---|---|
| committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-02-22 15:53:33 +0800 |
| commit | 2b4a3737d62e8ec7deca3e855b23b0e44fd939a8 (patch) | |
| tree | 6e52e2e50d625ac3c3395ee4a8e41cf271361e4b /layouts/partials/head.html | |
| parent | 28b4c8a5dd8ca630b9eaed009e4bd611c7567375 (diff) | |
fix: mathjax overflow for displayed mathematics (#32)
release 3.0.1
Diffstat (limited to 'layouts/partials/head.html')
| -rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fb8c284..960f9c0 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -61,7 +61,7 @@ {{- end }} <!-- Styles --> -<link href="{{ "dist/even.min.css?v=3.0.0" | relURL }}" rel="stylesheet"> +<link href="{{ "dist/even.min.css?v=3.0.1" | relURL }}" rel="stylesheet"> {{ if .Site.Params.publicCDN.enable -}} {{ if .Site.Params.fancybox }}{{ .Site.Params.publicCDN.fancyboxCss | safeHTML }}{{ end }} {{- else -}} |
