From 1c4623ad308c021d7f403cb514ca81c4335eec39 Mon Sep 17 00:00:00 2001 From: Jan Willem B Date: Sun, 28 Apr 2019 18:16:13 +0200 Subject: added BaseUrl to avatar anchor This fixes a bug that clicking the avatar will bring you to the wrong URL if the site isn't deployed in the root path. --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 542130a..02c0892 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@
- {{ .Site.Params.author | default + {{ .Site.Params.author | default

{{ .Site.Title }}

{{ .Site.Params.description | default "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vehicula turpis sit amet elit pretium." }}

-- cgit v1.2.3