Skip to content

Conversation

martgnz
Copy link

@martgnz martgnz commented Jul 25, 2023

It would be nicer if the Asahi blog RSS showed the full content of the blog posts rather than just a summary (this is a default of Hugo).

The only way to enable it is by copying the default RSS template and changing the line that displays the text from summary to content:

<description>{{ .Summary | html }}</description>

to

<description>{{ .Content | html }}</description>

Signed-off-by: Martín González Gómez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant