Add more additional template snippets (#3286)

pull/3283/head^2
Thomas Boerger 6 years ago committed by Kim "BKC" Carlbäcker
parent a22037713e
commit c4a8d4ce45
  1. 6
      templates/base/footer.tmpl
  2. 4
      templates/base/head.tmpl
  3. 0
      templates/custom/body_inner_post.tmpl
  4. 0
      templates/custom/body_inner_pre.tmpl
  5. 0
      templates/custom/body_outer_post.tmpl
  6. 0
      templates/custom/body_outer_pre.tmpl

@ -3,7 +3,13 @@
<body>
<div>
*/}}
{{template "custom/body_inner_post" .}}
</div>
{{template "custom/body_outer_post" .}}
<footer>
<div class="ui container">
<div class="ui left">

@ -130,9 +130,13 @@
{{template "custom/header" .}}
</head>
<body>
{{template "custom/body_outer_pre" .}}
<div class="full height">
<noscript>{{.i18n.Tr "enable_javascript"}}</noscript>
{{template "custom/body_inner_pre" .}}
{{if not .PageIsInstall}}
<div class="ui top secondary stackable main menu following bar light">
<div class="ui container" id="navbar">

Loading…
Cancel
Save