master
Will Faught 5 months ago
parent 6043a5a3bc
commit 730c3b8be4

@ -118,7 +118,7 @@
{{ end }} {{ end }}
{{ if not $description }} {{ if not $description }}
{{ $description = .Description | markdownify}} {{ $description = .Description | markdownify }}
{{ end }} {{ end }}
{{ $description = $description | replaceRE `<a href="#fn:(\d+)" class="footnote-ref" role="doc-noteref">` (printf `<a href="%s#fn:$1" class="footnote-ref" role="doc-noteref">` .Permalink) }} {{ $description = $description | replaceRE `<a href="#fn:(\d+)" class="footnote-ref" role="doc-noteref">` (printf `<a href="%s#fn:$1" class="footnote-ref" role="doc-noteref">` .Permalink) }}

Loading…
Cancel
Save