mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-29 04:35:27 +08:00
Remove installations and orgs
Blocked by https://github.com/probot/probot/pull/181
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user