minor OCD change

pull/195/head
Aevann 2023-08-23 01:43:55 +03:00
parent 12342ddabd
commit b63e6f2145
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% extends "default.html" %}
{% block pagetitle %}Casino{% endblock %}
{# Title (~25char max), Description (~80char max),
Icon (fa-foo-bar), Color (#ff0000), URL (/post/12345/) #}
Icon (fa-foo-bar), Color (#ff0000), URL (/casino/roulette) #}
{%- set GAME_INDEX = [
(
'Roulette',

View File

@ -2,7 +2,7 @@
{% block pagetitle %}Directory{% endblock %}
{% block pagetype %}directory{% endblock %}
{# Title (~25char max), Description (~80char max),
Icon (fa-foo-bar), Color (#ff0000), URL (/post/12345/) #}
Icon (fa-foo-bar), Color (#ff0000), URL (/submit/hats) #}
{%- set DIRECTORY = [] -%}
{%- if SITE_NAME == 'rDrama' -%}