fix og metadata
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-14 10:30:29 -07:00
parent aaa1c48b54
commit 857ae39afe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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 }}">