Remove heading links in Atom, RSS

This commit is contained in:
Will Faught
2025-03-28 21:51:22 -07:00
parent 4cf6298806
commit 0744138bb0
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{{ $context := . }}
{{ $anchor := $context.Anchor }}
{{ $level := $context.Level }}
{{ $text := $context.Text }}
<h{{ $level }} {{ with $anchor }} id="{{ . }}" {{ end }}>{{ $text }}</h{{ $level }}>

View File

@@ -0,0 +1,7 @@
{{ $context := . }}
{{ $anchor := $context.Anchor }}
{{ $level := $context.Level }}
{{ $text := $context.Text }}
<h{{ $level }} {{ with $anchor }} id="{{ . }}" {{ end }}>{{ $text }}</h{{ $level }}>