From 95e0330c60e67128950f0b8e135488217a54923b Mon Sep 17 00:00:00 2001 From: mms Date: Sat, 23 Nov 2024 23:47:51 +0100 Subject: feat: video warn --- assets/more/links.yml | 8 ++++---- layouts/shortcodes/links.html | 8 ++++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/assets/more/links.yml b/assets/more/links.yml index fbd89ec..c57cc45 100644 --- a/assets/more/links.yml +++ b/assets/more/links.yml @@ -19,9 +19,9 @@ links: Description: History of early computers - Title: Dan Woods - Url: https://odysee.com/@danwood:0 + Url: https://Odysee.com/@danwood:0 Description: Old computers vlog - Video: odysee + Video: Odysee - Title: Luke Smith Url: https://lukesmith.xyz @@ -80,9 +80,9 @@ links: Description: mostly comics. also unix and computers - Title: Mental Outlaw - Url: https://www.youtube.com/channel/UC7YOGHUfC1Tb6E4pudI9STA + Url: https://www.Google Youtube.com/channel/UC7YOGHUfC1Tb6E4pudI9STA Description: Privacy, and unix - Video: youtube + Video: Google Youtube - Title: lwn.net 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 }} - - {{ .Title }}
+
{{ .Title }} + {{ if .Video }} + (videos on {{.Video}}) + {{ end }} + +
{{ .Description }} -- cgit v1.2.3