Skip to content

Commit

Permalink
Header fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
VDeltaGabriel committed Sep 4, 2024
1 parent 711d51a commit 871299e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ <h1>404</h1>
<img class="post-photo" src="assets/misc/404.gif"/>
<blockquote>
If it's death you're after, you've come to the right place.
<footer>Carver</footer>
<footer>~Carver</footer>
</blockquote>
</div>
1 change: 1 addition & 0 deletions website/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
{%- endif -%}
{%- endfor -%}
<a class="page-link" href="/#how-it-all-began">Members</a>
<a class="page-link" href="/#new-members">Hiring</a>
</div>
</nav>
Expand Down
2 changes: 2 additions & 0 deletions website/_includes/header_parallax.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
{%- endif -%}
{%- endfor -%}
<a class="page-link" href="/#how-it-all-began">Members</a>
<a class="page-link" href="/#new-members">Hiring</a>
</div>
</nav>
{%- endif -%}
Expand Down
2 changes: 1 addition & 1 deletion website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ We are in need of a:

{% else %}

For now we're not in a need of anything in particular, but you may send a message to [pabilo@iiteam.net](mailto:pabilo@iiteam.net) to see how you can help.
For now we're not in a need of anything in particular, but you may send a message to [team@iiteam.net](mailto:team@iiteam.net) to see how you can help.

{% endif %}

Expand Down

0 comments on commit 871299e

Please sign in to comment.