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/_default/list.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/_default/list.html')
| -rw-r--r-- | layouts/_default/list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 1e8873a..3a5df64 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -3,7 +3,7 @@ {{ end }} {{ define "main" }} - <main class="site-main section-inner thin animated fadeIn faster"> + <main class="site-main section-inner thin animated fadeIn faster"> <h1>{{ .Title }}</h1> {{- if .Content }} <div class="content"> @@ -31,4 +31,4 @@ {{ define "footer" }} {{ partialCached "footer.html" . }} <script>let haveHeader = true;</script> -{{ end }}
\ No newline at end of file +{{ end }} |
