Sha256: ea62b0dcffedb00a2e61d1c7580044ea235e13bbfe41d32dca60705b91c52f68

Contents?: true

Size: 701 Bytes

Versions: 5

Compression:

Stored size: 701 Bytes

Contents

<style type="text/css">
.ghContributors{
display:flex;
flex-flow:  wrap;
align-content: flex-start
}

.ghContributors > div{
width: 50% ;
display: inline-flex;
margin-bottom: 5px;
}
.ghContributors > div label{
padding-left: 4px ;
}
.ghContributors > div span{
font-size: x-small;
padding-left: 4px ;
}

</style>
<div class="ghContributors">
  {{ $url := .Get 0 }}
  {{ range getJSON $url }}
  <div>
    <img src="{{.avatar_url}}" class="inline" width="32" height="32" style="height: 32px;height: 32px;margin-bottom:.25em; vertical-align:middle; ">
    <label><a href="{{.html_url}}">@{{.login}}</a></label>
    <span class="contributions">{{.contributions}} commits</span>
  </div>
  {{ end }}
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rbcli-0.3.3 docs-src/themes/hugo-theme-learn/exampleSite/layouts/shortcodes/ghcontributors.html
rbcli-0.3.2 docs-src/themes/hugo-theme-learn/exampleSite/layouts/shortcodes/ghcontributors.html
rbcli-0.3.1 docs-src/themes/hugo-theme-learn/exampleSite/layouts/shortcodes/ghcontributors.html
rbcli-0.3.0 docs-src/themes/hugo-theme-learn/exampleSite/layouts/shortcodes/ghcontributors.html
rbcli-0.2.12 docs-src/themes/hugo-theme-learn/exampleSite/layouts/shortcodes/ghcontributors.html