✨feature: Set up templated views and blog support
This commit is contained in:
@@ -1,40 +1,43 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Go SSG - Home</title>
|
||||
<meta name="description" content="My Go SSG Site.">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
<li><a href="/about/">About</a></li>
|
||||
|
||||
|
||||
<li><a href="/">Index</a></li>
|
||||
|
||||
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
<main>
|
||||
<small>Published: 2025-04-19</small>
|
||||
<h1>Welcome</h1>
|
||||
<article>
|
||||
<h1>Go SSG - Home</h1>
|
||||
<h1>Welcome</h1>
|
||||
|
||||
<p>This is your first static site built with Go!</p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon - Go SSG</p>
|
||||
</footer>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Keith Solomon</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user