mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix: fix tag bug
This commit is contained in:
parent
30c31959ed
commit
7218a98618
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
</section>
|
||||
{{ end }}
|
||||
<section>
|
||||
<span><a href="javascript:window.history.back();">{{ T "back" }</a></span>
|
||||
<span><a href="javascript:window.history.back();">{{ T "back" }}</a></span>
|
||||
|
|
||||
<span><a href="{{ .Site.BaseURL }}">{{ T "home" }}</a></span>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue