devroom.io/layouts.backup/partials/header.html

63 lines
2.5 KiB
HTML

<!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/style.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="sidebar">
<h1><a href="/">ariejan <span>de vroom</span></a></h1>
<div id='stack'>
Father, software engineer, electronics tinkerer, audiophile, and proponent of the Oxford comma.
</div>
<nav>
<ul>
<li><a href="/">Blog</a></li>
<li><a href="/categories/audio-repair">Audio Repair</a></li>
<li><a href="/categories/electronics">Electronics</a></li>
<li><a href="/gpg">GPG</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
</div><!-- sidebar -->
<div class="content">