From 5fcd76b7d25183f48ff327388653d2b33901c426 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 19 Aug 2019 20:14:13 -0700 Subject: [PATCH] removed out of place button --- layouts/partials/header.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 layouts/partials/header.html diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..a3289a2 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,20 @@ +
+
+ + {{ .Site.Params.author }} +
+ +
+ {{ partial "social.html" . }} +

{{ .Site.Params.profile.name }}

+

{{ .Site.Params.description }}

+

+ {{ .Site.Params.aboutme.description | markdownify }} +

+
+