metadata
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-08-26 16:39:56 -07:00
parent 75d83a70c6
commit d5ea28fb25
2 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
export default {
title: "District Dharma Collective",
description: "",
url: "",
description: "Homepage for the District Dharma Collective out of DC",
url: "districtdharma.org",
author: "Lee Cattarin",
};
+3 -6
View File
@@ -13,15 +13,12 @@
<meta name="robots" content="index,follow" />
<meta property="og:title" content="{{ pageTitle }}" />
<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 }}" />
{#
<link rel="alternate" href="/feed.xml" type="application/atom+xml" title="{{ metadata.title }}">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta property="og:image" content="" />
<meta property="og:image:alt" content="" />
#}
<meta property="og:image" content="/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 name="generator" content="{{ eleventy.generator }}">