diff options
| author | Track3 <pengliabc@live.cn> | 2018-12-12 00:02:36 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-12-12 00:02:36 +0800 |
| commit | 3bb532df30e5ed3cf3713dc450a1a0ec99172e08 (patch) | |
| tree | 4bb9b5db6ff517877618c0e03dbc2eca3de0d076 /layouts/partials/footer.html | |
| parent | caf088cbfb4899e4d86fcb18373c4093f32c739b (diff) | |
| download | hermit-3bb532df30e5ed3cf3713dc450a1a0ec99172e08.tar.gz | |
Improve code quality & consistency
* Add EditorConfig
* Rebuild animate.css: remove an unused animation
* Slightly rewrite header part
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 18aeaf3..423ef8f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,4 @@ <footer id="site-footer" class="section-inner thin animated fadeIn faster"> <p>© 2018 <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }}</p> <p>Made with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> · Theme <a href="https://github.com/Track3/hermit" target="_blank" rel="noopener">Hermit</a> · <a href="{{ "posts/index.xml" | absURL }}" target="_blank" title="rss"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg></a></p> - </footer>
\ No newline at end of file + </footer> |
