Skip to content

Commit 783959b

Browse files
committed
Run prettier, fix candidate link
1 parent 47c15a0 commit 783959b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BlogPostTitleHeader.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { title, formattedDate, datetime, author } = Astro.props
1010
<span aria-hidden="true">·</span>
1111
<span class="authors">By {author}</span>
1212
</div>
13-
<h1 id="_top" set:html={title}></h1>
13+
<h1 id="_top" set:html={title} />
1414
</header>
1515

1616
<style>

src/content/blog/v4-2-0-release-candidate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: v4.2.0 Release Candidate
33
metaDescription: Early access to ArchivesSpace v4.2.0-RC1 is now available. Download the release candidate or test it on a live server and help validate changes before the official launch.
4-
teaser: ArchivesSpace <a href="https://github.com/archivesspace/archivesspace/releases/tag/v4.2.0-RC1](https://github.com/archivesspace/archivesspace/releases/tag/v4.2.0-RC1">v4.2.0-RC1</a> has landed for early testing. Test it via download or on a <a href="http://rebranch.archivesspace.org/staff">live server</a> to see what’s coming before the official release.
4+
teaser: ArchivesSpace <a href="https://github.com/archivesspace/archivesspace/releases/tag/v4.2.0-RC1">v4.2.0-RC1</a> has landed for early testing. Test it via download or on a <a href="http://rebranch.archivesspace.org/staff">live server</a> to see what’s coming before the official release.
55
pubDate: 2026-03-20
66
authors:
77
- Brian Zelip

0 commit comments

Comments
 (0)