refac: renamed 'GoCMS' -> 'RenewCMS'

This commit is contained in:
Florian Sylvain
2025-11-17 19:46:53 +01:00
parent b470bfcc67
commit 83a1dec8ae
66 changed files with 116 additions and 116 deletions
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Home</title>
<title>RenewCMS | Home</title>
{{.Head}}
</head>
<body class="text-dark">
{{.Navbar}}
<div class="container mt-3 text-black-50">
<h1>Home</h1>
<p>Welcome on GoCMS !</p>
<p>Welcome on RenewCMS !</p>
<a href="/article">
<button class="btn btn-outline-primary">Articles &raquo;</button>
</a>