Skip to content

Commit

Permalink
Fixed 404 URL on Landing Page
Browse files Browse the repository at this point in the history
/lists/link-tree.html should've been /list/link-tree.html
  • Loading branch information
Steve0Greatness committed May 6, 2024
1 parent 2207fa1 commit 928f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
{% block content %}
<h1>Steve0Greatness</h1>
<p>Hey there! I'm <i>Steve0Greatness</i>(<a href="/blog/name.html">About my username</a>). Welcome to my website!</p>
<p>I'm a <i>human being</i> with an interest in full-stack web-dev. I'm also a proponent for <dfn id="floss"><abbr title="Free/Libre Open Source Software">FLOSS</abbr></dfn>. Despite this, I have a really bad hoarding problem, specifically for accounts on random websites I visit once every 5 years; because of this, I have a list of these: <a href="/lists/link-tree.html">link tree</a>.</p>
<p>I'm a <i>human being</i> with an interest in full-stack web-dev. I'm also a proponent for <dfn id="floss"><abbr title="Free/Libre Open Source Software">FLOSS</abbr></dfn>. Despite this, I have a really bad hoarding problem, specifically for accounts on random websites I visit once every 5 years; because of this, I have a list of these: <a href="/list/link-tree.html">link tree</a>.</p>
{% endblock %}

0 comments on commit 928f517

Please sign in to comment.