brand: GohCMS -> GoCMS, project-wide

This commit is contained in:
Florian Sylvain
2024-05-15 19:34:38 +02:00
parent 7097d71f45
commit 29fce9a241
39 changed files with 68 additions and 68 deletions
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GohCMS | Home</title>
<title>GoCMS | Home</title>
{{.Head}}
</head>
<body class="text-dark">
{{.Navbar}}
<div class="container mt-3 text-black-50">
<h1>Accueil</h1>
<p>Welcome on GohCMS !</p>
<p>Welcome on GoCMS !</p>
<a href="/post">
<button class="btn btn-outline-primary">Posts &raquo;</button>
</a>