Browse code

Add Gaia GPS section to posts

Joseph Weston authored on 01/08/2021 04:50:40
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+<h1> GPX Traces </h1>
2
+<div style='display: flex; justify-content: center; flex-wrap: wrap;'>
3
+{{ range .Params }}
4
+<iframe
5
+  class="gaia-gps"
6
+  src='https://www.gaiagps.com/public/{{ . }}?embed=True'
7
+  style='margin: 5px; border:none; overflow-y: hidden; background-color:white; min-width: 320px; max-width:420px; width:100%; height: 420px;'
8
+  scrolling='no'
9
+  seamless='seamless'
10
+></iframe>
11
+{{ end }}
12
+</div>