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

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYue Yang <g1enyy0ung@gmail.com>2021-06-12 07:07:20 +0300
committerYue Yang <g1enyy0ung@gmail.com>2021-06-12 07:07:20 +0300
commit57130f9523d6c320f893e762031214c57978c897 (patch)
tree08d5b0b181a255307a4117da78bbd51dcf863bc2
parenta8bcf47a0364d7867b19fb024ba6103241106111 (diff)
Fix semantic.min.js
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index add80b4..d5a71ee 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -47,7 +47,7 @@
</div>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0"></script>
- <script src="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2"></script>
+ <script src="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.js"></script>
{{ if .Site.Params.enableSearch }}
{{ partial "search.html" . }}