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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html24
1 files changed, 3 insertions, 21 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 91ae34f..f41c4c8 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,21 +1,3 @@
-{{ partial "head" . }}
-
-<div id="container">
- {{ partial "header" . }}
-
- <div class="outer">
- {{ if .IsPage | and (not .Params.disable_profile) }}
- {{ partial "profile" . }}
- {{ end }}
-
- {{ partial "single_article" . }}
-
- {{ if .IsPage | and (not .Params.disable_widgets) }}
- {{ partial "sidebar" . }}
- {{ end }}
- </div>
-</div>
-
-{{ partial "footer" . }}
-</body>
-</html>
+{{ define "main" }}
+ {{ partial "single_article" . }}
+{{ end }} \ No newline at end of file