diff options
Diffstat (limited to 'layouts/partials/post-meta/author.html')
| -rw-r--r-- | layouts/partials/post-meta/author.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/post-meta/author.html b/layouts/partials/post-meta/author.html new file mode 100644 index 0000000..1b56004 --- /dev/null +++ b/layouts/partials/post-meta/author.html @@ -0,0 +1,3 @@ +{{ with .Params.author }} + <span class="author">{{ i18n "by" . }}</span> +{{ end }} |
