mirror of
https://github.com/ckaczor/Blog.git
synced 2026-02-16 10:48:30 -05:00
deploy: 2e4a256c60
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hello world!</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="">
|
||||
@@ -507,22 +507,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>
|
||||
@@ -540,10 +540,10 @@ img[width][height] {
|
||||
<time datetime="2018-02-05">05 February 2018</time>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/Blog/tags/code/" class="post-tag">Code</a>,
|
||||
<a href="/tags/code/" class="post-tag">Code</a>,
|
||||
</li>
|
||||
<li>
|
||||
<a href="/Blog/tags/critters/" class="post-tag">Critters</a>
|
||||
<a href="/tags/critters/" class="post-tag">Critters</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -554,7 +554,7 @@ img[width][height] {
|
||||
|
||||
<ul class="links-nextprev">
|
||||
<li class="links-nextprev-next">Next →<br>
|
||||
<a href="/Blog/blog/weather-station/">Weather Station</a>
|
||||
<a href="/blog/weather-station/">Weather Station</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -567,7 +567,7 @@ img[width][height] {
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/Blog/blog/hello-world/` was built on 2024-11-21T23:16:50.531Z -->
|
||||
<script type="module" src="/Blog/dist/rJ3_G-2ArF.js"></script>
|
||||
<!-- This page `/blog/hello-world/` was built on 2024-11-22T01:17:28.245Z -->
|
||||
<script type="module" src="/dist/rJ3_G-2ArF.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user