diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-10-01 22:22:08 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-10-01 22:22:08 +0800 |
commit | 70714089fe0607edf20fb4e93db0e318855c04c0 (patch) | |
tree | 404bc84da402108ff961ca08a5d200c4113867dc /layouts/partials/scripts.html | |
parent | ab7cdc5d3c20f03b1e22f4c201ba29af06d139cb (diff) |
feat: add kotlin syntax highlighting (#11)
Diffstat (limited to 'layouts/partials/scripts.html')
-rw-r--r-- | layouts/partials/scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 78819d6..0043f80 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,5 +1,5 @@ <!-- js --> -<script src="{{ "lib/highlight/highlight.pack.js" | relURL }}"></script> +<script src="{{ "lib/highlight/highlight.pack.js?v=20171001" | relURL }}"></script> {{ if .Site.Params.bootcdn -}} <script type="text/javascript" src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js" crossorigin="anonymous"></script> <script type="text/javascript" src="https://cdn.bootcss.com/slideout/1.0.1/slideout.min.js" crossorigin="anonymous"></script> |