diff --git a/layouts/shortcodes/mailto_email.html b/layouts/shortcodes/mailto_email.html new file mode 100644 index 000000000..f43da6ecf --- /dev/null +++ b/layouts/shortcodes/mailto_email.html @@ -0,0 +1,7 @@ +{{- $e := (index $.Site.Data.events (index (split ($.Page.Permalink | relURL) "/") 2)) -}} + + \ No newline at end of file