Loading layouts/partials/avatar.html +1 −1 Original line number Diff line number Diff line <header class="row text-center header"> {{ with .Site.Params.authorimage }} <img src="img/{{ . }}" alt="Author Image" class="img-circle text-center headshot"> {{ end }} {{ with .Site.Params.authorimage }} <img src="/img/{{ . }}" alt="Author Image" class="img-circle text-center headshot"> {{ end }} <h1 class="author">{{ .Site.Params.author }}</h1> </header> Loading
layouts/partials/avatar.html +1 −1 Original line number Diff line number Diff line <header class="row text-center header"> {{ with .Site.Params.authorimage }} <img src="img/{{ . }}" alt="Author Image" class="img-circle text-center headshot"> {{ end }} {{ with .Site.Params.authorimage }} <img src="/img/{{ . }}" alt="Author Image" class="img-circle text-center headshot"> {{ end }} <h1 class="author">{{ .Site.Params.author }}</h1> </header>