Browse Source

Add more additional template snippets (#3286)

for-closed-social
Thomas Boerger 6 years ago
committed by Kim "BKC" Carlbäcker
parent
commit
c4a8d4ce45
6 changed files with 10 additions and 0 deletions
  1. +6
    -0
      templates/base/footer.tmpl
  2. +4
    -0
      templates/base/head.tmpl
  3. +0
    -0
     
  4. +0
    -0
     
  5. +0
    -0
     
  6. +0
    -0
     

+ 6
- 0
templates/base/footer.tmpl View File

@ -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">

+ 4
- 0
templates/base/head.tmpl View File

@ -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">

+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


+ 0
- 0
View File


Loading…
Cancel
Save