From 2c664160b0388c1e4f49cd73649046ed79e07cf9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 6 Jan 2018 22:27:36 +0000 Subject: [PATCH] Use `relURL` where possible --- layouts/404.html | 4 ++-- layouts/partials/search.html | 4 ++-- layouts/shortcodes/attachments.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index 1fc6265e2a..f9270f05a2 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -48,8 +48,8 @@

{{T "message-404"}}

-

{{T "Go-to-homepage"}}

-

+

{{T "Go-to-homepage"}}

+

diff --git a/layouts/partials/search.html b/layouts/partials/search.html index 394846df90..bef3728585 100644 --- a/layouts/partials/search.html +++ b/layouts/partials/search.html @@ -8,9 +8,9 @@ diff --git a/layouts/shortcodes/attachments.html b/layouts/shortcodes/attachments.html index 42780d0190..7796526882 100644 --- a/layouts/shortcodes/attachments.html +++ b/layouts/shortcodes/attachments.html @@ -14,7 +14,7 @@ {{if ($.Get "pattern")}} {{if (findRE ($.Get "pattern") .Name)}}
  • - + {{.Name}} ({{div .Size 1024 }} ko) @@ -22,7 +22,7 @@ {{end}} {{else}}
  • - + {{.Name}} ({{div .Size 1024 }} ko)