New post about blåhaj
This commit is contained in:
parent
ca0f52b8dd
commit
8b67f4ef79
11
content/post/blahaj/blahaj.org
Normal file
11
content/post/blahaj/blahaj.org
Normal file
@ -0,0 +1,11 @@
|
||||
#+title: "I got a Blåhaj"
|
||||
#+date: 2023-03-25T18:21:13+01:00
|
||||
#+draft: false
|
||||
#+categories[]: Blåhaj
|
||||
#+tags[]: Blåhaj
|
||||
|
||||
I went out today and got a Blåhaj and a Småhaj.
|
||||
It was nice.
|
||||
|
||||
#+ATTR_HTML: :width 400px :alt Picture of one big Blåhaj and a small Blåhaj sleeping in a bed
|
||||
[[/images/posts/blahaj.jpg]]
|
10
layouts/shortcodes/img.html
Normal file
10
layouts/shortcodes/img.html
Normal file
@ -0,0 +1,10 @@
|
||||
{{ $imageName := .Get "img" }}
|
||||
{{ $images := .Page.Resources.Match $imageName }}
|
||||
{{ $image := index $images 0 }}
|
||||
{{ $fill := .Get "fill" }}
|
||||
{{ if $fill }}{{ $image = $image.Fill $fill }}{{ end }}
|
||||
{{ $fit := .Get "fit" }}
|
||||
{{ if $fit }}{{ $image = $image.Fit $fit }}{{ end }}
|
||||
{{ $class := .Get "class" }}
|
||||
{{ $style := .Get "style" }}
|
||||
{{ print "<img class='" $class "' style='" $style "' src='" $image.RelPermalink "'>" | markdownify}}
|
107
public/categories/blåhaj/index.html
Normal file
107
public/categories/blåhaj/index.html
Normal file
@ -0,0 +1,107 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
|
||||
<link rel="manifest" href="/images/site.webmanifest">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
|
||||
<title>Blåhaj | acorneroftheweb</title>
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
<link rel="stylesheet" href="/css/fonts.css" />
|
||||
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left current">
|
||||
<a href="/categories/">~/categories</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="/tags/">~/tags</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pull-right">
|
||||
<a href="/index.xml">~/subscribe</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br/>
|
||||
|
||||
|
||||
<div class="content-wrapper">
|
||||
|
||||
<h1>Blåhaj</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<span class="date">2023/03/25</span>
|
||||
<a href="/post/2023/03/25/i-got-a-bl%C3%A5haj/">“I got a Blåhaj”</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
function center_el(tagName) {
|
||||
var tags = document.getElementsByTagName(tagName), i, tag;
|
||||
for (i = 0; i < tags.length; i++) {
|
||||
tag = tags[i];
|
||||
var parent = tag.parentElement;
|
||||
|
||||
if (parent.childNodes.length === 1) {
|
||||
|
||||
if (parent.nodeName === 'A') {
|
||||
parent = parent.parentElement;
|
||||
if (parent.childNodes.length != 1) continue;
|
||||
}
|
||||
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
|
||||
}
|
||||
}
|
||||
}
|
||||
var tagNames = ['img', 'embed', 'object'];
|
||||
for (var i = 0; i < tagNames.length; i++) {
|
||||
center_el(tagNames[i]);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<hr/>
|
||||
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
20
public/categories/blåhaj/index.xml
Normal file
20
public/categories/blåhaj/index.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Blåhaj on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/categories/bl%C3%A5haj/</link>
|
||||
<description>Recent content in Blåhaj on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/bl%C3%A5haj/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"I got a Blåhaj"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</guid>
|
||||
<description>I went out today and got a Blåhaj and a Småhaj. It was nice.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
@ -56,6 +56,10 @@
|
||||
|
||||
<ul class="terms">
|
||||
|
||||
<li>
|
||||
<a href="https://acorneroftheweb.com/categories/bl%C3%A5haj/">Blåhaj</a> (1)
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://acorneroftheweb.com/categories/servers/">Servers</a> (1)
|
||||
</li>
|
||||
|
@ -6,7 +6,16 @@
|
||||
<description>Recent content in Categories on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Blåhaj</title>
|
||||
<link>https://acorneroftheweb.com/categories/bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/categories/bl%C3%A5haj/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Servers</title>
|
||||
<link>https://acorneroftheweb.com/categories/servers/</link>
|
||||
|
BIN
public/images/posts/blahaj.jpg
Normal file
BIN
public/images/posts/blahaj.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
@ -77,6 +77,11 @@ I am right now a part of the committee known as <a href="https://wiki.dtek.se/wi
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<span class="date">2023/03/25</span>
|
||||
<a href="/post/2023/03/25/i-got-a-bl%C3%A5haj/">“I got a Blåhaj”</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="date">2023/03/04</span>
|
||||
<a href="/post/2023/03/04/i-am-bad-at-reading/">“I am bad at reading”</a>
|
||||
|
@ -6,7 +6,16 @@
|
||||
<description>Recent content in Home on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"I got a Blåhaj"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</guid>
|
||||
<description>I went out today and got a Blåhaj and a Småhaj. It was nice.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"I am bad at reading"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</link>
|
||||
|
116
public/post/2023/03/25/i-got-a-blåhaj/index.html
Normal file
116
public/post/2023/03/25/i-got-a-blåhaj/index.html
Normal file
@ -0,0 +1,116 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
|
||||
<link rel="manifest" href="/images/site.webmanifest">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
|
||||
<title>"I got a Blåhaj" | acorneroftheweb</title>
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
<link rel="stylesheet" href="/css/fonts.css" />
|
||||
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="/categories/">~/categories</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="/tags/">~/tags</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pull-right">
|
||||
<a href="/index.xml">~/subscribe</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br/>
|
||||
|
||||
<div class="article-meta">
|
||||
<h1><span class="title">“I got a Blåhaj”</span></h1>
|
||||
|
||||
<h2 class="date">2023/03/25</h2>
|
||||
<p class="terms">
|
||||
|
||||
|
||||
Categories: <a href="/categories/bl%C3%A5haj">Blåhaj</a>
|
||||
|
||||
|
||||
|
||||
Tags: <a href="/tags/bl%C3%A5haj">Blåhaj</a>
|
||||
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content-wrapper">
|
||||
<main>
|
||||
<p>
|
||||
I went out today and got a Blåhaj and a Småhaj.
|
||||
It was nice.</p>
|
||||
<img src="/images/posts/blahaj.jpg" alt="Picture of one big Blåhaj and a small Blåhaj sleeping in a bed" title="/images/posts/blahaj.jpg" width="400px"/>
|
||||
|
||||
<a href="/"> >> Home</a>
|
||||
</main>
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
function center_el(tagName) {
|
||||
var tags = document.getElementsByTagName(tagName), i, tag;
|
||||
for (i = 0; i < tags.length; i++) {
|
||||
tag = tags[i];
|
||||
var parent = tag.parentElement;
|
||||
|
||||
if (parent.childNodes.length === 1) {
|
||||
|
||||
if (parent.nodeName === 'A') {
|
||||
parent = parent.parentElement;
|
||||
if (parent.childNodes.length != 1) continue;
|
||||
}
|
||||
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
|
||||
}
|
||||
}
|
||||
}
|
||||
var tagNames = ['img', 'embed', 'object'];
|
||||
for (var i = 0; i < tagNames.length; i++) {
|
||||
center_el(tagNames[i]);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<hr/>
|
||||
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
BIN
public/post/blahaj/blahaj.jpg
Normal file
BIN
public/post/blahaj/blahaj.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
@ -63,6 +63,11 @@
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<span class="date">2023/03/25</span>
|
||||
<a href="/post/2023/03/25/i-got-a-bl%C3%A5haj/">“I got a Blåhaj”</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="date">2023/03/04</span>
|
||||
<a href="/post/2023/03/04/i-am-bad-at-reading/">“I am bad at reading”</a>
|
||||
|
@ -6,7 +6,16 @@
|
||||
<description>Recent content in Posts on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/post/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/post/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"I got a Blåhaj"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</guid>
|
||||
<description>I went out today and got a Blåhaj and a Småhaj. It was nice.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>"I am bad at reading"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</link>
|
||||
|
@ -2,28 +2,37 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/bl%C3%A5haj/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/bl%C3%A5haj/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/post/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/</loc>
|
||||
<lastmod>2023-03-25T18:21:13+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/documentation/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/post/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/servers/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/categories/servers/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://acorneroftheweb.com/tags/</loc>
|
||||
<lastmod>2023-03-04T17:43:38+01:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
107
public/tags/blåhaj/index.html
Normal file
107
public/tags/blåhaj/index.html
Normal file
@ -0,0 +1,107 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
|
||||
<link rel="manifest" href="/images/site.webmanifest">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Credit to the designer of the theme [goodroot](https://github.com/goodroot/hugo-classic)">
|
||||
<title>Blåhaj | acorneroftheweb</title>
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
<link rel="stylesheet" href="/css/fonts.css" />
|
||||
<link rel="stylesheet" href="https://acorneroftheweb.com/css/theme-override.css">
|
||||
<header>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="/categories/">~/categories</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="pull-left current">
|
||||
<a href="/tags/">~/tags</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="pull-right">
|
||||
<a href="/index.xml">~/subscribe</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<br/>
|
||||
|
||||
|
||||
<div class="content-wrapper">
|
||||
|
||||
<h1>Blåhaj</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<span class="date">2023/03/25</span>
|
||||
<a href="/post/2023/03/25/i-got-a-bl%C3%A5haj/">“I got a Blåhaj”</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
function center_el(tagName) {
|
||||
var tags = document.getElementsByTagName(tagName), i, tag;
|
||||
for (i = 0; i < tags.length; i++) {
|
||||
tag = tags[i];
|
||||
var parent = tag.parentElement;
|
||||
|
||||
if (parent.childNodes.length === 1) {
|
||||
|
||||
if (parent.nodeName === 'A') {
|
||||
parent = parent.parentElement;
|
||||
if (parent.childNodes.length != 1) continue;
|
||||
}
|
||||
if (parent.nodeName === 'P') parent.style.textAlign = 'center';
|
||||
}
|
||||
}
|
||||
}
|
||||
var tagNames = ['img', 'embed', 'object'];
|
||||
for (var i = 0; i < tagNames.length; i++) {
|
||||
center_el(tagNames[i]);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<hr/>
|
||||
Open-Source | <a href="https://git.acorneroftheweb.com/pingu/blog">Git</a>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
20
public/tags/blåhaj/index.xml
Normal file
20
public/tags/blåhaj/index.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Blåhaj on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/tags/bl%C3%A5haj/</link>
|
||||
<description>Recent content in Blåhaj on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/bl%C3%A5haj/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"I got a Blåhaj"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/25/i-got-a-bl%C3%A5haj/</guid>
|
||||
<description>I went out today and got a Blåhaj and a Småhaj. It was nice.</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
@ -56,6 +56,10 @@
|
||||
|
||||
<ul class="terms">
|
||||
|
||||
<li>
|
||||
<a href="https://acorneroftheweb.com/tags/bl%C3%A5haj/">Blåhaj</a> (1)
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://acorneroftheweb.com/tags/documentation/">Documentation,</a> (1)
|
||||
</li>
|
||||
|
@ -6,7 +6,16 @@
|
||||
<description>Recent content in Tags on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 25 Mar 2023 18:21:13 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Blåhaj</title>
|
||||
<link>https://acorneroftheweb.com/tags/bl%C3%A5haj/</link>
|
||||
<pubDate>Sat, 25 Mar 2023 18:21:13 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/tags/bl%C3%A5haj/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Documentation,</title>
|
||||
<link>https://acorneroftheweb.com/tags/documentation/</link>
|
||||
|
BIN
static/images/posts/blahaj.jpg
Normal file
BIN
static/images/posts/blahaj.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Loading…
Reference in New Issue
Block a user