summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authormms <git@sapka.me>2024-12-03 00:05:50 +0100
committermms <git@sapka.me>2024-12-03 00:05:50 +0100
commit1fa238ef9c2044b28853b49f347bd8afd0683c2d (patch)
tree508b18fe8f111a463a5ba9648403e3be47700ee1 /layouts
parent05fa3943852767b848d430eccedbc3b018615229 (diff)
feat: via style
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/bookmark-month.html2
-rw-r--r--layouts/shortcodes/bookmarks-all.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/bookmark-month.html b/layouts/shortcodes/bookmark-month.html
index 480f6e8..24c319a 100644
--- a/layouts/shortcodes/bookmark-month.html
+++ b/layouts/shortcodes/bookmark-month.html
@@ -13,7 +13,7 @@
({{ .host }})
{{ if .source_url }}
- (<a href="{{ .source_url }}">via {{ .source_host }}</a>)
+ (via <a href="{{ .source_url }}">{{ .source_host }}</a>)
{{ end }}
{{ end }}
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 }}