mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-29 12:45:27 +08:00
@@ -41,7 +41,7 @@ layout: default
|
||||
{% if page.screenshots.size > 1 %}
|
||||
<div class="d-flex flex-items-center flex-justify-center mt-3">
|
||||
{% for screenshot in page.screenshots %}
|
||||
<label for="screenshot-{{ forloop.index }}" class="rounded-1 border border-gray-light mx-2" style="width:125px; height: 70px; background-image: url({{ screenshot }}); background-size: cover; background-position: center;">
|
||||
<label for="screenshot-{{ forloop.index }}" class="rounded-1 border border-gray-light mx-2" style="width:125px; height: 70px; background-image: url({{ screenshot }}); background-size: cover; background-position: center; cursor: pointer;">
|
||||
</label>
|
||||
{% endfor %}
|
||||
</div>
|
||||
@@ -70,6 +70,10 @@ layout: default
|
||||
<p>
|
||||
<a class="text-inherit" href="https://github.com/{{ page.repository }}">{{ page.repository }}</a>
|
||||
</p>
|
||||
<h4 class="mb-1 alt-h4 text-gray">Author</h4>
|
||||
<p>
|
||||
<a class="text-inherit" href="https://github.com/{{ page.author }}">{{ page.author }}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user