Edit home page headings
- Add the appropriate `id` attribute for each heading. - Change "Latest Blog Posts" to "Blog Posts".
This commit is contained in:
parent
77176396b7
commit
2ca0e73108
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
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.
|
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>
|
</p>
|
||||||
<h2>Contact Me</h2>
|
<h2 id="contact-me">Contact Me</h2>
|
||||||
<p>
|
<p>
|
||||||
The best method of reaching me is through my email: <a href="mailto:foster@hangdaan.email">foster@hangdaan.email</a>.
|
The best method of reaching me is through my email: <a href="mailto:foster@hangdaan.email">foster@hangdaan.email</a>.
|
||||||
</p>
|
</p>
|
||||||
<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.
|
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>
|
</p>
|
||||||
<h2>Projects</h2>
|
<h2 id="projects">Projects</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://code.fosterhangdaan.com/foster/grub-themes">GRUB Themes</a> — collection of themes for the GRand Unified Bootloader
|
<a href="https://code.fosterhangdaan.com/foster/grub-themes">GRUB Themes</a> — collection of themes for the GRand Unified Bootloader
|
||||||
|
@ -48,7 +48,7 @@ export default function({ nav }) {
|
||||||
<p>
|
<p>
|
||||||
<a href="https://code.fosterhangdaan.com/foster?tab=repositories">View all projects</a>
|
<a href="https://code.fosterhangdaan.com/foster?tab=repositories">View all projects</a>
|
||||||
</p>
|
</p>
|
||||||
<h2>Latest Blog Posts</h2>
|
<h2 id="blog-posts">Blog Posts</h2>
|
||||||
<ul>
|
<ul>
|
||||||
{nav.menu("/blog/posts").children.sort(sortPosts).slice(0,3).map(post => (
|
{nav.menu("/blog/posts").children.sort(sortPosts).slice(0,3).map(post => (
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue