Remove func-content.html

This commit is contained in:
Will Faught
2025-03-07 18:30:15 -08:00
parent 7f5f41f276
commit 65e307e0ad
4 changed files with 3 additions and 34 deletions

View File

@@ -108,7 +108,7 @@
{{ if not ($subpage.Param "paige.exclude_feeds") }}
<entry>
{{ $authors := partial "paige/func-authors.html" $subpage }}
{{ $content := partial "paige/func-content.html" $subpage }}
{{ $content := $subpage.Content }}
{{ $description := markdownify $subpage.Description }}
{{ $external := and .Params.link (not (.Param "paige.feeds.disable_link")) | not | not }}
{{ $id := cond ($subpage.Params.id | not) $subpage.RelPermalink $subpage.Params.id }}

View File

@@ -97,7 +97,7 @@
<item>
{{ $author := "" }}
{{ $authors := partial "paige/func-authors.html" $subpage }}
{{ $content := partial "paige/func-content.html" $subpage }}
{{ $content := $subpage.Content }}
{{ $external := and $subpage.Params.link (not ($subpage.Param "paige.feeds.disable_link")) | not | not }}
{{ $id := cond ($subpage.Params.id | not) $subpage.RelPermalink $subpage.Params.id }}
{{ $published := $subpage.PublishDate.Format $date }}