Remove installations and orgs

Blocked by https://github.com/probot/probot/pull/181
This commit is contained in:
Brandon Keepers
2017-08-16 16:13:11 -05:00
parent 050f5ce5bc
commit b109e32965
11 changed files with 6 additions and 42 deletions

View File

@@ -15,7 +15,6 @@ layout: default
Add to GitHub
</a>
<div class="text-gray-light">
<div class="d-inline mr-3 tooltipped tooltipped-s" aria-label="{{ page.installations }} installations">{% octicon cloud-download width:14 class:"v-align-middle" %} <span class="">{{ page.installations }}</span></div>
<div class="d-inline mr-3 tooltipped tooltipped-s" aria-label="{{ page.stars }} stars">{% octicon star heigh:16 class:"v-align-middle" %} <span class="">{{ page.stars }}</span></div>
</div>
</div>
@@ -54,13 +53,6 @@ layout: default
{% endfor %}
</div>
<h4 class="mb-1 alt-h4 text-gray">Used by</h4>
<div class="mb-3">
{% for organization in page.organizations %}
<a href="https://github.com/{{ organization }}"><img class="avatar avatar-group-item bg-white" src="https://github.com/{{ organization }}.png" height="35" width="35"></a>
{% endfor %}
</div>
<h4 class="mb-1 alt-h4 text-gray">Updated</h4>
<p><span class="text-white">June 12, 2017</p>