tempates/base: Change language, update title

Now that we have the name of the world, we can show it in the title.

The base I used supposed an english language page, which is incorrect here.
Set language as French.
This commit is contained in:
trotFunky 2024-07-27 23:20:20 +01:00
parent b1f37a4e4a
commit 1419bb6d51

View file

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="fr">
{% set title = "Vérités Fabula Ultima" %} {% set title = "Vérités Nova Borealis" %}
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>{{ title }}</title> <title>{{ title }}</title>