diff options
| author | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-14 18:07:00 -0500 |
|---|---|---|
| committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-14 18:07:00 -0500 |
| commit | 4eb633a0bd5dffab6cd6d062482154688c26d2f8 (patch) | |
| tree | 8f26181fa5bbfa381829676b7dad105460217218 | |
| parent | 61768d4bdd9a6a78f306ceb31dd48ef2a5a04b0d (diff) | |
| download | personal-website-4eb633a0bd5dffab6cd6d062482154688c26d2f8.tar.xz personal-website-4eb633a0bd5dffab6cd6d062482154688c26d2f8.zip | |
fix projects section id
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ </li>
</ul>
</section>
- <section class="projects">
+ <section id="Projects">
<h1>Projects</h1>
<p>Personal projects I've created in my free time. Source code for these projects are hosted on my personal <a href="https://git.dbolger.dev">cgit</a> instance.</p>
<li class="project">
|
