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

github.com/gevhaz/hugo-theme-notrack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon <gevhaz@tutanota.com>2020-06-05 13:09:11 +0300
committerSimon <gevhaz@tutanota.com>2020-06-05 13:09:11 +0300
commit1413dc9d8f54951bb9446b21a848326f82d78cbd (patch)
treed9fe2e4a875126c234a5a70aa5bad4b20a250145
parent10d6c785472be9b102d976973c3d464a3034d002 (diff)
Removed unused code
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 102db6e..6f991dd 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,11 +3,7 @@
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
- {{ if .Site.Params.enableBackground }}
<div id="content">
- {{ else }}
- <div id="content">
- {{ end }}
{{- block "main" . }}{{- end }}
</div>
</body>