From 9e14c071b3bc27950dbb54bd3243b3902edd8a9c Mon Sep 17 00:00:00 2001 From: Keichi Takahashi Date: Mon, 23 Feb 2015 22:10:35 +0900 Subject: [PATCH] Add author contact button --- layouts/_default/single.html | 20 ++++++++++++++------ static/css/main.css | 27 +++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 6 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0811706..9f7f5d1 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -28,13 +28,21 @@ {{ end }}
- {{ with .Site.Params.author }} -

{{ . }}

- {{ end }} - {{ with .Site.Params.bio }} -
{{ . }}
- {{ end }} + {{ with .Site.Params.author }} +

{{ . }}

+ {{ end }} + {{ with .Site.Params.bio }} +
{{ . }}
+ {{ end }}
+ {{ with .Site.Params.contact }} +
+ + +  Contact me + +
+ {{ end }}