{{ template "_internal/google_analytics_async.html" . }}
Instagram
Hugo
Demo
Ryan Kes
Design inspired by
Snap TightImage Tiles snippet
See
blog post
for more information
{{ $dataJ := getJSON (printf "https://api.instagram.com/v1/users/self/media/recent/?access_token=%s" .Site.Params.access_token) }} {{ range $dataJ.data }}
{{ with .caption }}{{ .text }}
-
{{ end }}
{{ end }}