devroom.io/layouts/partials/header.html

63 lines
2.5 KiB
HTML
Raw Normal View History

2015-03-26 11:28:08 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta content='text/html;charset=utf-8' http-equiv='content-type'>
2016-08-11 08:18:23 +00:00
<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 }}
2015-03-26 11:28:08 +00:00
<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 content='3bgidck6YUMyx-kvL_a8E4ry0DJOAIOYaZkZxQ0kZw4' name='google-site-verification'>
<!-- OpenID -->
2015-12-11 15:19:49 +00:00
<link href='https://ariejan.wordpress.com/?openidserver=1' rel='openid.server'>
<link href='https://ariejan.wordpress.com/' rel='openid.delegate'>
2015-03-26 11:28:08 +00:00
<!-- RSS -->
2015-03-26 13:52:21 +00:00
<link href='http://feeds.feedburner.com/ariejan' rel='alternate' title='RSS' type='application/rss+xml'>
2015-03-26 11:28:08 +00:00
2015-04-07 09:23:21 +00:00
<!-- Icons -->
<link rel="shortcut icon" href="/favicon.ico?v=20150406" />
2015-04-07 09:07:32 +00:00
<!-- Style -->
2015-03-26 11:28:08 +00:00
<link href='/css/outerspace.css' rel='stylesheet' type='text/css'>
</head>
<body>
2016-02-16 20:42:17 +00:00
<div class="container">
<header class="header">
<a href="/"><h1>ariejan <span>de vroom</span></h1></a>
<nav class="main">
<ul class="nav">
<li><a href="/">blog</a></li>
2016-08-22 13:49:23 +00:00
<li><a href="/recommendations">recommendations</a></li>
2016-02-16 20:42:17 +00:00
<li><a href="/talks">talks</a></li>
<li><a href="/gpg">gpg</a></li>
<li><a href="/about">about</a></li>
</ul>
</nav>
</header>
2016-08-22 11:02:47 +00:00
</div>
<div class="container" id="main-content">