From 265cfe2d5a4dbb2f95890add2dde772becf0e567 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sat, 5 Oct 2024 11:22:07 +0200 Subject: templates: Add "Authored by" to the avatar's alt property --- templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/macros.html') diff --git a/templates/macros.html b/templates/macros.html index f504f76..648d4b0 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -1,7 +1,7 @@ {% macro render_post(post, class="feed") -%}
- {{ config.extra.author }} + Authored by: {{ config.extra.author }}