fix: Corrected bad links

This commit is contained in:
Judah Sotomayor 2023-12-21 14:38:31 -05:00
parent d76088aefc
commit 415076c7cd
Signed by: judahsotomayor
SSH Key Fingerprint: SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI
4 changed files with 25 additions and 25 deletions

View File

@ -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" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora&family=Space+Mono&display=swap" />
</head> </head>
@ -21,15 +21,15 @@
<header> <header>
<h1> <h1>
<a href="http://localhost:8000/"> <a href="https://judah.freedomland.xyz//">
Open Thoughts Open Thoughts
</a> </a>
</h1> </h1>
<a href="#main" class="visually-hidden">jump to main content</a> <a href="#main" class="visually-hidden">jump to main content</a>
<nav> <nav>
<ul class="menu"> <ul class="menu">
<li><a href="http://localhost:8000/about">about</a></li> <li><a href="https://judah.freedomland.xyz//about">about</a></li>
<li><a href="http://localhost:8000/">blog</a></li> <li><a href="https://judah.freedomland.xyz//">blog</a></li>
</ul> </ul>
</nav> </nav>
</header> </header>

View File

@ -12,27 +12,27 @@
<channel> <channel>
<title>Open Thoughts</title> <title>Open Thoughts</title>
<atom:link <atom:link
href="http://localhost:8000/feed.xml" href="https://judah.freedomland.xyz//feed.xml"
rel="self" type="application/rss+xml" /> rel="self" type="application/rss+xml" />
<link>http://localhost:8000/</link> <link>https://judah.freedomland.xyz//</link>
<description><![CDATA[]]></description> <description><![CDATA[]]></description>
<language>en</language> <language>en</language>
<pubDate>Wed, 08 Nov 2023 00:00:00 -0500</pubDate> <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> <generator>weblorg 0.1.0 (https://emacs.love/weblorg)</generator>
<webMaster>Judah Sotomayor</webMaster> <webMaster>Judah Sotomayor</webMaster>
<image> <image>
<url>http://localhost:8000/media/img/8bitme.png</url> <url>https://judah.freedomland.xyz//media/img/8bitme.png</url>
<title>Blog Author</title> <title>Blog Author</title>
<link>http://localhost:8000/</link> <link>https://judah.freedomland.xyz//</link>
</image> </image>
<item> <item>
<title>My SSH Key</title> <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> <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> <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"> <div id="outline-container-key" class="outline-2">
<h2 id="key">Key:</h2> <h2 id="key">Key:</h2>
<div class="outline-text-2"> <div class="outline-text-2">
<pre class="example" id="orgeaee4bc"> <pre class="example" id="org0601217">
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP
@ -55,7 +55,7 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP
<div id="outline-container-fingerprint" class="outline-2"> <div id="outline-container-fingerprint" class="outline-2">
<h2 id="fingerprint">Fingerprint:</h2> <h2 id="fingerprint">Fingerprint:</h2>
<div class="outline-text-2"> <div class="outline-text-2">
<pre class="example" id="org6d8551f"> <pre class="example" id="orgd75c3b5">
SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI

View File

@ -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" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora&family=Space+Mono&display=swap" />
</head> </head>
@ -21,15 +21,15 @@
<header> <header>
<h1> <h1>
<a href="http://localhost:8000/"> <a href="https://judah.freedomland.xyz//">
Open Thoughts Open Thoughts
</a> </a>
</h1> </h1>
<a href="#main" class="visually-hidden">jump to main content</a> <a href="#main" class="visually-hidden">jump to main content</a>
<nav> <nav>
<ul class="menu"> <ul class="menu">
<li><a href="http://localhost:8000/about">about</a></li> <li><a href="https://judah.freedomland.xyz//about">about</a></li>
<li><a href="http://localhost:8000/">blog</a></li> <li><a href="https://judah.freedomland.xyz//">blog</a></li>
</ul> </ul>
</nav> </nav>
</header> </header>
@ -43,7 +43,7 @@
<ul class="posts"> <ul class="posts">
<li class="post-title"> <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 &mdash; Nov 08, 2023 &mdash;

View File

@ -13,12 +13,12 @@
<meta property="og:title" content="My SSH Key"> <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"> <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" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora&family=Space+Mono&display=swap" />
</head> </head>
@ -27,15 +27,15 @@
<header> <header>
<h1> <h1>
<a href="http://localhost:8000/"> <a href="https://judah.freedomland.xyz//">
Open Thoughts Open Thoughts
</a> </a>
</h1> </h1>
<a href="#main" class="visually-hidden">jump to main content</a> <a href="#main" class="visually-hidden">jump to main content</a>
<nav> <nav>
<ul class="menu"> <ul class="menu">
<li><a href="http://localhost:8000/about">about</a></li> <li><a href="https://judah.freedomland.xyz//about">about</a></li>
<li><a href="http://localhost:8000/">blog</a></li> <li><a href="https://judah.freedomland.xyz//">blog</a></li>
</ul> </ul>
</nav> </nav>
</header> </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"> <div id="outline-container-key" class="outline-2">
<h2 id="key">Key:</h2> <h2 id="key">Key:</h2>
<div class="outline-text-2"> <div class="outline-text-2">
<pre class="example" id="orge71df3c"> <pre class="example" id="org435ec05">
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP
@ -73,7 +73,7 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP
<div id="outline-container-fingerprint" class="outline-2"> <div id="outline-container-fingerprint" class="outline-2">
<h2 id="fingerprint">Fingerprint:</h2> <h2 id="fingerprint">Fingerprint:</h2>
<div class="outline-text-2"> <div class="outline-text-2">
<pre class="example" id="orge0152bc"> <pre class="example" id="orgd39e073">
SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI