Commit Diff
--- layouts/partials/header.html +++ layouts/partials/header.html @@ -1,5 +1,5 @@ <header> <h1 class="titles"> - <a class="titles" href="/">{{ .Site.Title }}</a> + <a class="titles" href="/">{{ .Site.Title }}</a>{{ if .Section }}/{{ .Section }}/{{ end }} </h1> </header>
