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 | |
| 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')
| -rw-r--r-- | layouts/_default/baseof.html | 2 | ||||
| -rw-r--r-- | layouts/_default/list.html | 4 | ||||
| -rw-r--r-- | layouts/_default/single.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index db28f28..66ddb80 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -33,4 +33,4 @@ {{ template "_internal/google_analytics_async.html" . }} </body> -</html>
\ No newline at end of file +</html> 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 }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 8a4c168..53d566d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -19,4 +19,4 @@ {{ define "footer" }} {{ partialCached "footer.html" . }} <script>let haveHeader = true;</script> -{{ end }}
\ No newline at end of file +{{ end }} |
