mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2026-03-19 10:32:16 -05:00
Add author param and display it
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ with .Params.author }}
|
||||
<span class="post-meta-item">
|
||||
{{ partial "icon.html" "user" }}
|
||||
{{ . }}
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .IsTranslated }}
|
||||
<span class="post-meta-item">
|
||||
{{ partial "icon.html" "globe" }}
|
||||
|
||||
Reference in New Issue
Block a user