🐛 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>
|
||||
{{- else }}
|
||||
<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 }}
|
||||
</li>
|
||||
<li class="post-copyright-license">
|
||||
|
Loading…
Reference in New Issue
Block a user