From 845be21e74637e06f889c0175eedd7cec24c48ee Mon Sep 17 00:00:00 2001 From: bigwoof Date: Mon, 19 Jan 2026 08:44:35 +1000 Subject: [PATCH] Include alt text in xkcd widget template Added alt text to the xkcd widget template. --- widgets/xkcd-widget/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widgets/xkcd-widget/README.md b/widgets/xkcd-widget/README.md index 6e6f5dd..7312084 100644 --- a/widgets/xkcd-widget/README.md +++ b/widgets/xkcd-widget/README.md @@ -10,5 +10,6 @@ Simple custom-api widget to display current xkcd comic template: | {{ .JSON.String "title" }} + {{ .JSON.String "alt" }} ``` - \ No newline at end of file +