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:
parent
b1f37a4e4a
commit
1419bb6d51
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% set title = "Vérités Fabula Ultima" %}
|
||||
<html lang="fr">
|
||||
{% set title = "Vérités Nova Borealis" %}
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ title }}</title>
|
||||
|
|
Loading…
Add table
Reference in a new issue