some problems, transferring all params to config.toml and recreating the index using the old vue index so replace vue templates by hugo templates

This commit is contained in:
GZod01 2024-05-09 19:04:18 +02:00
parent 5c0d010d3e
commit 9f5f8c1ad8
18 changed files with 365 additions and 165 deletions

View file

@ -1,3 +1,3 @@
{{ define "main" }}
<h1>Page non trouvé</h1>
<h1>{{ i18n "error/not-found/message" }}</h1>
{{ end }}