Added page titles.

This commit is contained in:
flash 2023-08-23 23:44:23 +00:00
parent 9e95366336
commit a16c206764
5 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,7 @@
{% extends 'clients/master.twig' %}
{% set title = 'Clients' %}
{% block content %}
<div class="section accheader">
<h1>Clients</h1>

View file

@ -1,5 +1,7 @@
{% extends 'master.twig' %}
{% set title = 'Downloads' %}
{% block content %}
<div class="section downloads-header">
<h1>Downloads</h1>

View file

@ -1,5 +1,7 @@
{% extends 'master.twig' %}
{% set title = 'Guide' %}
{% block content %}
<div class="section" id="start">
<h1><a href="#start">Guide to getting you started</a></h1>

View file

@ -37,8 +37,8 @@
{% endblock %}
</div>
<footer class="footer">
<a href="https://flash.moe" target="_blank">flashwave</a> 2022-{{ 'now'|date('Y') }} | Site design based on the Minecraft.net of old | "Minecraft" is a trademark of Mojang<br>
NOT AN OFFICIAL MINECRAFT SERVICE, NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT
<div><a href="https://flash.moe" target="_blank">flashwave</a> 2022-{{ 'now'|date('Y') }} | Site design based on the Minecraft.net of old | "{{ random(1, 100) == 25 ? 'Minceraft' : 'Minecraft' }}" is a trademark of Mojang</div>
<div>NOT AN OFFICIAL MINECRAFT SERVICE, NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT</div>
</footer>
</div>
</body>

View file

@ -1,5 +1,7 @@
{% extends 'skins/master.twig' %}
{% set title = 'Skins' %}
{% block content %}
<div class="section skins-header">
<h1>Skins</h1>