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