summaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-02 20:04:59 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-02 20:04:59 -0700
commit8f187c573954b6c8d1650ac33a164c52e032ac16 (patch)
treec605d0cf51d272393006e5486bfdc24984cf801f /_includes/header.html
parentUpdate some posts to make the tests pass. (diff)
downloadlumberjaph-8f187c573954b6c8d1650ac33a164c52e032ac16.tar.gz
Stop using Jekyll.
Moving away from Jekyll to Hugo. This commit clean up the old files to prepare for the migration.
Diffstat (limited to '')
-rw-r--r--_includes/header.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/_includes/header.html b/_includes/header.html
deleted file mode 100644
index f3fcf59..0000000
--- a/_includes/header.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<meta charset="utf-8"/>
-
-<title>{{ page.title }}</title>
-
-<meta name="description" content="{{ page.summary }}">
-<meta name="author" content="Franck Cuny">
-<meta name="copyright" content="© Copyright 2008 to Present">
-
-<meta name="google-site-verification" content="zkHWYduyqP8GQs4IK3ltrU0pnVq4Eq8zpN91PUA34dI" />
-
-<meta name="viewport" content="width=device-width, initial-scale=1">
-
-<meta name="twitter:account_id" content="14234966">
-<meta name="twitter:card" content="summary">
-<meta name="twitter:creator" content="@franckcuny"/>
-<meta name="twitter:site" content="@franckcuny"/>
-<meta name="twitter:title" content="{{ page.title }}"/>
-<meta name="twitter:domain" content="lumberjaph.net">
-<meta name="twitter:description" content="{{ page.summary }}">
-<meta name="twitter:url" content="{{ page.url }}">
-
-<link href="//fonts.googleapis.com/css?family=Lora" rel="stylesheet">
-<link href='//fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
-<link rel="stylesheet" href="/static/css/style.css" type="text/css"/>
-
-<link rel="canonical" href="//lumberjaph.net{{ page.url | replace:'index.html','' }}" />