From 3bb532df30e5ed3cf3713dc450a1a0ec99172e08 Mon Sep 17 00:00:00 2001 From: Track3 Date: Wed, 12 Dec 2018 00:02:36 +0800 Subject: Improve code quality & consistency * Add EditorConfig * Rebuild animate.css: remove an unused animation * Slightly rewrite header part --- layouts/partials/header.html | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'layouts/partials/header.html') diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 7e8f747..8c241fe 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -10,18 +10,14 @@ {{- end }} -
-
- {{- with .Params.featuredImg }} - - {{- end }} - {{- with .Site.Params.social }} - - {{- partialCached "social-icons.html" . -}} - - {{- end }} - -
+
+ {{- with .Params.featuredImg }} + + {{- end }} + {{- with .Site.Params.social -}} + {{ partialCached "social-icons.html" . }} + {{- end -}} +
@@ -31,4 +27,4 @@
  • {{ .Name }}
  • {{- end }} - \ No newline at end of file + -- cgit v1.2.3