generated from inherentlee/11ty
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
title: "District Dharma Collective",
|
title: "District Dharma Collective",
|
||||||
description: "Homepage for the District Dharma Collective out of DC",
|
description: "Homepage for the District Dharma Collective out of DC",
|
||||||
url: "districtdharma.org",
|
url: "https://districtdharma.org",
|
||||||
author: "Lee Cattarin",
|
author: "Lee Cattarin",
|
||||||
};
|
};
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
<meta property="og:description" content="{{ metadata.description }}" />
|
<meta property="og:description" content="{{ metadata.description }}" />
|
||||||
|
|
||||||
<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="/img/logo-light.png" />
|
<meta property="og:image" content="{{ metadata.url }}/img/logo-light.png" />
|
||||||
<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 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