brendan.mcdevitt.tech/_layouts/default.html
2018-10-09 02:58:45 -04:00

34 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }}</title>
<meta name="author" content="Brendan McDevitt" />
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css" type="text/css" />
<!-- Homepage CSS -->
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
<!-- Typekit -->
<script type="text/javascript" src="https://use.typekit.com/jpd0pfm.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<div class="site">
<div class="title">
<a href="/">Brendan McDevitt</a>
<a class="extra" href="/">home</a>
<a class="extra" href="/about">about</a>
</div>
{{ content }}
<a href="https://github.com/booboy"><img style="position: absolute; top: 0;
right: 0; border: 0; width: 149px; height: 149px;"
src="https://aral.github.com/fork-me-on-github-retina-ribbons/right-green@2x.png" alt="Fork me on GitHub"></a>
</body>
</html>