diff options
Diffstat (limited to 'layouts/shortcodes/bookmarks-all.html')
-rw-r--r-- | layouts/shortcodes/bookmarks-all.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/bookmarks-all.html b/layouts/shortcodes/bookmarks-all.html index 92a2d55..b1fd562 100644 --- a/layouts/shortcodes/bookmarks-all.html +++ b/layouts/shortcodes/bookmarks-all.html @@ -9,6 +9,9 @@ - <a href="{{ .url }}">{{ .title }}</a> ({{ .host }}) + {{ if .source_url }} + (<a href="{{ .source_url }}">via {{ .source_host }}</a>) + {{ end }} {{ end }} </ul> |