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:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 75d66d0..ee90b9b 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -15,7 +15,7 @@
{{ end }}
</head>
- <body class="default">
+ <body>
{{ partial "nav.html" . }}
<div class="flip-container">
<div class="flipper">
@@ -50,7 +50,6 @@
<script src="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.js" integrity="sha256-CgSoWC9w5wNmI1aN8dIMK+6DPelUEtvDr+Bc2m/0Nx8=" crossorigin="anonymous"></script>
{{ if .Site.Params.enableSearch }}
- <!-- {{ partial "search.html" . }} -->
{{ end }}
{{ range .Site.Params.Advanced.customJSBefore }}