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

github.com/shaform/hugo-theme-den.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaform <shaform@gmail.com>2018-11-17 22:44:18 +0300
committerShaform <shaform@gmail.com>2018-11-17 22:44:18 +0300
commitdd8df06ac476a77ad33be4a8f658973af0da71e0 (patch)
tree5c0d812a5896dbcd68a3e7b08213b01e47730e13 /layouts
parent6a1eff56f79671b76602a42ecab9bbfbea6be248 (diff)
update small screen
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/author_card.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/author_card.html b/layouts/partials/author_card.html
index 29f9027..dc91012 100644
--- a/layouts/partials/author_card.html
+++ b/layouts/partials/author_card.html
@@ -9,7 +9,7 @@
<div class="author-box">
<div class="author-image">
{{- with $author_url -}}
- <a href="{{ $author_url | relURL }}"><img src="{{ $author_image | relURL }}" /></a>
+ <a href="{{ $author_url | relLangURL }}"><img src="{{ $author_image | relURL }}" alt="{{ $author_name }}" /></a>
{{- else -}}
<img src="{{ $author_image | relURL }}" />
{{- end -}}