This commit is contained in:
ckaczor
2024-11-22 01:17:32 +00:00
parent dc334c6e75
commit 730d65793d
24 changed files with 451 additions and 452 deletions

View File

@@ -5,11 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chris Kaczor</title>
<meta name="description" content="Code, Critters, and whatever I feel like writing about.">
<link rel="alternate" href="/Blog/feed/feed.xml" type="application/atom+xml" title="Chris Kaczor">
<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="Chris Kaczor">
<link rel="apple-touch-icon" sizes="180x180" href="/Blog/img/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="/Blog/img/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/Blog/img/favicon-16x16.png?v=2">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png?v=2">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png?v=2">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
@@ -339,22 +339,22 @@ img[width][height] {
<a href="#skip" class="visually-hidden">Skip to main content</a>
<header>
<a href="/Blog/" class="home-link">Chris Kaczor</a>
<a href="/" class="home-link">Chris Kaczor</a>
<nav>
<h2 class="visually-hidden" id="top-level-navigation-menu">Top level navigation menu</h2>
<ul class="nav">
<li class="nav-item">
<a href="/Blog/">
<a href="/">
Home
</a>
</li>
<li class="nav-item">
<a href="/Blog/tags/">
<a href="/tags/">
Tags
</a>
</li>
<li class="nav-item">
<a href="/Blog/about/">
<a href="/about/">
About
</a>
</li>
@@ -366,7 +366,7 @@ img[width][height] {
<heading-anchors>
<h1 id="content-not-found">Content not found.</h1>
<p>Go <a href="/Blog/">home</a>.</p>
<p>Go <a href="/">home</a>.</p>
<!--
Read more: https://www.11ty.dev/docs/quicktips/not-found/
@@ -387,7 +387,7 @@ This will work for both GitHub pages and Netlify:
</p>
</footer>
<!-- This page `/Blog/404.html` was built on 2024-11-21T23:16:50.529Z -->
<script type="module" src="/Blog/dist/rJ3_G-2ArF.js"></script>
<!-- This page `/404.html` was built on 2024-11-22T01:17:28.246Z -->
<script type="module" src="/dist/rJ3_G-2ArF.js"></script>
</body>
</html>