mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Fixed broken avatar img links
This commit is contained in:
parent
8513bece81
commit
71d9811eb8
7 changed files with 9 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
|||
<h1 class='title p-name'>{{ .Title }}</h1>
|
||||
<a style="display: none" class="u-url" href="{{ .Permalink }}"></a>
|
||||
<div style="display: none;" rel="author" class="h-card p-author">
|
||||
<img class="u-photo" src="{{ .Site.BaseURL }}/img/avatar.jpg"/>
|
||||
<img class="u-photo" src="{{ .Site.BaseURL }}img/avatar.jpg"/>
|
||||
<span > {{ .Site.Params.Author }}</span>
|
||||
</div>
|
||||
{{ .Scratch.Set "beforeDateString" "Published on "}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue