fix: Corrected bad links
This commit is contained in:
parent
d76088aefc
commit
415076c7cd
@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://localhost:8000/static/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="https://judah.freedomland.xyz//static/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora&family=Space+Mono&display=swap" />
|
||||
|
||||
</head>
|
||||
@ -21,15 +21,15 @@
|
||||
|
||||
<header>
|
||||
<h1>
|
||||
<a href="http://localhost:8000/">
|
||||
<a href="https://judah.freedomland.xyz//">
|
||||
Open Thoughts
|
||||
</a>
|
||||
</h1>
|
||||
<a href="#main" class="visually-hidden">jump to main content</a>
|
||||
<nav>
|
||||
<ul class="menu">
|
||||
<li><a href="http://localhost:8000/about">about</a></li>
|
||||
<li><a href="http://localhost:8000/">blog</a></li>
|
||||
<li><a href="https://judah.freedomland.xyz//about">about</a></li>
|
||||
<li><a href="https://judah.freedomland.xyz//">blog</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
18
feed.xml
18
feed.xml
@ -12,27 +12,27 @@
|
||||
<channel>
|
||||
<title>Open Thoughts</title>
|
||||
<atom:link
|
||||
href="http://localhost:8000/feed.xml"
|
||||
href="https://judah.freedomland.xyz//feed.xml"
|
||||
rel="self" type="application/rss+xml" />
|
||||
<link>http://localhost:8000/</link>
|
||||
<link>https://judah.freedomland.xyz//</link>
|
||||
<description><![CDATA[]]></description>
|
||||
<language>en</language>
|
||||
<pubDate>Wed, 08 Nov 2023 00:00:00 -0500</pubDate>
|
||||
<lastBuildDate>Thu, 21 Dec 2023 14:04:29 -0500</lastBuildDate>
|
||||
<lastBuildDate>Thu, 21 Dec 2023 14:38:24 -0500</lastBuildDate>
|
||||
<generator>weblorg 0.1.0 (https://emacs.love/weblorg)</generator>
|
||||
<webMaster>Judah Sotomayor</webMaster>
|
||||
<image>
|
||||
<url>http://localhost:8000/media/img/8bitme.png</url>
|
||||
<url>https://judah.freedomland.xyz//media/img/8bitme.png</url>
|
||||
<title>Blog Author</title>
|
||||
<link>http://localhost:8000/</link>
|
||||
<link>https://judah.freedomland.xyz//</link>
|
||||
</image>
|
||||
|
||||
|
||||
<item>
|
||||
<title>My SSH Key</title>
|
||||
<link>http://localhost:8000/posts/my-ssh-key.html</link>
|
||||
<link>https://judah.freedomland.xyz//posts/my-ssh-key.html</link>
|
||||
<author>author@mail.com (Blog Author)</author>
|
||||
<guid isPermaLink="false">http://localhost:8000/posts/my-ssh-key.html</guid>
|
||||
<guid isPermaLink="false">https://judah.freedomland.xyz//posts/my-ssh-key.html</guid>
|
||||
|
||||
<pubDate>Wed, 08 Nov 2023 00:00:00 -0500</pubDate>
|
||||
|
||||
@ -45,7 +45,7 @@ If any project purports to be from me, and is <i>not</i> signed by this key, the
|
||||
<div id="outline-container-key" class="outline-2">
|
||||
<h2 id="key">Key:</h2>
|
||||
<div class="outline-text-2">
|
||||
<pre class="example" id="orgeaee4bc">
|
||||
<pre class="example" id="org0601217">
|
||||
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP
|
||||
|
||||
@ -55,7 +55,7 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP
|
||||
<div id="outline-container-fingerprint" class="outline-2">
|
||||
<h2 id="fingerprint">Fingerprint:</h2>
|
||||
<div class="outline-text-2">
|
||||
<pre class="example" id="org6d8551f">
|
||||
<pre class="example" id="orgd75c3b5">
|
||||
|
||||
SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI
|
||||
|
||||
|
10
index.html
10
index.html
@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://localhost:8000/static/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="https://judah.freedomland.xyz//static/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora&family=Space+Mono&display=swap" />
|
||||
|
||||
</head>
|
||||
@ -21,15 +21,15 @@
|
||||
|
||||
<header>
|
||||
<h1>
|
||||
<a href="http://localhost:8000/">
|
||||
<a href="https://judah.freedomland.xyz//">
|
||||
Open Thoughts
|
||||
</a>
|
||||
</h1>
|
||||
<a href="#main" class="visually-hidden">jump to main content</a>
|
||||
<nav>
|
||||
<ul class="menu">
|
||||
<li><a href="http://localhost:8000/about">about</a></li>
|
||||
<li><a href="http://localhost:8000/">blog</a></li>
|
||||
<li><a href="https://judah.freedomland.xyz//about">about</a></li>
|
||||
<li><a href="https://judah.freedomland.xyz//">blog</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -43,7 +43,7 @@
|
||||
<ul class="posts">
|
||||
|
||||
<li class="post-title">
|
||||
<a href="http://localhost:8000/posts/my-ssh-key.html">
|
||||
<a href="https://judah.freedomland.xyz//posts/my-ssh-key.html">
|
||||
|
||||
Nov 08, 2023 —
|
||||
|
||||
|
@ -13,12 +13,12 @@
|
||||
|
||||
|
||||
<meta property="og:title" content="My SSH Key">
|
||||
<meta property="og:url" content="http://localhost:8000/posts/my-ssh-key.html">
|
||||
<meta property="og:url" content="https://judah.freedomland.xyz//posts/my-ssh-key.html">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<link rel="stylesheet" href="http://localhost:8000/static/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="https://judah.freedomland.xyz//static/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora&family=Space+Mono&display=swap" />
|
||||
|
||||
</head>
|
||||
@ -27,15 +27,15 @@
|
||||
|
||||
<header>
|
||||
<h1>
|
||||
<a href="http://localhost:8000/">
|
||||
<a href="https://judah.freedomland.xyz//">
|
||||
Open Thoughts
|
||||
</a>
|
||||
</h1>
|
||||
<a href="#main" class="visually-hidden">jump to main content</a>
|
||||
<nav>
|
||||
<ul class="menu">
|
||||
<li><a href="http://localhost:8000/about">about</a></li>
|
||||
<li><a href="http://localhost:8000/">blog</a></li>
|
||||
<li><a href="https://judah.freedomland.xyz//about">about</a></li>
|
||||
<li><a href="https://judah.freedomland.xyz//">blog</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -63,7 +63,7 @@ If any project purports to be from me, and is <i>not</i> signed by this key, the
|
||||
<div id="outline-container-key" class="outline-2">
|
||||
<h2 id="key">Key:</h2>
|
||||
<div class="outline-text-2">
|
||||
<pre class="example" id="orge71df3c">
|
||||
<pre class="example" id="org435ec05">
|
||||
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP
|
||||
|
||||
@ -73,7 +73,7 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP
|
||||
<div id="outline-container-fingerprint" class="outline-2">
|
||||
<h2 id="fingerprint">Fingerprint:</h2>
|
||||
<div class="outline-text-2">
|
||||
<pre class="example" id="orge0152bc">
|
||||
<pre class="example" id="orgd39e073">
|
||||
|
||||
SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user