diff options
-rw-r--r-- | assets/_fuji-style/_content.scss | 2 | ||||
-rw-r--r-- | assets/_fuji-style/_footer.scss | 4 | ||||
-rw-r--r-- | layouts/partials/footer.html | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/assets/_fuji-style/_content.scss b/assets/_fuji-style/_content.scss index bb701b6..201c2cb 100644 --- a/assets/_fuji-style/_content.scss +++ b/assets/_fuji-style/_content.scss @@ -77,7 +77,7 @@ .pagination { text-align: center; padding: 1rem 0; - font-size: 1.25rem; + font-size: 1.125rem; & > div { display: inline-block; diff --git a/assets/_fuji-style/_footer.scss b/assets/_fuji-style/_footer.scss index ac4ed47..ab1bde1 100644 --- a/assets/_fuji-style/_footer.scss +++ b/assets/_fuji-style/_footer.scss @@ -2,5 +2,9 @@ footer { .footer { padding: 2rem 1.5rem; text-align: center; + + i { + font-size: 0.875rem; + } } } diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index cb43e10..2f4ba79 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@ <footer> <div class="container-lg clearfix"> <div class="col-12 footer"> - <span>© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> | + <span><i class="far fa-copyright"></i> {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> | {{ i18n "footerPoweredFront" }}<a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji-v2</a> & <a href="https://gohugo.io/" target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}</span> |