fix some head content and fix image for page template

This commit is contained in:
2026-05-13 11:00:43 -07:00
parent 3955025759
commit a2b0055a54
3 changed files with 6 additions and 5 deletions

View File

@ -19,17 +19,17 @@
{#
<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="/assets/img/logo.jpg" />
<meta property="og:image:alt" content="block print in black and orange of a rufous hummingbird in flight with tail flared. the hummingbird holds a banner that reads 'become ungovernable.'" />
<meta property="og:image" content="" />
<meta property="og:image:alt" content="" />
#}
<meta name="generator" content="{{ eleventy.generator }}">
{#
<!-- CSS -->
<style>{% include "css/main.css" %}</style>
<style>{% getBundle "css" %}</style>
{#
<!-- JS -->
<script type="module">{% getBundle "js" %}</script>
#}