From 79541a9600ff95ab5aa8afe8fc12e112e40405d7 Mon Sep 17 00:00:00 2001 From: kazu634 Date: Sat, 7 Aug 2021 21:18:44 +0900 Subject: [PATCH] Add shortcode for `strava` --- layouts/shortcodes/strava.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layouts/shortcodes/strava.html diff --git a/layouts/shortcodes/strava.html b/layouts/shortcodes/strava.html new file mode 100644 index 0000000..8de5bcb --- /dev/null +++ b/layouts/shortcodes/strava.html @@ -0,0 +1,5 @@ +{{ if and (.Get "id") (.Get "hash") }} +
+ +
+{{ end }}