devroom.io/layouts/partials/header.html
2017-03-20 22:59:12 +01:00

79 lines
3.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv='content-type' content='text/html;charset=utf-8'>
<title>{{ if ne .URL "/" }} {{ .Title }} &middot;{{ end }} {{ .Site.Title }}</title>
<meta property="og:title" content="{{ if ne .URL "/" }} {{ .Title }} &middot;{{ end }} {{ .Site.Title }}" />
<meta property="og:site_name" content="{{ .Site.Title }}" />
<meta property="og:url" content="{{ .Permalink }}" />
{{ if .IsPage }}
<meta property="og:type" content="article" />
<meta property="og:article:published_time" content="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}" />
{{ range .Params.tags }}
<meta property="og:article:tag" content="{{ . }}" />
{{ end }}
{{ else }}
<meta property="og:type" content="website" />
{{ end }}
<meta content='IE=edge' http-equiv='X-UA-Compatible'>
<meta content='width=device-width,initial-scale=1.0' name='viewport'>
<meta content='Ariejan de Vroom' name='author'>
<meta content='a blog by ariejan de vroom about software engineering and craftsmanship.' name='description'>
<meta content='software engineering, programming, craftsmanship, devops, ruby, rubyonrails, rails, git, svn, postgres, postgresql, mysql, mac, ios, apple, web2.0, go, golang' name='keywords'>
<meta name="google-site-verification" content="e6zZ0IYoNKd2iP_M1lGPUAFVt8YfI93uN5uPWWbZUkc" />
<!-- OpenID -->
<link href='https://ariejan.wordpress.com/?openidserver=1' rel='openid.server'>
<link href='https://ariejan.wordpress.com/' rel='openid.delegate'>
<!-- RSS -->
<link href='http://feeds.feedburner.com/ariejan' rel='alternate' title='RSS' type='application/rss+xml'>
<!-- Icons -->
<link rel="shortcut icon" href="/favicon.ico?v=20150406" />
<!-- Style -->
<link href='/css/outerspace.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="sidebar">
<div class="container sidebar-sticky">
<img class="avatar" id="about-photo" src="/img/ariejan-150.jpg" />
<h1><a href="/">ariejan <span>de vroom</span></a></h1>
<div id='stack'>
Father, software engineer, electronics tinkerer, audiophile and music lover.
</div>
<nav>
<ul>
<li><a href="/2017/02/08/bitcoin-mining-anno-2017">Bitcoin Mining Anno 2017</a> <span class="recommended">latest</span></li>
</ul>
</nav>
<nav>
<ul>
<li><a href="/">blog</a></li>
<li><a href="/recommendations">book recommendations</a></li>
<li><a href="/gpg">gpg</a></li>
<li><a href="/about">about</a></li>
</ul>
</nav>
<p><small>
Copyright © 1996 {{now.Format "2006"}} {{ .Site.Copyright }}
</small></p>
</div>
</div>
<div class="content">
<div class="alert">
Ariejan.net has moved and is now available at <a href="https://www.devroom.io">https://www.devroom.io</a>
</div>