antopie/config.ini

15 lines
361 B
INI
Raw Normal View History

2021-10-12 00:04:01 +02:00
; Used in <title> and <header>
siteTitle = "Antopie"
2022-02-11 20:51:10 +01:00
; Whether to advertise the CSS file in the HTML document or not
2021-10-12 00:04:01 +02:00
css = true
; Whether to add a <header> tag to the HTML document or not
header = true
; Whether to center text on indexes or not
centerIndex = true
2022-02-11 20:51:10 +01:00
; Which language to add to <html lang="?"> if not found in file extension
2021-10-12 00:04:01 +02:00
defaultLang = "fr"