diff options
Diffstat (limited to 'layouts/shortcodes/links.html')
-rw-r--r-- | layouts/shortcodes/links.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/layouts/shortcodes/links.html b/layouts/shortcodes/links.html index 6d40dae..4c87b41 100644 --- a/layouts/shortcodes/links.html +++ b/layouts/shortcodes/links.html @@ -37,8 +37,12 @@ {{ end }} </td> <td style="padding-bottom: 10px"> - <a href="{{.Url}}"> - <b>{{ .Title }}</b><br> + <a href="{{.Url}}"> <b>{{ .Title }}</b></a> + {{ if .Video }} + (videos on {{.Video}}) + {{ end }} + + <br> {{ .Description }} </a> </td> |