layouts/shortcodes/ghcontributors.html [1:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ $url := .Get 0 }}
{{ range getJSON $url }}
{{ end }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
themes/hugo-theme-learn/exampleSite/layouts/shortcodes/ghcontributors.html [1:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ $url := .Get 0 }}
{{ range getJSON $url }}
{{ end }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -