|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
|
|
<meta name="author" content="Jonathan Hodgson" />
|
|
|
|
$if(date)$
|
|
|
|
<meta name="dcterms.date" content="$date$" />
|
|
|
|
$endif$
|
|
|
|
$if(description)$
|
|
|
|
<meta name="description" content="$description$" />
|
|
|
|
$endif$
|
|
|
|
$if(title)$
|
|
|
|
<title>$title$</title>
|
|
|
|
$else$
|
|
|
|
<title>Jonathan Hodgson's Blog</title>
|
|
|
|
$endif$
|
|
|
|
<link rel="stylesheet" href="/assets/css/main.css" type="text/css" charset="utf-8">
|
|
|
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="/assets/favicons/site.webmanifest">
|
|
|
|
<link rel="mask-icon" href="/assets/favicons/safari-pinned-tab.svg" color="#282828">
|
|
|
|
<link rel="shortcut icon" href="/assets/favicons/favicon.ico">
|
|
|
|
<meta name="apple-mobile-web-app-title" content="Jonathan's Blog">
|
|
|
|
<meta name="application-name" content="Jonathan's Blog">
|
|
|
|
<meta name="msapplication-TileColor" content="#282828">
|
|
|
|
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml">
|
|
|
|
<meta name="theme-color" content="#282828">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<main>
|
|
|
|
$if(frontpage)$
|
|
|
|
#CONTENT#
|
|
|
|
$else$
|
|
|
|
$if(archive)$
|
|
|
|
<h1>$title$</h1>
|
|
|
|
#CONTENT#
|
|
|
|
$else$
|
|
|
|
<article>
|
|
|
|
<h1>$title$</h1>
|
|
|
|
<div class="article-details">
|
|
|
|
<div class="date">
|
|
|
|
$date$
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
$body$
|
|
|
|
</article>
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
|
</main>
|
|
|
|
<aside>
|
|
|
|
<a class="blog-name" href="/">
|
|
|
|
<img src="/assets/profile.svg" alt="My face"/>
|
|
|
|
$if(frontpage)$
|
|
|
|
<h1 class="blog-name">Jonathan Hodgson</h1>
|
|
|
|
$else$
|
|
|
|
<span class="blog-name">Jonathan Hodgson</span>
|
|
|
|
$endif$
|
|
|
|
</a>
|
|
|
|
<nav>
|
|
|
|
${ ../tmp/templates/tagList.html() }
|
|
|
|
</nav>
|
|
|
|
</aside>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
<a href="https://paypal.me/jab2870">Buy me a coffee?</a>
|
|
|
|
<a href="https://git.jonathanh.co.uk/jab2870/Website">Website Source</a>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|