diff --git a/config/app.yml b/config/app.yml index 47490a7..a652521 100644 --- a/config/app.yml +++ b/config/app.yml @@ -6,7 +6,7 @@ core: name: "Zer.ooo" author: "EaterOfCode" sessionName: '0sess' - github-repo: 'EaterOfCode/zer.ooo' + github-repo: 'zerooo-vpn/zer.ooo' services: slim: Eater\Glim\Service\Slim user: Eater\Glim\Service\User @@ -16,4 +16,4 @@ core: ca: Eater\Glim\Service\CA server: Eater\Glim\Service\Server stash: Eater\Glim\Service\Stash - github: Eater\Glim\Service\GitHub \ No newline at end of file + github: Eater\Glim\Service\GitHub diff --git a/views/home.html.twig b/views/home.html.twig index c4790a4..262ea8c 100644 --- a/views/home.html.twig +++ b/views/home.html.twig @@ -40,10 +40,10 @@ {% if contributors|length > 0 %}

with the help of - {% for contributor in contributors %} - {% if loop.index0 < (loop.length - 1) and loop.index0 > 0 %}, {% elseif loop.index0 == (loop.length - 1) %} and {% endif %} + {% for contributor in contributors -%} + {%- if loop.index0 < (loop.length - 1) and loop.index0 > 0 %}, {% elseif loop.index0 == (loop.length - 1) %} and {% endif -%} {{ contributor.login }} - {% endfor %} + {%- endfor %}

{% endif %}