diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html index 156e363..5a56e9a 100644 --- a/layouts/_default/_markup/render-link.html +++ b/layouts/_default/_markup/render-link.html @@ -9,7 +9,8 @@ {{- if index (.Page.Scratch.Get "definedSections") .Destination -}} {{- $scratch.Set "icon" "arrow-up" -}} {{- else -}} - {{- $scratch.Set "icon" "arrow-down" -}} + {{- /* Do not render "down" links because don't know how to distinguish unseen titles from paragraph links. */ -}} + {{- /* $scratch.Set "icon" "arrow-down" */ -}} {{- end -}} {{- else if $isExternal -}} {{- $scratch.Set "class" "external-link" -}}