Skip to content

Commit c4a8d4c

Browse files
tboergerbkcsoft
authored andcommitted
Add more additional template snippets (#3286)
1 parent a220377 commit c4a8d4c

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

templates/base/footer.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
<body>
44
<div>
55
*/}}
6+
7+
{{template "custom/body_inner_post" .}}
8+
69
</div>
10+
11+
{{template "custom/body_outer_post" .}}
12+
713
<footer>
814
<div class="ui container">
915
<div class="ui left">

templates/base/head.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,13 @@
130130
{{template "custom/header" .}}
131131
</head>
132132
<body>
133+
{{template "custom/body_outer_pre" .}}
134+
133135
<div class="full height">
134136
<noscript>{{.i18n.Tr "enable_javascript"}}</noscript>
135137

138+
{{template "custom/body_inner_pre" .}}
139+
136140
{{if not .PageIsInstall}}
137141
<div class="ui top secondary stackable main menu following bar light">
138142
<div class="ui container" id="navbar">

templates/custom/body_inner_post.tmpl

Whitespace-only changes.

templates/custom/body_inner_pre.tmpl

Whitespace-only changes.

templates/custom/body_outer_post.tmpl

Whitespace-only changes.

templates/custom/body_outer_pre.tmpl

Whitespace-only changes.

0 commit comments

Comments
 (0)