From abf5b400b34e9dbd5b3dad0dfb9ffa49132bc048 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 6 Aug 2016 00:11:30 +0100 Subject: [PATCH] Correct title of mods.html, hide minetest-mods.github.io --- mods.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods.html b/mods.html index c554ada..a0102e7 100644 --- a/mods.html +++ b/mods.html @@ -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
{{ repository.description }} +{% endif %} {% endfor %}