Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDSRKafuU <amzrk2@outlook.com>2020-10-25 06:00:34 +0300
committerGitHub <noreply@github.com>2020-10-25 06:00:34 +0300
commit8d004ec9cc153ba0eb821ea168c3ebb73fe4ca2d (patch)
tree9bb580b4133e0f61e887ab6449faa97cf68b18ce
parent9403ce1b5dbbe953cd33e6e3f73e829992a28986 (diff)
parent8640c34f93353af6b6e6e7dfce0b5aea9b9f2294 (diff)
merge: pull request #57 from emilburzo/master
remove `relURL` from `render-image` markup
-rw-r--r--layouts/_default/_markup/render-image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html
index ab7aa31..397ff55 100644
--- a/layouts/_default/_markup/render-image.html
+++ b/layouts/_default/_markup/render-image.html
@@ -1 +1 @@
-<img class="img-zoomable" src="{{ .Destination | relURL | safeURL }}" alt="{{ .Text }}" />
+<img class="img-zoomable" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" />