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

github.com/gonnux/hugo-apps-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByeonggon Lee <gonny952@gmail.com>2019-01-15 04:05:45 +0300
committerByeonggon Lee <gonny952@gmail.com>2019-01-15 04:05:45 +0300
commit14bc7083531b08f7ee072b57a86b33a6095eb685 (patch)
tree391209e6aaebf2caaf0083fb8e7b558f18baa639
parent4c31ea99684ab53d12a34961408201265b39ab76 (diff)
Fix broken html in full pagev1.2.2
-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 21066e3..9ce2a1c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
{{ if .Params.full }}
- {{- block "main" . }}{{- end }}
+ {{- .Content -}}
{{ else }}
<!DOCTYPE html>
<html>