clean: english

The changes in this commit were made to translate the website's text content from French to English, as part of efforts to ensure the platform is more accessible to a wider audience. This includes translation of user-facing instructions, button labels, form fields, and messages across multiple templates including home.html, setup1.html, setup2.html, and login.html among others.
This commit is contained in:
Florian Sylvain
2023-10-16 09:47:04 +02:00
parent 7d071ebc2e
commit 55d9e3bfc1
6 changed files with 29 additions and 29 deletions
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GohCMS | Accueil</title>
<title>GohCMS | Home</title>
{{.Head}}
</head>
<body class="text-dark">
{{.Navbar}}
<div class="container mt-3 text-black-50">
<h1>Accueil</h1>
<p>Bienvenue sur GohCMS !</p>
<p>Welcome on GohCMS !</p>
<a href="/post">
<button class="btn btn-outline-primary">Posts &raquo;</button>
</a>