Edit home page headings

- Add the appropriate `id` attribute for each heading.
- Change "Latest Blog Posts" to "Blog Posts".
This commit is contained in:
Foster Hangdaan 2023-11-28 16:20:49 -05:00
parent 77176396b7
commit 2ca0e73108
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -20,14 +20,14 @@ export default function({ nav }) {
You'll most likely find me within <a href="https://code.fosterhangdaan.com">my lab</a> tinkering with my inventions and the latest JavaScript frameworks.
Other times, I help in the battle for an open web and for user privacy by contributing in the development of free and open-source software.
</p>
<h2>Contact Me</h2>
<h2 id="contact-me">Contact Me</h2>
<p>
The best method of reaching me is through my email: <a href="mailto:foster@hangdaan.email">foster@hangdaan.email</a>.
</p>
<p>
If you'd like an encrypted response, you can send me your GPG public key. You can find mine in the <a href="/gpg-key">GPG Key</a> page.
</p>
<h2>Projects</h2>
<h2 id="projects">Projects</h2>
<ul>
<li>
<a href="https://code.fosterhangdaan.com/foster/grub-themes">GRUB Themes</a> &mdash; collection of themes for the GRand Unified Bootloader
@ -48,7 +48,7 @@ export default function({ nav }) {
<p>
<a href="https://code.fosterhangdaan.com/foster?tab=repositories">View all projects</a>
</p>
<h2>Latest Blog Posts</h2>
<h2 id="blog-posts">Blog Posts</h2>
<ul>
{nav.menu("/blog/posts").children.sort(sortPosts).slice(0,3).map(post => (
<li>