Correct title of mods.html, hide minetest-mods.github.io

master
rubenwardy 2016-08-06 00:11:30 +01:00
parent a52a6bbad4
commit abf5b400b3
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
title: Welcome
title: List of mods
layout: default
---
@ -9,6 +9,7 @@ layout: default
{% assign cap = "" %}
{% for repository in site.github.public_repositories %}
{% if repository.name != "minetest-mods.github.io" %}
{% assign newcap = repository.name | slice: 0 | upcase %}
@ -29,5 +30,6 @@ layout: default
<br /> {{ repository.description }}
</li>
{% endif %}
{% endfor %}
</ul>