diff options
author | Alex Scerba <alex@scerba.org> | 2024-09-23 14:17:37 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-09-23 14:17:37 -0400 |
commit | 7ec5fe98429d746995665a22dd52b24b0f242721 (patch) | |
tree | b9a06083dbad3a76126a3466ded0300d1706654f /html | |
parent | cc982e0b5608b657c8fc8b37b786c7300d22852c (diff) |
Add ids for archive and extended archive
Diffstat (limited to 'html')
-rw-r--r-- | html/blog.tmpl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/blog.tmpl.html b/html/blog.tmpl.html index d79c3e2..cabf63e 100644 --- a/html/blog.tmpl.html +++ b/html/blog.tmpl.html @@ -474,7 +474,7 @@ OS: FreeBSD 14.1 (ZFS) <p><b>Created:</b> 2024-01-09</p>
</article>
<hr style="margin-top: 2rem; border-top: 3em solid black;">
- <article>
+ <article id="archive">
<h2 style="color: rgb(190, 190, 190);">Archive</h2>
<p>Works from my last revision of scerba.org</p>
</article>
@@ -674,7 +674,7 @@ EK Fluid Gaming custom loop kit </article>
<hr style="margin-top: 2rem; border-top: 3em solid black;">
<div class="main-bg" style="margin-top: 1.75rem;">
- <h2 class="article-h2">Extended Archive</h2>
+ <h2 class="article-h2" id="extended-archive">Extended Archive</h2>
<p>See my original blog at <a href="https://old.scerba.org/html/blog.html" target="_blank" rel="noopener noreferrer">old.scerba.org</a></p>
</div>
</section>
|