Skip to content

Commit

Permalink
Merge pull request #121 from ottlinger/patch-1
Browse files Browse the repository at this point in the history
Update footer.html to always open link to hugo-scroll in new window
  • Loading branch information
zjedi authored Mar 26, 2023
2 parents 488be6c + ab6c1b3 commit 26ddfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{{ if ne .Site.Params.hidedesignbyline true }}
<section>
<a href="https://themes.gohugo.io/hugo-scroll/">Hugo Scroll</a> template
<a href="https://themes.gohugo.io/hugo-scroll/" target="_blank" rel="noopener">Hugo Scroll</a> template
</section>
{{ end }}

Expand Down

0 comments on commit 26ddfdc

Please sign in to comment.