summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/error.html5
-rwxr-xr-xtemplates/template.html7
2 files changed, 3 insertions, 9 deletions
diff --git a/templates/error.html b/templates/error.html
index 444e1ae1..cd463928 100755
--- a/templates/error.html
+++ b/templates/error.html
@@ -12,7 +12,7 @@
<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="https://git.mcdonnell.dev/">github</a></li>
<!--<li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li>-->
</ul>
<div class="main">
@@ -20,8 +20,5 @@
<h1>{{.Code}} {{.Message}}</h1>
</center>
</div>
- <footer class="LicenseFooter">
- <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The <a href="https://codeberg.org/JacobMcDonnell/JacobMcDonnell.com">code</a> for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p>
- </footer>
</body>
</html>
diff --git a/templates/template.html b/templates/template.html
index 2103cfac..b2d1ad05 100755
--- a/templates/template.html
+++ b/templates/template.html
@@ -8,24 +8,21 @@
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>
+ <title>Man Pages</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">
+ <script src="/htmx.min.js"></script>
</head>
<body>
<ul class="topBar">
<li class="topLink"><a href="/">home</a></li>
<li class="topLink"><a href="https://codeberg.org/JacobMcDonnell">codeberg</a></li>
<li class="topLink"><a href="https://gist.github.com/JacobMcDonnell/">gists</a></li>
- <!--<li class="topLink"><a href="/articles">articles</a></li>-->
</ul>
<div class="main">
{{.}}
</div>
- <footer class="LicenseFooter">
- <p>The content for this site is <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. The <a href="https://codeberg.org/JacobMcDonnell/JacobMcDonnell.com">code</a> for this site is <a href="https://opensource.org/license/MIT">MIT</a>.</p>
- </footer>
</body>
</html>