fixing whatever the hell I broke

This commit is contained in:
2026-08-02 00:20:57 +00:00
parent 010ea0d5cc
commit 2f450e641d
37 changed files with 644 additions and 379 deletions
+4
View File
@@ -0,0 +1,4 @@
+++
date = '2026-08-01T23:40:44Z'
title = 'Songs I wrote!'
+++
+9 -6
View File
@@ -1,6 +1,9 @@
<audio controls preload="auto">
<source src="{{ .Get "src" }}" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<figure {{ with .Get "class" }}class="{{ . }}"{{ end }}>
<audio controls preload="{{ .Get "preload" | default "metadata" }}">
<source src="{{ .Get "src" | relURL }}" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
{{ with .Get "caption" }}
<figcaption>{{ . }}</figcaption>
{{ end }}
</figure>
+16 -16
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,16 +9,16 @@
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/404.html">
<link rel="canonical" href="https://thewittybanter.com:1313/404.html">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/404.html">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/404.html">
<noscript>
<style>
#theme-toggle,
@@ -39,7 +39,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -65,32 +65,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -102,7 +102,7 @@
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+17 -17
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,17 +9,17 @@
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/categories/">
<link rel="canonical" href="https://thewittybanter.com:1313/categories/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com/categories/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/categories/">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/categories/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/categories/">
<noscript>
<style>
#theme-toggle,
@@ -40,7 +40,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -66,32 +66,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -108,7 +108,7 @@
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+2 -2
View File
@@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Categories on TheWittyBanter.com</title>
<link>https://thewittybanter.com/categories/</link>
<link>https://thewittybanter.com:1313/categories/</link>
<description>Recent content in Categories on TheWittyBanter.com</description>
<generator>Hugo</generator>
<language>en</language>
<atom:link href="https://thewittybanter.com/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://thewittybanter.com:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
+16 -16
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -24,16 +24,16 @@ This has been cool for storing footage from our IP cams, though I&rsquo;m not to
Immich">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/docs/currentlab/">
<link rel="canonical" href="https://thewittybanter.com:1313/docs/currentlab/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/docs/currentlab/">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/docs/currentlab/">
<noscript>
<style>
#theme-toggle,
@@ -54,7 +54,7 @@ Immich">
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -80,32 +80,32 @@ Immich">
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -245,7 +245,7 @@ Immich">
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+18 -18
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,17 +9,17 @@
<meta name="keywords" content="">
<meta name="description" content="Docs - TheWittyBanter.com">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/docs/">
<link rel="canonical" href="https://thewittybanter.com:1313/docs/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com/docs/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/docs/">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/docs/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/docs/">
<noscript>
<style>
#theme-toggle,
@@ -40,7 +40,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -66,32 +66,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span class="active">Docs</span>
</a>
</li>
@@ -126,12 +126,12 @@ This has been cool for storing footage from our IP cams, though Im not too th
<footer class="entry-footer">
<span title='2026-07-31 22:33:32 -0400 -0400'>July 31, 2026</span>&nbsp;·&nbsp;<span>2 min</span></footer>
<a class="entry-link" aria-label="post link to What&#39;s in the lab right now?" href="https://thewittybanter.com/docs/currentlab/"></a>
<a class="entry-link" aria-label="post link to What&#39;s in the lab right now?" href="https://thewittybanter.com:1313/docs/currentlab/"></a>
</article>
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+5 -5
View File
@@ -2,20 +2,20 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Docs on TheWittyBanter.com</title>
<link>https://thewittybanter.com/docs/</link>
<link>https://thewittybanter.com:1313/docs/</link>
<description>Recent content in Docs on TheWittyBanter.com</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Fri, 31 Jul 2026 22:33:32 -0400</lastBuildDate>
<atom:link href="https://thewittybanter.com/docs/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://thewittybanter.com:1313/docs/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>What&#39;s in the lab right now?</title>
<link>https://thewittybanter.com/docs/currentlab/</link>
<link>https://thewittybanter.com:1313/docs/currentlab/</link>
<pubDate>Fri, 31 Jul 2026 22:33:32 -0400</pubDate>
<guid>https://thewittybanter.com/docs/currentlab/</guid>
<guid>https://thewittybanter.com:1313/docs/currentlab/</guid>
<description>&lt;p&gt;The network&amp;rsquo;s in a cool spot right now.&lt;/p&gt;
&lt;figure&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;https://thewittybanter.com/images/lab.jpg&#34; width=&#34;600&#34;/&gt; &lt;figcaption&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;https://thewittybanter.com:1313/images/lab.jpg&#34; width=&#34;600&#34;/&gt; &lt;figcaption&gt;
The whole team
&lt;/figcaption&gt;
&lt;/figure&gt;
+3 -3
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://thewittybanter.com/docs/</title>
<link rel="canonical" href="https://thewittybanter.com/docs/">
<title>https://thewittybanter.com:1313/docs/</title>
<link rel="canonical" href="https://thewittybanter.com:1313/docs/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/docs/">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/docs/">
</head>
</html>
+18 -18
View File
@@ -2,7 +2,7 @@
<html lang="en" dir="auto" data-theme="dark">
<head>
<meta name="generator" content="Hugo 0.154.5"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta name="generator" content="Hugo 0.154.5"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -10,17 +10,17 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/">
<link rel="canonical" href="https://thewittybanter.com:1313/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/">
<noscript>
<style>
#theme-toggle,
@@ -41,7 +41,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -67,32 +67,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -101,7 +101,7 @@
</header>
<main class="main"><div class="profile">
<div class="profile_inner">
<img draggable="false" src="https://thewittybanter.com/images/copy.jpg" alt="profile image" title=""
<img draggable="false" src="https://thewittybanter.com:1313/images/copy.jpg" alt="profile image" title=""
height="350" width="350" />
<h1>Brian Wright Jr (@bwnoises)</h1>
<span><p>Musician and computer guy from Maine</p>
@@ -152,7 +152,7 @@
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+19 -19
View File
@@ -2,38 +2,38 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>TheWittyBanter.com</title>
<link>https://thewittybanter.com/</link>
<link>https://thewittybanter.com:1313/</link>
<description>Recent content on TheWittyBanter.com</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Sat, 01 Aug 2026 20:06:17 +0000</lastBuildDate>
<atom:link href="https://thewittybanter.com/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://thewittybanter.com:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Statica EP - Avenged Sevenfold</title>
<link>https://thewittybanter.com/reviews/statica/</link>
<link>https://thewittybanter.com:1313/reviews/statica/</link>
<pubDate>Sat, 01 Aug 2026 20:06:17 +0000</pubDate>
<guid>https://thewittybanter.com/reviews/statica/</guid>
<guid>https://thewittybanter.com:1313/reviews/statica/</guid>
<description>&lt;h2 id=&#34;the-band&#34;&gt;The band&lt;/h2&gt;
&lt;p&gt;Avenged Sevenfold a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.&lt;/p&gt;</description>
</item>
<item>
<title>This is what a post will look like</title>
<link>https://thewittybanter.com/posts/helloworld/</link>
<link>https://thewittybanter.com:1313/posts/helloworld/</link>
<pubDate>Sat, 01 Aug 2026 04:37:35 +0000</pubDate>
<guid>https://thewittybanter.com/posts/helloworld/</guid>
<guid>https://thewittybanter.com:1313/posts/helloworld/</guid>
<description>&lt;p&gt;It&amp;rsquo;s empty for now, come back later!&lt;/p&gt;</description>
</item>
<item>
<title>The Chicken Street Band</title>
<link>https://thewittybanter.com/music/207/</link>
<link>https://thewittybanter.com:1313/music/207/</link>
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
<guid>https://thewittybanter.com/music/207/</guid>
<guid>https://thewittybanter.com:1313/music/207/</guid>
<description>&lt;p&gt;&lt;strong&gt;A collection of my favorite moments with these goons.&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;207-maine&#34;&gt;207 Maine&lt;/h2&gt;
&lt;div class=&#34;video-container&#34; style=&#34;text-align: center; margin: 20px 0;&#34;&gt;
&lt;video controls preload=&#34;metadata&#34; width=&#34;100%&#34; style=&#34;max-width: 100%; height: auto; border-radius: 4px;&#34;&gt;
&lt;source src=&#34;https://thewittybanter.com/videos/207.mp4&#34; type=&#34;video/mp4&#34;&gt;
&lt;source src=&#34;https://thewittybanter.com:1313/videos/207.mp4&#34; type=&#34;video/mp4&#34;&gt;
Your browser does not support the video tag.
&lt;/video&gt;
&lt;/div&gt;
@@ -43,7 +43,7 @@
&lt;h2 id=&#34;opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf&#34;&gt;Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)&lt;/h2&gt;
&lt;div class=&#34;video-container&#34; style=&#34;text-align: center; margin: 20px 0;&#34;&gt;
&lt;video controls preload=&#34;metadata&#34; width=&#34;100%&#34; style=&#34;max-width: 100%; height: auto; border-radius: 4px;&#34;&gt;
&lt;source src=&#34;https://thewittybanter.com/videos/wait.mp4&#34; type=&#34;video/mp4&#34;&gt;
&lt;source src=&#34;https://thewittybanter.com:1313/videos/wait.mp4&#34; type=&#34;video/mp4&#34;&gt;
Your browser does not support the video tag.
&lt;/video&gt;
&lt;/div&gt;
@@ -52,12 +52,12 @@
</item>
<item>
<title>What&#39;s in the lab right now?</title>
<link>https://thewittybanter.com/docs/currentlab/</link>
<link>https://thewittybanter.com:1313/docs/currentlab/</link>
<pubDate>Fri, 31 Jul 2026 22:33:32 -0400</pubDate>
<guid>https://thewittybanter.com/docs/currentlab/</guid>
<guid>https://thewittybanter.com:1313/docs/currentlab/</guid>
<description>&lt;p&gt;The network&amp;rsquo;s in a cool spot right now.&lt;/p&gt;
&lt;figure&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;https://thewittybanter.com/images/lab.jpg&#34; width=&#34;600&#34;/&gt; &lt;figcaption&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;https://thewittybanter.com:1313/images/lab.jpg&#34; width=&#34;600&#34;/&gt; &lt;figcaption&gt;
The whole team
&lt;/figcaption&gt;
&lt;/figure&gt;
@@ -74,16 +74,16 @@
</item>
<item>
<title>Main</title>
<link>https://thewittybanter.com/main/</link>
<link>https://thewittybanter.com:1313/main/</link>
<pubDate>Thu, 30 Jul 2026 21:14:32 -0400</pubDate>
<guid>https://thewittybanter.com/main/</guid>
<guid>https://thewittybanter.com:1313/main/</guid>
<description></description>
</item>
<item>
<title>It&#39;s a little empty right now...</title>
<link>https://thewittybanter.com/shows/tba/</link>
<link>https://thewittybanter.com:1313/shows/tba/</link>
<pubDate>Thu, 30 Jul 2026 21:13:12 -0400</pubDate>
<guid>https://thewittybanter.com/shows/tba/</guid>
<guid>https://thewittybanter.com:1313/shows/tba/</guid>
<description>&lt;p&gt;But that can change!&lt;/p&gt;
&lt;p&gt;Book some noise for your occasion at:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;a href=&#34;mailto:bwnoises@proton.me&#34;&gt;bwnoises@proton.me&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
@@ -91,9 +91,9 @@
</item>
<item>
<title>Musiccoming</title>
<link>https://thewittybanter.com/musiccoming/</link>
<link>https://thewittybanter.com:1313/musiccoming/</link>
<pubDate>Thu, 30 Jul 2026 20:55:14 -0400</pubDate>
<guid>https://thewittybanter.com/musiccoming/</guid>
<guid>https://thewittybanter.com:1313/musiccoming/</guid>
<description>&lt;h1 id=&#34;there-is-music-coming-i-promise&#34;&gt;There is music coming, I promise&lt;/h1&gt;</description>
</item>
</channel>
+16 -16
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,16 +9,16 @@
<meta name="keywords" content="">
<meta name="description" content="Main - TheWittyBanter.com">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/main/">
<link rel="canonical" href="https://thewittybanter.com:1313/main/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/main/">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/main/">
<noscript>
<style>
#theme-toggle,
@@ -39,7 +39,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -65,32 +65,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -127,7 +127,7 @@
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+16 -16
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -29,16 +29,16 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)
Such a fun show.">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/music/207/">
<link rel="canonical" href="https://thewittybanter.com:1313/music/207/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/music/207/">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/music/207/">
<noscript>
<style>
#theme-toggle,
@@ -59,7 +59,7 @@ Such a fun show.">
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -85,32 +85,32 @@ Such a fun show.">
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -190,7 +190,7 @@ Such a fun show.">
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+18 -18
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,17 +9,17 @@
<meta name="keywords" content="">
<meta name="description" content="The music I&rsquo;ve made solo, and gotten to be a part of&hellip; in no chronological order.">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/music/">
<link rel="canonical" href="https://thewittybanter.com:1313/music/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com/music/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/music/">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/music/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/music/">
<noscript>
<style>
#theme-toggle,
@@ -40,7 +40,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -66,32 +66,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span class="active">Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -129,12 +129,12 @@ Opening for the Mallett Brothers at the Widowmaker (Sugarloaf) Your browser does
<footer class="entry-footer">
<span title='2026-08-01 04:24:46 +0000 UTC'>August 1, 2026</span>&nbsp;·&nbsp;<span>1 min</span></footer>
<a class="entry-link" aria-label="post link to The Chicken Street Band" href="https://thewittybanter.com/music/207/"></a>
<a class="entry-link" aria-label="post link to The Chicken Street Band" href="https://thewittybanter.com:1313/music/207/"></a>
</article>
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+6 -6
View File
@@ -2,23 +2,23 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Music on TheWittyBanter.com</title>
<link>https://thewittybanter.com/music/</link>
<link>https://thewittybanter.com:1313/music/</link>
<description>Recent content in Music on TheWittyBanter.com</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Sat, 01 Aug 2026 04:24:46 +0000</lastBuildDate>
<atom:link href="https://thewittybanter.com/music/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://thewittybanter.com:1313/music/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The Chicken Street Band</title>
<link>https://thewittybanter.com/music/207/</link>
<link>https://thewittybanter.com:1313/music/207/</link>
<pubDate>Sat, 01 Aug 2026 04:24:46 +0000</pubDate>
<guid>https://thewittybanter.com/music/207/</guid>
<guid>https://thewittybanter.com:1313/music/207/</guid>
<description>&lt;p&gt;&lt;strong&gt;A collection of my favorite moments with these goons.&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;207-maine&#34;&gt;207 Maine&lt;/h2&gt;
&lt;div class=&#34;video-container&#34; style=&#34;text-align: center; margin: 20px 0;&#34;&gt;
&lt;video controls preload=&#34;metadata&#34; width=&#34;100%&#34; style=&#34;max-width: 100%; height: auto; border-radius: 4px;&#34;&gt;
&lt;source src=&#34;https://thewittybanter.com/videos/207.mp4&#34; type=&#34;video/mp4&#34;&gt;
&lt;source src=&#34;https://thewittybanter.com:1313/videos/207.mp4&#34; type=&#34;video/mp4&#34;&gt;
Your browser does not support the video tag.
&lt;/video&gt;
&lt;/div&gt;
@@ -28,7 +28,7 @@
&lt;h2 id=&#34;opening-for-the-mallett-brothers-at-the-widowmaker-sugarloaf&#34;&gt;Opening for the Mallett Brothers at the Widowmaker (Sugarloaf)&lt;/h2&gt;
&lt;div class=&#34;video-container&#34; style=&#34;text-align: center; margin: 20px 0;&#34;&gt;
&lt;video controls preload=&#34;metadata&#34; width=&#34;100%&#34; style=&#34;max-width: 100%; height: auto; border-radius: 4px;&#34;&gt;
&lt;source src=&#34;https://thewittybanter.com/videos/wait.mp4&#34; type=&#34;video/mp4&#34;&gt;
&lt;source src=&#34;https://thewittybanter.com:1313/videos/wait.mp4&#34; type=&#34;video/mp4&#34;&gt;
Your browser does not support the video tag.
&lt;/video&gt;
&lt;/div&gt;
+261
View File
@@ -0,0 +1,261 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
<title>Songs I wrote! | TheWittyBanter.com</title>
<meta name="keywords" content="">
<meta name="description" content="Songs I wrote! - TheWittyBanter.com">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/music/originals/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/music/originals/">
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}
</style>
</noscript>
<script>
if (localStorage.getItem("pref-theme") === "light") {
document.querySelector("html").dataset.theme = 'light';
}
</script>
</head>
<body id="top">
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg class="sun" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</div>
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<span>Docs</span>
</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<article class="post-single">
<header class="post-header">
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumb">
<a href="/">Home</a>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
<a href="/music/">Music</a>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</nav>
<h1 class="post-title entry-hint-parent">
Songs I wrote!
</h1>
<div class="post-meta">
<span title='2026-08-01 23:40:44 +0000 UTC'>August 1, 2026</span>&nbsp;·&nbsp;<span>0 min</span>
</div>
</header>
<footer class="post-footer">
<ul class="post-tags">
</ul>
</footer>
</article>
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>
Powered by
<a href="https://gohugo.io/?utm_source=papermod" rel="noopener" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" id="top-link" class="top-link hidden" aria-label="go to top" title="Go to Top (Alt + G)" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up">
<polyline points="17 11 12 6 7 11"></polyline>
<polyline points="17 18 12 13 7 18"></polyline>
</svg>
</a>
<script>
let menu = document.getElementById('menu');
if (menu) {
const scrollPosition = localStorage.getItem("menu-scroll-position");
if (scrollPosition) {
menu.scrollLeft = parseInt(scrollPosition, 10);
}
menu.onscroll = function () {
localStorage.setItem("menu-scroll-position", menu.scrollLeft);
}
}
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener("click", function (e) {
e.preventDefault();
var id = this.getAttribute("href").substr(1);
if (!window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView({
behavior: "smooth"
});
} else {
document.querySelector(`[id='${decodeURIComponent(id)}']`).scrollIntoView();
}
if (id === "top") {
history.replaceState(null, null, " ");
} else {
history.pushState(null, null, `#${id}`);
}
});
});
</script>
<script>
var toplink = document.getElementById("top-link");
window.onscroll = function () {
const scrollThreshold = window.innerHeight;
if (document.body.scrollTop > scrollThreshold || document.documentElement.scrollTop > scrollThreshold) {
toplink.classList.remove("hidden");
} else {
toplink.classList.add("hidden");
}
};
</script>
<script>
document.getElementById("theme-toggle").addEventListener("click", () => {
const html = document.querySelector("html");
if (html.dataset.theme === "dark") {
html.dataset.theme = 'light';
localStorage.setItem("pref-theme", 'light');
} else {
html.dataset.theme = 'dark';
localStorage.setItem("pref-theme", 'dark');
}
})
</script>
<script>
document.querySelectorAll('pre > code').forEach((codeblock) => {
const container = codeblock.parentNode.parentNode;
const copybutton = document.createElement('button');
copybutton.classList.add('copy-code');
copybutton.innerHTML = 'copy';
function copyingDone() {
copybutton.innerHTML = 'copied!';
setTimeout(() => {
copybutton.innerHTML = 'copy';
}, 2000);
}
copybutton.addEventListener('click', (cb) => {
if ('clipboard' in navigator) {
navigator.clipboard.writeText(codeblock.textContent);
copyingDone();
return;
}
const range = document.createRange();
range.selectNodeContents(codeblock);
const selection = window.getSelection();
selection.removeAllRanges();
selection.addRange(range);
try {
document.execCommand('copy');
copyingDone();
} catch (e) { };
selection.removeRange(range);
});
if (container.classList.contains("highlight")) {
container.appendChild(copybutton);
} else if (container.parentNode.firstChild == container) {
} else if (codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName == "TABLE") {
codeblock.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(copybutton);
} else {
codeblock.parentNode.appendChild(copybutton);
}
});
</script>
</body>
</html>
+3 -3
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://thewittybanter.com/music/</title>
<link rel="canonical" href="https://thewittybanter.com/music/">
<title>https://thewittybanter.com:1313/music/</title>
<link rel="canonical" href="https://thewittybanter.com:1313/music/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/music/">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/music/">
</head>
</html>
+16 -16
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,16 +9,16 @@
<meta name="keywords" content="">
<meta name="description" content="There is music coming, I promise">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/musiccoming/">
<link rel="canonical" href="https://thewittybanter.com:1313/musiccoming/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/musiccoming/">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/musiccoming/">
<noscript>
<style>
#theme-toggle,
@@ -39,7 +39,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -65,32 +65,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -142,7 +142,7 @@
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+16 -16
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,16 +9,16 @@
<meta name="keywords" content="">
<meta name="description" content="It&rsquo;s empty for now, come back later!">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/posts/helloworld/">
<link rel="canonical" href="https://thewittybanter.com:1313/posts/helloworld/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/posts/helloworld/">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/posts/helloworld/">
<noscript>
<style>
#theme-toggle,
@@ -39,7 +39,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -65,32 +65,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -136,7 +136,7 @@
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+18 -18
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,17 +9,17 @@
<meta name="keywords" content="">
<meta name="description" content="This is where the posts will live">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/posts/">
<link rel="canonical" href="https://thewittybanter.com:1313/posts/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com/posts/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/posts/">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/posts/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/posts/">
<noscript>
<style>
#theme-toggle,
@@ -40,7 +40,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -66,32 +66,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span class="active">Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -127,12 +127,12 @@
<footer class="entry-footer">
<span title='2026-08-01 04:37:35 +0000 UTC'>August 1, 2026</span>&nbsp;·&nbsp;<span>1 min</span></footer>
<a class="entry-link" aria-label="post link to This is what a post will look like" href="https://thewittybanter.com/posts/helloworld/"></a>
<a class="entry-link" aria-label="post link to This is what a post will look like" href="https://thewittybanter.com:1313/posts/helloworld/"></a>
</article>
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+4 -4
View File
@@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Posts on TheWittyBanter.com</title>
<link>https://thewittybanter.com/posts/</link>
<link>https://thewittybanter.com:1313/posts/</link>
<description>Recent content in Posts on TheWittyBanter.com</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Sat, 01 Aug 2026 04:37:35 +0000</lastBuildDate>
<atom:link href="https://thewittybanter.com/posts/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://thewittybanter.com:1313/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>This is what a post will look like</title>
<link>https://thewittybanter.com/posts/helloworld/</link>
<link>https://thewittybanter.com:1313/posts/helloworld/</link>
<pubDate>Sat, 01 Aug 2026 04:37:35 +0000</pubDate>
<guid>https://thewittybanter.com/posts/helloworld/</guid>
<guid>https://thewittybanter.com:1313/posts/helloworld/</guid>
<description>&lt;p&gt;It&amp;rsquo;s empty for now, come back later!&lt;/p&gt;</description>
</item>
</channel>
+3 -3
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://thewittybanter.com/posts/</title>
<link rel="canonical" href="https://thewittybanter.com/posts/">
<title>https://thewittybanter.com:1313/posts/</title>
<link rel="canonical" href="https://thewittybanter.com:1313/posts/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/posts/">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/posts/">
</head>
</html>
+18 -18
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,17 +9,17 @@
<meta name="keywords" content="">
<meta name="description" content="Opinions on albums, mostly. Maybe we&rsquo;ll branch out to other things.">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/reviews/">
<link rel="canonical" href="https://thewittybanter.com:1313/reviews/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com/reviews/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/reviews/">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/reviews/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/reviews/">
<noscript>
<style>
#theme-toggle,
@@ -40,7 +40,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -66,32 +66,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span class="active">Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -127,12 +127,12 @@
<footer class="entry-footer">
<span title='2026-08-01 20:06:17 +0000 UTC'>August 1, 2026</span>&nbsp;·&nbsp;<span>5 min</span></footer>
<a class="entry-link" aria-label="post link to Statica EP - Avenged Sevenfold" href="https://thewittybanter.com/reviews/statica/"></a>
<a class="entry-link" aria-label="post link to Statica EP - Avenged Sevenfold" href="https://thewittybanter.com:1313/reviews/statica/"></a>
</article>
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+4 -4
View File
@@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Reviews on TheWittyBanter.com</title>
<link>https://thewittybanter.com/reviews/</link>
<link>https://thewittybanter.com:1313/reviews/</link>
<description>Recent content in Reviews on TheWittyBanter.com</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Sat, 01 Aug 2026 20:06:17 +0000</lastBuildDate>
<atom:link href="https://thewittybanter.com/reviews/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://thewittybanter.com:1313/reviews/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Statica EP - Avenged Sevenfold</title>
<link>https://thewittybanter.com/reviews/statica/</link>
<link>https://thewittybanter.com:1313/reviews/statica/</link>
<pubDate>Sat, 01 Aug 2026 20:06:17 +0000</pubDate>
<guid>https://thewittybanter.com/reviews/statica/</guid>
<guid>https://thewittybanter.com:1313/reviews/statica/</guid>
<description>&lt;h2 id=&#34;the-band&#34;&gt;The band&lt;/h2&gt;
&lt;p&gt;Avenged Sevenfold a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.&lt;/p&gt;</description>
</item>
+3 -3
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://thewittybanter.com/reviews/</title>
<link rel="canonical" href="https://thewittybanter.com/reviews/">
<title>https://thewittybanter.com:1313/reviews/</title>
<link rel="canonical" href="https://thewittybanter.com:1313/reviews/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/reviews/">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/reviews/">
</head>
</html>
+16 -16
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -10,16 +10,16 @@
<meta name="description" content="The band
Avenged Sevenfold a critically acclaimed rock/metal outfit from California. Their first couple albums lent more of a hardcore sound, finding their way with tracks like “Second Heartbeat” and “Unholy Confessions” from the second record “Waking the Fallen”. What followed with City of Evil was a commercial success with songs like “Bat Country” and “Seize the Day” finding their way onto the radio. After which they put out another commercially successful self-titled offering. “Almost Easy” and “Afterlife” offering more radio play while “Little Piece of Heaven” was an absolutely GENIUS shock-rock piece allowing them to stretch their legs creatively.">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/reviews/statica/">
<link rel="canonical" href="https://thewittybanter.com:1313/reviews/statica/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/reviews/statica/">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/reviews/statica/">
<noscript>
<style>
#theme-toggle,
@@ -40,7 +40,7 @@ Avenged Sevenfold a critically acclaimed rock/metal outfit from California.
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -66,32 +66,32 @@ Avenged Sevenfold a critically acclaimed rock/metal outfit from California.
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -173,7 +173,7 @@ Avenged Sevenfold a critically acclaimed rock/metal outfit from California.
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+1 -1
View File
@@ -1,3 +1,3 @@
User-agent: *
Disallow: /
Sitemap: https://thewittybanter.com/sitemap.xml
Sitemap: https://thewittybanter.com:1313/sitemap.xml
+18 -18
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,17 +9,17 @@
<meta name="keywords" content="">
<meta name="description" content="Come hang out!">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/shows/">
<link rel="canonical" href="https://thewittybanter.com:1313/shows/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com/shows/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/shows/">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/shows/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/shows/">
<noscript>
<style>
#theme-toggle,
@@ -40,7 +40,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -66,32 +66,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span class="active">Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -130,12 +130,12 @@ Make sure to put “Music” in the subject!
<footer class="entry-footer">
<span title='2026-07-30 21:13:12 -0400 -0400'>July 30, 2026</span>&nbsp;·&nbsp;<span>1 min</span></footer>
<a class="entry-link" aria-label="post link to It&#39;s a little empty right now..." href="https://thewittybanter.com/shows/tba/"></a>
<a class="entry-link" aria-label="post link to It&#39;s a little empty right now..." href="https://thewittybanter.com:1313/shows/tba/"></a>
</article>
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+4 -4
View File
@@ -2,17 +2,17 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Shows on TheWittyBanter.com</title>
<link>https://thewittybanter.com/shows/</link>
<link>https://thewittybanter.com:1313/shows/</link>
<description>Recent content in Shows on TheWittyBanter.com</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Thu, 30 Jul 2026 21:13:12 -0400</lastBuildDate>
<atom:link href="https://thewittybanter.com/shows/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://thewittybanter.com:1313/shows/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>It&#39;s a little empty right now...</title>
<link>https://thewittybanter.com/shows/tba/</link>
<link>https://thewittybanter.com:1313/shows/tba/</link>
<pubDate>Thu, 30 Jul 2026 21:13:12 -0400</pubDate>
<guid>https://thewittybanter.com/shows/tba/</guid>
<guid>https://thewittybanter.com:1313/shows/tba/</guid>
<description>&lt;p&gt;But that can change!&lt;/p&gt;
&lt;p&gt;Book some noise for your occasion at:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;a href=&#34;mailto:bwnoises@proton.me&#34;&gt;bwnoises@proton.me&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
+3 -3
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://thewittybanter.com/shows/</title>
<link rel="canonical" href="https://thewittybanter.com/shows/">
<title>https://thewittybanter.com:1313/shows/</title>
<link rel="canonical" href="https://thewittybanter.com:1313/shows/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/shows/">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/shows/">
</head>
</html>
+16 -16
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -12,16 +12,16 @@ Book some noise for your occasion at:
bwnoises@proton.me
Make sure to put &ldquo;Music&rdquo; in the subject!">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/shows/tba/">
<link rel="canonical" href="https://thewittybanter.com:1313/shows/tba/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/shows/tba/">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/shows/tba/">
<noscript>
<style>
#theme-toggle,
@@ -42,7 +42,7 @@ Make sure to put &ldquo;Music&rdquo; in the subject!">
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -68,32 +68,32 @@ Make sure to put &ldquo;Music&rdquo; in the subject!">
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -142,7 +142,7 @@ Make sure to put &ldquo;Music&rdquo; in the subject!">
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+16 -19
View File
@@ -2,53 +2,50 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://thewittybanter.com/reviews/statica/</loc>
<loc>https://thewittybanter.com:1313/reviews/statica/</loc>
<lastmod>2026-08-01T20:06:17+00:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/</loc>
<loc>https://thewittybanter.com:1313/</loc>
<lastmod>2026-08-01T20:06:17+00:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/reviews/</loc>
<loc>https://thewittybanter.com:1313/reviews/</loc>
<lastmod>2026-08-01T20:03:13+00:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/docs/cachylove/</loc>
<lastmod>2026-08-01T05:16:03+00:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/posts/helloworld/</loc>
<loc>https://thewittybanter.com:1313/posts/helloworld/</loc>
<lastmod>2026-08-01T04:37:35+00:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/music/207/</loc>
<loc>https://thewittybanter.com:1313/music/207/</loc>
<lastmod>2026-08-01T04:24:46+00:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/docs/currentlab/</loc>
<loc>https://thewittybanter.com:1313/docs/currentlab/</loc>
<lastmod>2026-07-31T22:33:32-04:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/welcome/</loc>
<loc>https://thewittybanter.com:1313/welcome/</loc>
<lastmod>2026-07-31T19:00:33-04:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/docs/</loc>
<loc>https://thewittybanter.com:1313/docs/</loc>
<lastmod>2026-07-31T17:10:58-04:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/main/</loc>
<loc>https://thewittybanter.com:1313/main/</loc>
<lastmod>2026-07-30T21:14:32-04:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/shows/tba/</loc>
<loc>https://thewittybanter.com:1313/shows/tba/</loc>
<lastmod>2026-07-30T21:13:12-04:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/shows/</loc>
<loc>https://thewittybanter.com:1313/shows/</loc>
<lastmod>2026-07-30T21:07:34-04:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/musiccoming/</loc>
<loc>https://thewittybanter.com:1313/musiccoming/</loc>
<lastmod>2026-07-30T20:55:14-04:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/music/</loc>
<loc>https://thewittybanter.com:1313/music/</loc>
<lastmod>2026-07-30T20:55:01-04:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/posts/</loc>
<loc>https://thewittybanter.com:1313/posts/</loc>
<lastmod>2026-07-30T20:47:11-04:00</lastmod>
</url><url>
<loc>https://thewittybanter.com/categories/</loc>
<loc>https://thewittybanter.com:1313/categories/</loc>
</url><url>
<loc>https://thewittybanter.com/tags/</loc>
<loc>https://thewittybanter.com:1313/tags/</loc>
</url>
</urlset>
+17 -17
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -9,17 +9,17 @@
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/tags/">
<link rel="canonical" href="https://thewittybanter.com:1313/tags/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com/tags/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/tags/">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/tags/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/tags/">
<noscript>
<style>
#theme-toggle,
@@ -40,7 +40,7 @@
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -66,32 +66,32 @@
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span>Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -108,7 +108,7 @@
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+2 -2
View File
@@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Tags on TheWittyBanter.com</title>
<link>https://thewittybanter.com/tags/</link>
<link>https://thewittybanter.com:1313/tags/</link>
<description>Recent content in Tags on TheWittyBanter.com</description>
<generator>Hugo</generator>
<language>en</language>
<atom:link href="https://thewittybanter.com/tags/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://thewittybanter.com:1313/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
+17 -17
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" dir="auto" data-theme="dark">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="noindex, nofollow">
@@ -13,17 +13,17 @@ Why &ldquo;The Witty Banter&rdquo;?
One time I was discussing with my partner the idea of what a solo project would be named.
I&rsquo;ve always hated the idea of being a &ldquo;solo artist&rdquo;, using my name or my face as the front of ANYTHING gives me the ick (yet here we are, eh?). The point was brought up, that I seem to do better when there&rsquo;s witty banter.">
<meta name="author" content="">
<link rel="canonical" href="https://thewittybanter.com/welcome/">
<link rel="canonical" href="https://thewittybanter.com:1313/welcome/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.6ff46447b1fa3f8a5cc0bcae48088decc3ae37f5fbc99406a3aefc3bf0e6044a.css" integrity="sha256-b/RkR7H6P4pcwLyuSAiN7MOuN/X7yZQGo678O/DmBEo=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://thewittybanter.com/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com/safari-pinned-tab.svg">
<link rel="icon" href="https://thewittybanter.com:1313/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://thewittybanter.com:1313/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://thewittybanter.com:1313/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://thewittybanter.com:1313/apple-touch-icon.png">
<link rel="mask-icon" href="https://thewittybanter.com:1313/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com/welcome/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com/welcome/">
<link rel="alternate" type="application/rss+xml" href="https://thewittybanter.com:1313/welcome/index.xml" title="rss">
<link rel="alternate" hreflang="en" href="https://thewittybanter.com:1313/welcome/">
<noscript>
<style>
#theme-toggle,
@@ -44,7 +44,7 @@ I&rsquo;ve always hated the idea of being a &ldquo;solo artist&rdquo;, using my
<header class="header">
<nav class="header-nav">
<div class="logo">
<a href="https://thewittybanter.com/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<a href="https://thewittybanter.com:1313/" accesskey="h" title="TheWittyBanter.com (Alt + H)">TheWittyBanter.com</a>
<div class="logo-switches">
<button id="theme-toggle" class="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
<svg class="moon" xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24"
@@ -70,32 +70,32 @@ I&rsquo;ve always hated the idea of being a &ldquo;solo artist&rdquo;, using my
</div>
<ul id="menu" class="menu">
<li>
<a href="https://thewittybanter.com/welcome" title="Welcome">
<a href="https://thewittybanter.com:1313/welcome" title="Welcome">
<span class="active">Welcome</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/shows" title="Shows">
<a href="https://thewittybanter.com:1313/shows" title="Shows">
<span>Shows</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/music" title="Music">
<a href="https://thewittybanter.com:1313/music" title="Music">
<span>Music</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/reviews" title="Reviews">
<a href="https://thewittybanter.com:1313/reviews" title="Reviews">
<span>Reviews</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/posts" title="Blog">
<a href="https://thewittybanter.com:1313/posts" title="Blog">
<span>Blog</span>
</a>
</li>
<li>
<a href="https://thewittybanter.com/docs" title="Docs">
<a href="https://thewittybanter.com:1313/docs" title="Docs">
<span>Docs</span>
</a>
</li>
@@ -146,7 +146,7 @@ I&rsquo;ve always hated the idea of being a &ldquo;solo artist&rdquo;, using my
</main>
<footer class="footer">
<span>&copy; 2026 <a href="https://thewittybanter.com/">TheWittyBanter.com</a></span> ·
<span>&copy; 2026 <a href="https://thewittybanter.com:1313/">TheWittyBanter.com</a></span> ·
+2 -2
View File
@@ -2,11 +2,11 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Quick rundown on the brain dump on TheWittyBanter.com</title>
<link>https://thewittybanter.com/welcome/</link>
<link>https://thewittybanter.com:1313/welcome/</link>
<description>Recent content in Quick rundown on the brain dump on TheWittyBanter.com</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate></lastBuildDate>
<atom:link href="https://thewittybanter.com/welcome/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://thewittybanter.com:1313/welcome/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
+3 -3
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>https://thewittybanter.com/welcome/</title>
<link rel="canonical" href="https://thewittybanter.com/welcome/">
<title>https://thewittybanter.com:1313/welcome/</title>
<link rel="canonical" href="https://thewittybanter.com:1313/welcome/">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com/welcome/">
<meta http-equiv="refresh" content="0; url=https://thewittybanter.com:1313/welcome/">
</head>
</html>