Custom favicon.ico
All checks were successful
Deploy to Netlify / Deploy Hugo site to Netlify (push) Successful in 31s

This commit is contained in:
Alan Youngblood
2024-04-22 11:35:25 -04:00
parent ef45896393
commit 70587da5c5
36 changed files with 157 additions and 143 deletions

View File

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://allisthewave.com/posts/</title>
<link rel="canonical" href="https://allisthewave.com/posts/">
<title>http://localhost:1313/posts/</title>
<link rel="canonical" href="http://localhost:1313/posts/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://allisthewave.com/posts/">
<meta http-equiv="refresh" content="0; url=http://localhost:1313/posts/">
</head>
</html>