porcellis.com

ref: master

layouts/_partials/masthead.html


1
2
3
4
5
6
7
8
9
<a class="masthead__link" href="{{ .Site.Home.RelPermalink }}">
  <img class="avatar" src="/avatar.jpg" alt="{{ .Site.Title }}">
  {{ if .IsHome }}
  <h1 class="masthead__title">{{ i18n "logTitle" }}</h1>
  {{ else }}
  <p class="masthead__title">{{ i18n "logTitle" }}</p>
  {{ end }}
</a>
{{ partial "theme-toggle.html" . }}