mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2025-02-16 23:54:38 +00:00
Compare commits
No commits in common. "a52fc74352c1814fb585daadd606aaa4cd131a31" and "9f70775a130e22c1f5d486d0734ef0797cbc2c93" have entirely different histories.
a52fc74352
...
9f70775a13
1 changed files with 2 additions and 3 deletions
|
@ -33,10 +33,9 @@
|
|||
{{- $scratch.Set "ref" (add $ref 1) -}}
|
||||
{{- end -}}
|
||||
{{- $content := $scratch.Get "content" | replaceRE `\[(.+?)\]\((.+?)\) #(\d+)` "$1 [$3]" -}}{{/* replace inline links with footnote */}}
|
||||
{{- $content | safeHTML }}
|
||||
{{- $content | safeHTML -}}
|
||||
---
|
||||
{{ $subject := printf "Re: %s" .Title -}}
|
||||
=> mailto:blog@runtimeterror.dev?subject={{ urlquery $subject | replaceRE `\+` "%20" }} 📧 Reply via email
|
||||
=> mailto:blog@runtimeterror.dev 📧 Reply via email
|
||||
|
||||
## Bibliography
|
||||
{{ $scratch.Set "ref" 1 -}}
|
||||
|
|
Loading…
Reference in a new issue