the-internet-vagabond-dot-com/_layouts/corrupt_post.html

53 lines
1.8 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>The Internet Vagabond :: {{ page.tabtitle }}</title>
2020-10-03 20:20:32 +00:00
{% feed_meta %}
<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="{{ page.author}}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
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"
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css"
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
crossorigin="anonymous">
</head>
<body>
2020-07-04 23:59:48 +00:00
<div class="cor_page">
<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 23:59:48 +00:00
</a>
</header>
<main>
<article>
{{ content }}
<h4 class="author_info">
<span>[ {{ page.author }} ]</span>
<span>[ {{ page.pub }} ]</span>
<span>[
{% for topic in page.topics %}
<a href="/topics/{{topic}}">{{topic}}</a>
{% endfor %}]
</span>
<span>[
<a href="http://www.wtfpl.net/about/">wtfpl</a> ]
</span>
</h4>
2020-07-04 23:59:48 +00:00
</article>
</main>
{% include cor_menu.html %}
</div>
</body>
</html>