中文目录链接 uri decode
This commit is contained in:
parent
627b358901
commit
3790ae68a5
@ -67,7 +67,11 @@
|
|||||||
{{ with .Permalink }}
|
{{ with .Permalink }}
|
||||||
<p class="copyright-item">
|
<p class="copyright-item">
|
||||||
<span>Link:</span>
|
<span>Link:</span>
|
||||||
<a href={{ . }}>{{ . }}</span>
|
<a href={{ . }}>
|
||||||
|
<script>
|
||||||
|
document.write(decodeURI(location))
|
||||||
|
</script>
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.Params.license }}
|
{{ with .Site.Params.license }}
|
||||||
|
Loading…
Reference in New Issue
Block a user