40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
    <head>
 | 
						|
        <meta charset="utf-8">
 | 
						|
        <meta http-equiv="x-ua-compatible" content="ie=edge">
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
        <title>rauhala.info - $title$</title>
 | 
						|
        <link rel="stylesheet" href="/css/default.css" />
 | 
						|
        <link rel="stylesheet" href="/css/highlight.css">
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <header>
 | 
						|
            <div class="logo">
 | 
						|
                <a href="/">rauhala.info</a>
 | 
						|
            </div>
 | 
						|
            <nav>
 | 
						|
                <!-- Git logo from https://git-scm.com/downloads/logos -->
 | 
						|
                <!-- Logo by Jason Long -->
 | 
						|
                <a href="https://git.rauhala.info"><img src="/images/git_16.png" alt="git" /></a>
 | 
						|
                <a href="/contact.html">Contact</a>
 | 
						|
                <a href="/posts.html">Posts</a>
 | 
						|
            </nav>
 | 
						|
        </header>
 | 
						|
 | 
						|
        <main role="main">
 | 
						|
            <h1>$title$</h1>
 | 
						|
            $body$
 | 
						|
        </main>
 | 
						|
 | 
						|
        <footer>
 | 
						|
            Site proudly generated by
 | 
						|
            <a href="http://jaspervdj.be/hakyll">Hakyll</a>
 | 
						|
            <span id="ipfs">and found on IPFS as <em></em></ipfs>
 | 
						|
        </footer>
 | 
						|
    </body>
 | 
						|
    <script type="application/javascript" src="/js/jquery-3.3.1.min.js"></script>
 | 
						|
    <script type="application/javascript" src="/js/api.js"></script>
 | 
						|
    <script type="application/javascript" src="/js/app.js"></script>
 | 
						|
</html>
 |