Add meta descriptions, fix blog post time for uses post
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m16s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m16s
This commit is contained in:
parent
c92f8d97cb
commit
d45d5fec0d
@ -32,12 +32,14 @@
|
||||
<link rel="me" href="https://social.lol/@lewis">
|
||||
<link rel="me" href="https://github.com/LewisDaleUK">
|
||||
|
||||
<link rel="canonical" href="{{ metadata.site.url }}{{ page.url }}">
|
||||
<link rel="webmention" href="https://webmention.io/lewisdale.dev/webmention">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="generator" content="eleventy">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
|
||||
<meta name="author" content="{{ metadata.author.name }}">
|
||||
<meta name="description" content="{{ description }}">
|
||||
<meta name="description" content="{{ excerpt if excerpt else description }}">
|
||||
{% ogImage "./src/_includes/components/ogImage.njk", { title: pageTitle or title, subTitle: description } %}
|
||||
</head>
|
||||
<body>
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Adding some slashpages"
|
||||
date: "2024-05-23T09:09:00Z"
|
||||
date: "2024-05-23T07:41:00Z"
|
||||
excerpt: "Inspired by the release of slashpages.net, I've added a couple to my blog"
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user