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