diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 246643d..072bfe3 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -61,7 +61,7 @@ font-size: 20px; } -.content { +.content, footer { padding: 20px; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 693059e..cf0c4c0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,6 +13,13 @@ {{ .Content }} {{- end }} + + {{ with .Site.Copyright }} +
+ + {{ end }}