Integrating header with each page, removing bottom section of section-app-header template, fixing a few bugs

This commit is contained in:
Adsooi 2021-06-18 19:41:15 +02:00
parent dfc8175367
commit 4a881df172
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
8 changed files with 60 additions and 22 deletions

View file

@ -28,9 +28,6 @@
<img class="vertical-center-img" src="/img/full/{{ .AppIndex }}.png"/>
</div>
</div>
<div style="background: {{ .BottomBackground | safeCSS }}; height: {{ .BottomHeight | safeCSS }}; width: 100%; margin-top: -{{ .BottomHeight | safeCSS }};">
<div style="float: left; max-width: 100%;">{{ .BottomLeft | safeHTML }}</div>
<div style="float: right; max-width: 100%;">{{ .BottomRight | safeHTML }}</div>
</div>
<div class="section-end-triangle"></div>
</section>
{{ end }}