Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix: fix tag bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Aug 6, 2019
1 parent 30c3195 commit 7218a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/posts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1 class="post-title">{{ .Title }}</h1>
</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>
Expand Down

0 comments on commit 7218a98

Please sign in to comment.