blog/layouts/shortcodes/strava.html

4 lines
193 B
HTML
Raw Normal View History

2022-11-26 12:22:41 +00:00
{{ if (.Get "id") }}
<div class="strava-embed-placeholder" data-embed-type="activity" data-embed-id="{{ .Get "id" }}"></div><script src="https://strava-embeds.com/embed.js"></script>
2021-08-07 12:18:44 +00:00
{{ end }}