Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoelacanthus <liuhongwu2003@outlook.com>2020-11-26 04:23:38 +0300
committerGitHub <noreply@github.com>2020-11-26 04:23:38 +0300
commit043d39a12e97bab83c1b8598aed69eef46cf0a39 (patch)
treec40ada68f000879537fddda7df3eae580ecbd76d
parent33d03e8292d55f46fecc3e5a89e88dfe30df4069 (diff)
chore(third-party): update lunr and mermaid (#271)
* chore(third-party): update lunr-search to 2.3.9 * chore(third-party): update mermaid to 8.8.3
-rw-r--r--layouts/partials/third-party/lunr-search.html2
-rw-r--r--layouts/partials/third-party/mermaid.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/third-party/lunr-search.html b/layouts/partials/third-party/lunr-search.html
index a08f494..4713ec4 100644
--- a/layouts/partials/third-party/lunr-search.html
+++ b/layouts/partials/third-party/lunr-search.html
@@ -1,4 +1,4 @@
-{{- $scripts := slice "https://cdn.jsdelivr.net/npm/lunr@2.3.8/lunr.min.js" -}}
+{{- $scripts := slice "https://cdn.jsdelivr.net/npm/lunr@2.3.9/lunr.min.js" -}}
{{- if ne .Site.Language.Lang "en" -}}
{{- $supported := slice "ar" "da" "de" "du" "es" "fi" "fr" "hu" "it" "ja" "nl" "no" "pt" "ro" "ru" "sv" "tr" "vi" -}}
{{- if in $supported .Site.Language.Lang -}}
diff --git a/layouts/partials/third-party/mermaid.html b/layouts/partials/third-party/mermaid.html
index e53afef..e4442e2 100644
--- a/layouts/partials/third-party/mermaid.html
+++ b/layouts/partials/third-party/mermaid.html
@@ -1,4 +1,4 @@
-<script src="https://cdn.jsdelivr.net/npm/mermaid@8.5.2/dist/mermaid.min.js"></script>
+<script src="https://cdn.jsdelivr.net/npm/mermaid@8.8.3/dist/mermaid.min.js"></script>
<script>
let mermaidConfig = {
startOnLoad: true,