diff options
-rw-r--r-- | assets/stylesheets/style.css | 2 | ||||
-rw-r--r-- | layouts/_default/baseof.html | 2 | ||||
-rw-r--r-- | layouts/partials/footer-content.html (renamed from layouts/partials/theme-copyright.html) | 0 |
3 files changed, 3 insertions, 1 deletions
diff --git a/assets/stylesheets/style.css b/assets/stylesheets/style.css index 2ef619d..278bac3 100644 --- a/assets/stylesheets/style.css +++ b/assets/stylesheets/style.css @@ -71,6 +71,8 @@ main, footer{ text-align: center; display: block; opacity: .2; + color: #fff; + margin: .25em; } /* elements */ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f6060c0..974affa 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -32,7 +32,7 @@ {{ if .Site.Params.copyright.include }} <span id="copyright">© {{ time.Now.Year }} {{ .Site.Params.copyright.name }} – {{ .Site.Params.copyright.type }}</span> {{ end }} - {{ partial "theme-copyright.html" . }} + {{ partial "footer-content.html" . }} </footer> </body> </html> diff --git a/layouts/partials/theme-copyright.html b/layouts/partials/footer-content.html index b97de5f..b97de5f 100644 --- a/layouts/partials/theme-copyright.html +++ b/layouts/partials/footer-content.html |