diff --git a/layouts/_default/_markup/render-heading.atom.xml b/layouts/_default/_markup/render-heading.atom.xml new file mode 100644 index 00000000..44732374 --- /dev/null +++ b/layouts/_default/_markup/render-heading.atom.xml @@ -0,0 +1,7 @@ +{{ $context := . }} + +{{ $anchor := $context.Anchor }} +{{ $level := $context.Level }} +{{ $text := $context.Text }} + +{{ $text }} diff --git a/layouts/_default/_markup/render-heading.rss.xml b/layouts/_default/_markup/render-heading.rss.xml new file mode 100644 index 00000000..44732374 --- /dev/null +++ b/layouts/_default/_markup/render-heading.rss.xml @@ -0,0 +1,7 @@ +{{ $context := . }} + +{{ $anchor := $context.Anchor }} +{{ $level := $context.Level }} +{{ $text := $context.Text }} + +{{ $text }}