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