Skip to content

Commit

Permalink
Merge pull request #379 from debuginn/dev
Browse files Browse the repository at this point in the history
fix remove WeChat image from RSS feed description
  • Loading branch information
debuginn authored Jan 23, 2025
2 parents e0e7bf7 + 6c658c0 commit b89d326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{{- if $image.exists -}}
{{ "<" | html }}img src="{{ $image.permalink | absURL }}" alt="Featured image of post {{ .Title }}" {{ "/>" | html}}
{{- end -}}
{{ $content }}<p><img src="https://static.debuginn.com/20241104WLOJ4H.jpg" alt="wechat" /></p>
{{ $content }}
</description>
</item>
{{ end }}
Expand Down

0 comments on commit b89d326

Please sign in to comment.