summaryrefslogtreecommitdiff
path: root/templates/template.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2025-03-08 12:01:12 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2025-03-08 12:01:12 -0500
commitdc292817d626265897d9ebdc64f801d59288209b (patch)
tree501ed0a338bc6f838a818920bcd6a46fe5902a53 /templates/template.html
parentc3610817ff11bd969bacc0d4f604e8bb5ae4c321 (diff)
Initial Go Rewrite
Diffstat (limited to 'templates/template.html')
-rwxr-xr-xtemplates/template.html48
1 files changed, 24 insertions, 24 deletions
diff --git a/templates/template.html b/templates/template.html
index b6af29a..12ca6c5 100755
--- a/templates/template.html
+++ b/templates/template.html
@@ -1,27 +1,27 @@
<!DOCTYPE html>
<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta http-equiv="Cache-control" content="public">
- <meta name="description" content="This is the personal website for the real Jacob McDonnell.
- Feel free to look around, you might find something interesting."/>
- <meta name="author" content="Jacob McDonnell"/>
- <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell,jacob,mcdonnell,jacob mcdonnell"/>
- <title>Jacob McDonnell</title>
- <link href="/css/main.css" rel="stylesheet" type="text/css">
- <link rel="icon" type="image/png" sizes="48x48" href="/icons/favicon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon16.png">
- </head>
- <body>
- <ul class="topBar">
- <li class="topLink"><a href="/">home</a></li>
- <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li>
- <li class="topLink"><a href="/articles">articles</a></li>
- </ul>
- <div class="main">
- {{body|safe}}
- </div>
- </body>
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="Cache-control" content="public">
+ <meta name="description" content="This is the personal website for the real Jacob McDonnell.
+ Feel free to look around, you might find something interesting."/>
+ <meta name="author" content="Jacob McDonnell"/>
+ <meta name="keywords" content="Jacob,McDonnell,Jacob McDonnell,jacob,mcdonnell,jacob mcdonnell"/>
+ <title>Jacob McDonnell</title>
+ <link href="/css/main.css" rel="stylesheet" type="text/css">
+ <link rel="icon" type="image/png" sizes="48x48" href="/logos/favicon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/logos/favicon32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/logos/favicon16.png">
+ </head>
+ <body>
+ <ul class="topBar">
+ <li class="topLink"><a href="/">home</a></li>
+ <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li>
+ <!--<li class="topLink"><a href="/articles">articles</a></li>-->
+ </ul>
+ <div class="main">
+ {{.}}
+ </div>
+ </body>
</html>