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

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-gro <13005925+it-gro@users.noreply.github.com>2019-08-02 16:50:26 +0300
committerit-gro <13005925+it-gro@users.noreply.github.com>2019-08-02 16:50:26 +0300
commit5ef4a572ec3bd1aec834bbb7b887132580a5ecac (patch)
tree8030f3ec42d75834ac1326185f668250e189e316
parentaa6ceb72585c7251b9fcf5f341139606fa04808b (diff)
wip
-rw-r--r--layouts/partials/resource.image.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/resource.image.html b/layouts/partials/resource.image.html
index fe8c208..f548f7e 100644
--- a/layouts/partials/resource.image.html
+++ b/layouts/partials/resource.image.html
@@ -76,7 +76,8 @@ theResImgOpt : {{- $theResImgOpt }} <br/>
class="{{ $theImgClass }}"
style="{{ $theImgStyle | safeCSS }}"
src='{{ $myImagePermalinkWorkaround | absURL }}'
- alt='{{ $myImage.RelPermalink }}'
+ alt='{{ $myImage.RelPermalink -}}'
+{{/*
data-dbg-Site.BaseURL='{{$thePage.Site.BaseURL }}'
data-dbg-myBaseUrlSubDirs='{{$myBaseUrlSubDirs }}'
data-dbg-myImagePermalinkWorkaround='{{$myImagePermalinkWorkaround }}'
@@ -84,5 +85,5 @@ theResImgOpt : {{- $theResImgOpt }} <br/>
data-dbg-myImage-RelPermalink='{{$myImage.RelPermalink }}'
data-dbg-myImage-RelPermalink-absURL='{{$myImage.RelPermalink | absURL }}'
data-dbg-myImage-Permalink='{{$myImage.Permalink }}'
- >
+*/}}>
{{- end }}