mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 17:57:28 -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