Skip to content

Commit

Permalink
Bugfix: Revert .Title with .Site.Title in header html
Browse files Browse the repository at this point in the history
  • Loading branch information
anthowan authored Nov 13, 2024
1 parent be3a739 commit b710bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{ end }}

<div class="nav-title">
<a class="nav-brand" href="{{ .Site.BaseURL }}">{{ .Title | markdownify }}</a>
<a class="nav-brand" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
</div>

<div class="nav-links">
Expand Down

0 comments on commit b710bb5

Please sign in to comment.