From f3b3cc3312db39b418cdd53d0399edc744d52c88 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 10 Jun 2017 14:21:47 +0200 Subject: Remove trailing slash in post URLs --- layouts/_default/list.html | 2 +- layouts/index.html | 2 +- layouts/partials/head.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/list.html b/layouts/_default/list.html index a9f903c..948a5e6 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -5,7 +5,7 @@
+
{{ with .Site.Params.Description }} {{.}} {{ else }}An elegant open source and mobile first theme for hugo made by @mdo. Originally made for Jekyll.{{end}}
-- cgit 1.4.1 From 31213261acdf834f65fd4f9999cb8f1281f81f22 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 17 Jun 2017 17:35:40 +0200 Subject: Show author image, if configured --- layouts/partials/sidebar.html | 4 ++++ static/css/hyde.css | 7 +++++++ 2 files changed, 11 insertions(+) (limited to 'layouts') diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 9d57c7c..749eb7c 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,5 +1,9 @@