From 9940c34fbae7b8a5cd7d30dba9d92fc959ce61a4 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 12 May 2019 01:25:20 +0200 Subject: [PATCH] Removed urlize from cover links closes #57 (Bug: Using urlize in cover image URL's replaces uppercase characters with lowercase ones) --- layouts/_default/list.html | 2 +- layouts/_default/single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index aace4e7..8e25c64 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -30,7 +30,7 @@ {{ if .Params.UseRelativeCover }} {{ else }} - + {{ end }} {{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 56b718f..262bc6c 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -25,7 +25,7 @@ {{ if .Params.UseRelativeCover }} {{ else }} - + {{ end }} {{ end }}