diff --git a/templates/clients/index.twig b/templates/clients/index.twig index e9c8929..e18b98d 100644 --- a/templates/clients/index.twig +++ b/templates/clients/index.twig @@ -1,5 +1,7 @@ {% extends 'clients/master.twig' %} +{% set title = 'Clients' %} + {% block content %}

Clients

diff --git a/templates/downloads.twig b/templates/downloads.twig index 9110946..09b8aea 100644 --- a/templates/downloads.twig +++ b/templates/downloads.twig @@ -1,5 +1,7 @@ {% extends 'master.twig' %} +{% set title = 'Downloads' %} + {% block content %}

Downloads

diff --git a/templates/guide.twig b/templates/guide.twig index b84f8ab..a25755e 100644 --- a/templates/guide.twig +++ b/templates/guide.twig @@ -1,5 +1,7 @@ {% extends 'master.twig' %} +{% set title = 'Guide' %} + {% block content %}

Guide to getting you started

diff --git a/templates/master.twig b/templates/master.twig index 1b5fb35..ae93282 100644 --- a/templates/master.twig +++ b/templates/master.twig @@ -37,8 +37,8 @@ {% endblock %}
- flashwave 2022-{{ 'now'|date('Y') }} | Site design based on the Minecraft.net of old | "Minecraft" is a trademark of Mojang
- NOT AN OFFICIAL MINECRAFT SERVICE, NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT +
flashwave 2022-{{ 'now'|date('Y') }} | Site design based on the Minecraft.net of old | "{{ random(1, 100) == 25 ? 'Minceraft' : 'Minecraft' }}" is a trademark of Mojang
+
NOT AN OFFICIAL MINECRAFT SERVICE, NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT
diff --git a/templates/skins/index.twig b/templates/skins/index.twig index e3a5e04..829c072 100644 --- a/templates/skins/index.twig +++ b/templates/skins/index.twig @@ -1,5 +1,7 @@ {% extends 'skins/master.twig' %} +{% set title = 'Skins' %} + {% block content %}

Skins