Skip to content

Commit

Permalink
Name and favicon fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
htv04 committed Feb 20, 2024
1 parent 54caf70 commit 2c40712
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions root/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="HTV04" />
<meta name="dcterms.date" content="February 20, 2024" />
<meta name="description" content="Fire in the hole!" />
<title>htv04.com</title>
<title>HTV04’s Website</title>
<link rel="shortcut icon" href="/favicon.ico">
<!-- TODO -->
<style>
Expand Down Expand Up @@ -42,7 +42,7 @@
</head>
<body>
<span style="text-align:center">
<img src="favicon.ico" alt="htv04.com">
<img src="/favicon.ico" title="HTV04's Website" alt="HTV04's Website">
<nav>
<span style="background-color:slateblue;padding:5px">
<a href="/">Home</a>
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
pagetitle: htv04.com
title: HTV04's Website
author-meta: HTV04
date-meta: February 20, 2024
Expand Down
2 changes: 1 addition & 1 deletion src/pages/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</head>
<body>
<span style="text-align:center">
<img src="favicon.ico" alt="htv04.com">
<img src="/favicon.ico" title="HTV04's Website" alt="HTV04's Website">
<nav>
<span style="background-color:slateblue;padding:5px">
<a href="/">Home</a>
Expand Down

0 comments on commit 2c40712

Please sign in to comment.