33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>The Internet Vagabond :: {{ page.tabtitle }}</title>
|
|
<meta name="description"
|
|
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
|
|
<meta name="author" content="Bill 'Vagabond Azulien' Nibz" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<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" />
|
|
</head>
|
|
<body>
|
|
<div class="cor_page">
|
|
<header>
|
|
<div> The </div><div> Internet </div><div> Vagabond </div>
|
|
</header>
|
|
<main>
|
|
<article>
|
|
{{ content }}
|
|
<h4>[ {{ page.author }} ][ {{ page.pub }} ][
|
|
{% for topic in page.topics %}
|
|
<a href="/topics/{{topic}}">{{topic}}</a>
|
|
{% endfor %}]</h4>
|
|
</article>
|
|
</main>
|
|
{% include cor_menu.html %}
|
|
</div>
|
|
</body>
|
|
</html>
|