🐛 Fixed the post creative commons link reference.
This commit is contained in:
parent
42f4028f2d
commit
32a7195f7b
@ -21,7 +21,7 @@
|
|||||||
<a target="_blank" href="{{ .Params.OriginLink }}" title="{{ .Title }}">{{ .Params.Link }}</a>
|
<a target="_blank" href="{{ .Params.OriginLink }}" title="{{ .Title }}">{{ .Params.Link }}</a>
|
||||||
{{- else }}
|
{{- else }}
|
||||||
<strong>{{ print (T "PostCRLink") (T "SymbolColon") }}</strong>
|
<strong>{{ print (T "PostCRLink") (T "SymbolColon") }}</strong>
|
||||||
<a href="{{ .RelPermalink | absLangURL }}" title="{{ .Title }}">{{ .RelPermalink | absLangURL }}</a>
|
<a href="{{ .Permalink | absLangURL }}" title="{{ .Title }}">{{ .Permalink | absLangURL }}</a>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</li>
|
</li>
|
||||||
<li class="post-copyright-license">
|
<li class="post-copyright-license">
|
||||||
|
Loading…
Reference in New Issue
Block a user