update
This commit is contained in:
@@ -64,7 +64,7 @@ const canonicalBlogUrl = new URL('blog', Astro.site)
|
||||
<ul>
|
||||
{ posts.filter(matchesYear(year)).sort(sortByPubDateDescending).map(post => (
|
||||
<li class="h-entry">
|
||||
<a class="u-url p-name" href={`/blog/${post.slug}`}>{post.data.title}</a>.
|
||||
<a class="u-url p-name" href={`/blog/${post.id}`}>{post.data.title}</a>.
|
||||
<Fragment set:html={post.data.description} />
|
||||
Added: <FormattedDate date={post.data.pubDate} />
|
||||
</li>
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
<a href="https://www.facebook.com/joe.carstairs.5" rel="me">Facebook</a>,
|
||||
<a href="https://mastodon.social/@joe_carstairs" rel="me">Mastodon</a>,
|
||||
<a href="https://www.linkedin.com/in/joe-carstairs-0aa936277" rel="me">LinkedIn</a>,
|
||||
<a href="https://bsky.app/profile/joeacarstairs.bsky.social" rel="me">BlueSky</a>,
|
||||
or <a href="https://github.com/joeacarstairs" rel="me">GitHub</a>.
|
||||
</small>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user