1
0
Fork 0

add footer

master
Florian Schrofner 2019-10-14 18:35:13 +02:00
parent 8918a38929
commit 7f3508a4ec
3 changed files with 14 additions and 0 deletions

View File

@ -60,3 +60,9 @@ h3
#picture-holder #picture-holder
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - #{$slope-size})) clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - #{$slope-size}))
#footer
clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%)
background: $color-mint
padding-top: $slope-size
text-align: center
font: 100% $medium-font-stack

1
content/posts/footer.md Normal file
View File

@ -0,0 +1 @@
Imprint

View File

@ -47,6 +47,13 @@
</div> </div>
</div> </div>
<div class="grid-x align-center" id="footer">
<div class="cell large-6">
{{ with .Site.GetPage "/footer" }}
{{.Content}}
{{ end }}
</div>
</div>
</div> </div>
{{ partial "script_append.html" . }} {{ partial "script_append.html" . }}
</body> </body>