- Implementiert shortcodes für columns, icon, section, aligncenter.
- Footer angepasst - Footer in footer.md ausgelagert
This commit is contained in:
parent
75f3cc4b06
commit
09795d6003
25 changed files with 357 additions and 192 deletions
|
|
@ -1,4 +1,6 @@
|
|||
<div class="container">
|
||||
<section class="bg-cover items-center pt-32 pb-32" style="{{ with .Get "fixed" }}background-attachment: fixed;{{ end }}background-image: url('{{ with .Get "background" }}{{ . }}{{ end }}');">
|
||||
<div class="container items-center" >
|
||||
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue