diff options
Diffstat (limited to 'layouts/shortcodes/bookmark-month.html')
-rw-r--r-- | layouts/shortcodes/bookmark-month.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/shortcodes/bookmark-month.html b/layouts/shortcodes/bookmark-month.html index 499f538..480f6e8 100644 --- a/layouts/shortcodes/bookmark-month.html +++ b/layouts/shortcodes/bookmark-month.html @@ -12,6 +12,10 @@ <a href="{{ .url }}">{{ .title }}</a> ({{ .host }}) + {{ if .source_url }} + (<a href="{{ .source_url }}">via {{ .source_host }}</a>) + {{ end }} + {{ end }} {{ end }} </ul> |