fix(config): fix wrong svg alt attributes and how posts handle authors
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
{{- end }}
|
||||
<hr class="post-end">
|
||||
<footer class="post-info">
|
||||
{{- with $.Param "author" }}
|
||||
{{- with .Param "author" }}
|
||||
<p><object type="image/svg+xml" class="feather" data="{{"author.svg" | relURL}}">{{.}}</object></p>
|
||||
{{- end }}
|
||||
{{- with .Params.tags }}
|
||||
@@ -78,4 +78,4 @@
|
||||
{{ end }}
|
||||
{{ define "footer " }}
|
||||
{{ partialCached "footer.html " . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user