fix channel image rss

This commit is contained in:
Wouter Groeneveld 2022-11-21 21:19:39 +01:00
parent 54994f91e9
commit f4f8125e35
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,18 @@
[
{
"author": {
"name": "James Ravenscroft",
"picture": "/pictures/brainsteam.co.uk"
},
"name": "",
"content": "Liked post: https://brainbaking.com/post/2022/11/the-great-mastodon-influx/",
"published": "2022-11-20T13:33:50+00:00",
"url": "https://brainsteam.co.uk/likes/2022/11/20/1668949039/",
"type": "like",
"source": "https://brainsteam.co.uk/likes/2022/11/20/1668949039/",
"target": "https://brainbaking.com/post/2022/11/the-great-mastodon-influx/",
"relativeTarget": "/post/2022/11/the-great-mastodon-influx/"
},
{
"author": {
"name": "Jan Boddez",

View File

@ -25,7 +25,7 @@
{{ if not .Date.IsZero }}<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
{{ with .OutputFormats.Get "RSS" }}{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}{{ end }}
<image>
<url>{{ $baseurl }}img/logo-rss.jpg</url>
<url>{{ $baseurl }}img/logo.jpg</url>
<title>{{ .Site.Title }}</title>
<link>{{ .Permalink }}</link>
<width>72</width>