the-internet-vagabond-dot-com/_layouts/corrupt_index.html
Bill Niblock ff0e47266e Formatting and Style changes
- Modify the h-card information to remove duplication of information by
  integrating it with the "footer" information
- Update the layouts to make the page title link back to root
- Update the styles for above changes
2020-07-04 15:55:25 -04:00

32 lines
975 B
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>
<a href="/">
<div>The</div><div>Internet</div><div>Vagabond</div>
</a>
</header>
<main>
{{ content }}
</main>
{% include cor_menu.html %}
</div>
</body>
</html>