From c42cd201cb6dc8a8ca34b7d6df2805e461246aa9 Mon Sep 17 00:00:00 2001 From: Jakub Filo Date: Tue, 18 Apr 2017 03:20:56 +0200 Subject: [PATCH] Moved social links to top and made them disappear when cursor is outside header --- layouts/partials/header.html | 11 +-- layouts/partials/social.html | 11 ++- static/css/github.css | 115 ----------------------------- static/css/highlight.pack.js | 1 - static/css/main.css | 20 +++-- static/images/apple-touch-icon.png | Bin 3518 -> 0 bytes static/images/bg.jpg | Bin 351009 -> 0 bytes static/images/favicon.ico | Bin 1150 -> 0 bytes 8 files changed, 26 insertions(+), 132 deletions(-) delete mode 100644 static/css/github.css delete mode 100644 static/css/highlight.pack.js delete mode 100644 static/images/apple-touch-icon.png delete mode 100644 static/images/bg.jpg delete mode 100644 static/images/favicon.ico diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e3c2314..8fb6589 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -17,9 +17,6 @@ {{ end }}{{ end }} {{ if .IsPage }} - {{ with .Site.Params.facebook }} - - {{ end }} {{ range .Params.tags }} @@ -31,11 +28,10 @@ {{ if ne .URL "/" }} {{ .Title }} · {{ end }} {{ .Site.Title }} - + - {{ if eq .URL "/" }} @@ -52,8 +48,9 @@ {{ end }} -