37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<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="https://git.mcdevitt.tech/bpmcdevitt">Brendan McDevitt</a>
|
|
<a class="extra" href="/">home</a>
|
|
<a class="extra" href="/about">about</a>
|
|
<a class="extra"href="/photos">photos</a>
|
|
</div>
|
|
|
|
{{ content }}
|
|
|
|
<!-- <a href="https://git.mcdevitt.tech/bpmcdevitt"><img style="position: absolute; top: 0;
|
|
right: 0; border: 0; width: 149px; height: 149px;"
|
|
src="/assets/github-fork-me.png" alt="Fork me on GitLab", class="forkme"></a>
|
|
-->
|
|
|
|
</body>
|
|
</html>
|