From 24492a6c1b5a081847bc6f6de2d6aa7a7d32b04f Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Fri, 23 Jun 2017 13:36:05 +0200
Subject: Fix incorrect url spec in "contact" links
---
layouts/partials/sidebar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'layouts/partials/sidebar.html')
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 73e4ecc..389def7 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -32,7 +32,7 @@
{{ if hasPrefix .URL "mailto:" }}
{{ .Name }}
{{ else }}
- {{ .Name }}
+ {{ .Name }}
{{ end }}
{{ end }}
--
cgit 1.4.1