From 812af8f7e065df27a5eb283cb80e25e89429764f Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 17 Apr 2024 15:34:28 -0400 Subject: [PATCH] remove video from small feed --- layouts/about/rss.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/layouts/about/rss.xml b/layouts/about/rss.xml index ea295f0..97170dc 100644 --- a/layouts/about/rss.xml +++ b/layouts/about/rss.xml @@ -14,11 +14,7 @@ {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} - {{ .Permalink }}{{ if .Params.gif}} - - {{end}}{{ if .Params.video}} - - {{end}}{{ if .Params.audio}} + {{ .Permalink }}{{ if .Params.audio}} {{end}}{{ if .Params.image}} {{.Site.BaseURL}}{{.Params.image}}{{end}}