Skip to content

Commit

Permalink
Update sidebar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhiyo authored Jan 30, 2024
1 parent 92d9144 commit 9494b59
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions layouts/partials/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
alt="profile picture"
/>
{{ if .IsHome }}
<h1 class="sidebar__introduction-title">
<a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Params.Title }}</a>
</h1>
<div class="sidebar__introduction-title">
<h1>
<a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Params.Title }}</a>
</h1>
</div>
{{ else }}
<div class="sidebar__introduction-title">
<a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Params.Title }}</a>
Expand Down

0 comments on commit 9494b59

Please sign in to comment.