Add basic scaffolding for site.
This commit is contained in:
6
themes/mainroad/layouts/partials/post_meta/author.html
Normal file
6
themes/mainroad/layouts/partials/post_meta/author.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{- if .Site.Author.name -}}
|
||||
<div class="meta__item-author meta__item">
|
||||
{{ partial "svg/author.svg" (dict "class" "meta__icon") -}}
|
||||
<span class="meta__text">{{ .Site.Author.name }}</span>
|
||||
</div>
|
||||
{{- end -}}
|
Reference in New Issue
Block a user