Skip to content

Commit

Permalink
Add Permalink as prefix to back to top link href. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeedleFake authored and alanorth committed Nov 29, 2016
1 parent ba80215 commit d0c9781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1 class="blog-title"><a href="{{ .Site.BaseURL }}" rel="home">{{ .Site.Title |
{{ end }}
</p>
<p>
<a href="#">Back to top</a>
<a href="{{ .Permalink }}#">Back to top</a>
</p>
</footer>

Expand Down

0 comments on commit d0c9781

Please sign in to comment.