diff options
author | amzrk2 | 2021-02-10 17:07:14 +0800 |
---|---|---|
committer | amzrk2 | 2021-02-10 17:07:14 +0800 |
commit | 42c54060f3b97ef5ad8c8237d7d71d46bae0e232 (patch) | |
tree | dd2c818bc1edbfb3cc8423f5458c8b5d00e5601d /layouts | |
parent | 20c2c7847269977dc626124c0deee5a65df2d783 (diff) | |
download | hugo-theme-fuji-42c54060f3b97ef5ad8c8237d7d71d46bae0e232.tar.gz hugo-theme-fuji-42c54060f3b97ef5ad8c8237d7d71d46bae0e232.tar.bz2 hugo-theme-fuji-42c54060f3b97ef5ad8c8237d7d71d46bae0e232.zip |
update: footer
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/favicon.html | 2 | ||||
-rw-r--r-- | layouts/partials/footer.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html index ce75989..3dabd7d 100644 --- a/layouts/partials/favicon.html +++ b/layouts/partials/favicon.html @@ -1 +1 @@ -<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/amzrk2/cdn-stcapi@1/favicons/favicon.ico" />
\ No newline at end of file +<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/dsrkafuu/dsr-cdn@1/images/favicons/dsrca/favicon.ico" /> diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index bdc4891..c11dc42 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -9,7 +9,7 @@ <span>© {{ with .Site.Params.copyrightStartYear }}{{ . }}-{{ end }}{{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> {{ with .Site.Params.sourceURL }} | <a href="{{ . }}">Source code</a> {{ end }} - | {{ i18n "footerPoweredFront" }}<a href="https://github.com/amzrk2/hugo-theme-fuji/" + | {{ i18n "footerPoweredFront" }}<a href="https://github.com/dsrkafuu/hugo-theme-fuji/" target="_blank">Fuji-v2</a> & <a href="https://gohugo.io/" target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }} </span> |