This commit is contained in:
2024-09-13 10:49:46 -07:00
parent 291d55642d
commit bdb302d05b
8 changed files with 79 additions and 49 deletions

View File

@@ -1,6 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/hybrid.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
$for(author-meta)$
<meta name="author" content="$author-meta$" />
$endfor$
@@ -13,14 +17,12 @@ $for(css)$
$endfor$
</head>
<body>
<header>
<h1>Michael Thomson</h1>
<nav>
<a href="blog">Blog</a>
<a href="about">About</a>
<a href="contact">Contact</a>
</nav>
</header>
<nav>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/blog">Blog</a>
<a href="/contact">Contact</a>
</nav>
$if(title)$
<h1 class="title">$title$</h1>
$endif$