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

github.com/ertuil/erblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutong Chen <me@ertuil.top>2019-12-18 14:36:50 +0300
committerLutong Chen <me@ertuil.top>2019-12-18 14:36:50 +0300
commit2990e09f0325aef7332d010d17c902fb53a32970 (patch)
tree71c7a40993efb63f31bcc53c302cb3334a7ecf0d /layouts
parent856ac3916d8fefe5409537bc254f17794eea0575 (diff)
add self-define.html in base.html
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 5f8e2ec..f88adf5 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -6,6 +6,7 @@
<div id="content">
{{- block "main" . }}{{- end }}
</div>
+ {{- partial "self-define.html" . -}}
{{- partial "footer.html" . -}}
</body>
</html>