🔍 Add copyright's img attribute of alt.
This commit is contained in:
parent
40674ad12b
commit
a59b6a6f32
@ -1,6 +1,6 @@
|
|||||||
{{- if .Site.Params.creativeCommons.post }}
|
{{- if .Site.Params.creativeCommons.post }}
|
||||||
<div class="post-copyright">
|
<div class="post-copyright">
|
||||||
<img src="/imgs/cc/cc.svg" width="75" height="75" align="right" />
|
<img src="/imgs/cc/cc.svg" width="75" height="75" align="right" alt="{{ T "CCLinkTitle" }}"/>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="post-copyright-title">
|
<li class="post-copyright-title">
|
||||||
<strong>{{ print (T "PostCRTitle") (T "SymbolColon") }}</strong>
|
<strong>{{ print (T "PostCRTitle") (T "SymbolColon") }}</strong>
|
||||||
|
Loading…
Reference in New Issue
Block a user