mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 10:55:31 -04:00
very, very rudimentary transition to Hugo
This commit is contained in:
36
layouts/partials/header.html
Normal file
36
layouts/partials/header.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
{{"<!--\n ,,, ,,,\n ;' ^; ;' ',\n ; s$$$$$s ;\n , ss$$$$$$$ss ,'\n ;$$$$$$$$$$$$$$$$\n $$$$$$$$$$$$$$$$$$ Hello friend. :)\n $$$$$'''$$$'''$$$$$$\n $$$$$ p'$$$'q $$$$$ https://jarv.is/humans.txt\n $$$$ .$$$$$. $$$$\n $$$$$$$$$$$$$$$$$\n '$$$$'*'$$$$'\n '$$.$$'\n-->" | safeHTML}}
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Jake Jarvis – Web & Mobile Developer in Boston, MA</title>
|
||||
<meta name="description" content="I'm a 26-year-old web and mobile entrepreneur living in Boston, Massachusetts.">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta property="og:title" content="Jake Jarvis — Web & Mobile Developer in Boston, MA">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://jarv.is/">
|
||||
<meta property="og:description" content="I'm a 26-year-old web and mobile entrepreneur living in Boston, Massachusetts.">
|
||||
<meta property="og:image" content="https://jarv.is/me.jpg">
|
||||
<meta property="fb:admins" content="1329090853">
|
||||
<meta property="twitter:account_id" content="229769022">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:creator" content="@jakejarvis">
|
||||
<meta name="twitter:title" content="Jake Jarvis — Web & Mobile Developer in Boston, MA">
|
||||
<meta name="twitter:url" content="https://jarv.is/">
|
||||
<meta name="twitter:description" content="I'm a 26-year-old web and mobile entrepreneur living in Boston, Massachusetts.">
|
||||
<meta name="twitter:image" content="https://jarv.is/me.jpg">
|
||||
<link rel="canonical" href="https://jarv.is/">
|
||||
<link rel="icon" type="image/png" href="favicon-128.png" sizes="128x128">
|
||||
<link rel="icon" type="image/png" href="favicon-96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="favicon-64.png" sizes="64x64">
|
||||
<link rel="icon" type="image/png" href="favicon-48.png" sizes="48x48">
|
||||
<link rel="icon" type="image/png" href="favicon-32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="favicon-16.png" sizes="16x16">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="preload" href="fonts/open-sans-light.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="author" href="https://plus.google.com/+JakeJarvis/posts">
|
||||
<link rel="author" href="humans.txt">
|
||||
</head>
|
||||
<body>
|
Reference in New Issue
Block a user