Remove heading links in Atom, RSS
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…
Reference in New Issue