From 429024f027487080f2f5f00bac0ba191b65f5c34 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Tue, 3 May 2022 01:32:59 -0400 Subject: [PATCH] Added URLs to toots --- layouts/shortcodes/displayToots.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/shortcodes/displayToots.html b/layouts/shortcodes/displayToots.html index 740038c..0c8b351 100644 --- a/layouts/shortcodes/displayToots.html +++ b/layouts/shortcodes/displayToots.html @@ -29,6 +29,7 @@ {{ .replies_count }} {{ .reblogs_count }} {{ .favourites_count }} +| Source: {{ .url }} {{ end }}