Files
ally/themes/ally/layouts/partials/head.html
Madison Scott-Clary c448d64149 OG stuff
2019-08-11 15:12:18 -07:00

15 lines
593 B
HTML

<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<title>ally</title>
<meta property="og:title" content="ally" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://ally.drab-makyo.com/og-logo.png" />
<meta property="og:url" content="{{ .Permalink }}" />
<meta property="og:description" content="ally is an ergodic autobiographical project for Madison Scott-Clary" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/css/main.css" />
</head>