From a58f1b6e4fd91c745c6bb5fae4f1984a66094480 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Thu, 12 Nov 2015 17:17:16 -0600 Subject: [PATCH] Fix another deprecated base url property --- layouts/posts/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 8848eb7..b08327b 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -8,7 +8,7 @@
{{ if .Params.heading }}{{ .Params.heading }}{{ else }}{{ .Title }}{{ end }}
-
{{ .Site.Params.Initials }}
+
{{ .Site.Params.Initials }}
{{ .Date.Format .Site.Params.DateForm }}