🐛 Fixed the post's copyright link URL.
This commit is contained in:
parent
78250ed508
commit
892e13a848
@ -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="{{ .Permalink }}" title="{{ .Title }}">{{ .Permalink }}</a>
|
<a href="{{ .RelPermalink | absLangURL }}" title="{{ .Title }}">{{ .Permalink }}</a>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</li>
|
</li>
|
||||||
<li class="post-copyright-license">
|
<li class="post-copyright-license">
|
||||||
|
Loading…
Reference in New Issue
Block a user