2018-01-12 20:27:48 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>The Internet Vagabond :: {{ page.tabtitle }}</title>
|
2020-10-03 20:20:32 +00:00
|
|
|
{% feed_meta %}
|
2018-01-12 20:27:48 +00:00
|
|
|
<meta name="description"
|
|
|
|
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
|
2020-10-03 20:20:32 +00:00
|
|
|
<meta name="author" content="{{ site.author }}" />
|
2018-01-12 20:27:48 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2021-12-20 02:18:57 +00:00
|
|
|
<link rel="canonical" href="{{ site.url}}{{ page.url }}" />
|
2018-02-11 04:25:07 +00:00
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
|
href="{{ site.url }}/src/styles/corrupt_layout.css" />
|
|
|
|
<link rel="stylesheet" type="text/css"
|
|
|
|
href="{{ site.url }}/src/styles/corrupt_typog.css" />
|
|
|
|
<link rel="icon" type="image/x-icon"
|
|
|
|
href="{{ site.url }}/src/images/favicon.ico" />
|
2020-07-04 23:59:48 +00:00
|
|
|
<link rel="stylesheet"
|
2021-12-20 22:50:48 +00:00
|
|
|
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
|
|
|
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
2020-07-04 23:59:48 +00:00
|
|
|
crossorigin="anonymous">
|
2021-12-20 02:26:01 +00:00
|
|
|
<script data-goatcounter="https://theinternetvagabond.goatcounter.com/count"
|
2021-12-20 02:40:58 +00:00
|
|
|
async src="{{ site.url}}/src/scripts/goatcounter.js"></script>
|
2018-01-12 20:27:48 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2020-07-04 19:55:25 +00:00
|
|
|
<div class="cor_page">
|
2020-06-26 12:52:52 +00:00
|
|
|
|
2020-07-04 19:55:25 +00:00
|
|
|
<header>
|
|
|
|
<a href="/">
|
2020-07-05 00:58:17 +00:00
|
|
|
<div>
|
|
|
|
<span class="first">T</span>he
|
|
|
|
<span class="first">I</span>nternet
|
|
|
|
<span class="first">V</span>agabond
|
|
|
|
</div>
|
2020-07-04 19:55:25 +00:00
|
|
|
</a>
|
|
|
|
</header>
|
2020-06-26 12:52:52 +00:00
|
|
|
|
2020-07-04 19:55:25 +00:00
|
|
|
<main>
|
|
|
|
{{ content }}
|
|
|
|
</main>
|
2020-06-26 12:52:52 +00:00
|
|
|
|
2020-07-04 19:55:25 +00:00
|
|
|
{% include cor_menu.html %}
|
|
|
|
</div>
|
2018-01-12 20:27:48 +00:00
|
|
|
</body>
|
|
|
|
</html>
|