Skip to content

Commit

Permalink
fix: redirect users to home page of current language (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Nov 4, 2021
1 parent 045dabb commit fe9efda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="logo-title">
<div class="title">
<img src="{{ .Site.Params.profilePicture | relURL }}" alt="profile picture" />
<h3 title=""><a href="{{ .Site.BaseURL | relURL }}">{{ .Site.Params.Title }}</a></h3>
<h3 title=""><a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Params.Title }}</a></h3>
<div class="description">
<p>{{ replace .Site.Params.description "\n" "<br />" | safeHTML }}</p>
</div>
Expand Down

0 comments on commit fe9efda

Please sign in to comment.