generated from inherentlee/11ty
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
title: "District Dharma Collective",
|
title: "District Dharma Collective",
|
||||||
description: "",
|
description: "Homepage for the District Dharma Collective out of DC",
|
||||||
url: "",
|
url: "districtdharma.org",
|
||||||
author: "Lee Cattarin",
|
author: "Lee Cattarin",
|
||||||
};
|
};
|
||||||
|
|||||||
+3
-6
@@ -13,15 +13,12 @@
|
|||||||
<meta name="robots" content="index,follow" />
|
<meta name="robots" content="index,follow" />
|
||||||
<meta property="og:title" content="{{ pageTitle }}" />
|
<meta property="og:title" content="{{ pageTitle }}" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="/" />
|
<meta property="og:url" content="{{ metadata.url }}{{ page.url }}" />
|
||||||
<meta property="og:description" content="{{ metadata.description }}" />
|
<meta property="og:description" content="{{ metadata.description }}" />
|
||||||
|
|
||||||
{#
|
|
||||||
<link rel="alternate" href="/feed.xml" type="application/atom+xml" title="{{ metadata.title }}">
|
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
<meta property="og:image" content="" />
|
<meta property="og:image" content="/img/logo-light.png" />
|
||||||
<meta property="og:image:alt" content="" />
|
<meta property="og:image:alt" content="the district dharma logo, which depicts a stylized lotus flower under 3 dots, surrounded by an upper and lower curve, in two shades of blue" />
|
||||||
#}
|
|
||||||
|
|
||||||
<meta name="generator" content="{{ eleventy.generator }}">
|
<meta name="generator" content="{{ eleventy.generator }}">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user