Remove heading links in Atom, RSS

master
Will Faught 3 months ago
parent 4cf6298806
commit 0744138bb0

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

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