Skip to content

Commit

Permalink
fix: remove extra space in the homepage url in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBarranqueiro committed Aug 9, 2020
1 parent 5fb284d commit ace4a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="header-title">
<a
class="header-title-link"
href="<%- url_for(' ') %>"
href="<%- url_for() %>"
aria-label="<% __('global.go_to_homepage') %>"
>
<%= config.title %>
Expand Down

0 comments on commit ace4a95

Please sign in to comment.