i lost track of what I changed I swear the git commits will be better

This commit is contained in:
CJSatnarine
2025-03-22 23:55:35 -04:00
parent 3661438008
commit fdcee34f41
22 changed files with 120 additions and 93 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h1 id="junior_animator" class="title">
<h1 id="adventuring_animator" class="title">
{{ section.title }}
</h1>

View File

@@ -5,6 +5,6 @@
{{ page.title }}
</h1>
<h3 id="subtitle" class="subtitle"><strong>{{ page.date }}</strong></h3>
{{ page.content | safe }}
<h3 id="subtitle" class="subtitle"><strong>{{ page.authors }} | {{ page.date }} </strong></h3>
{{ page.content | safe }}
{% endblock content %}

View File

@@ -12,7 +12,7 @@
<li><a id="aspiring_graphics_programmer" href="{{ get_url(path='@/projects/aspiring_graphics_programmer/_index.md') }}">aspiring graphics programmer</a></li>
<li><a id="amateur_linguist" href="{{ get_url(path='@/projects/amateur_linguist/_index.md') }}">amateur linguist</a></li>
<li><a id="wannabe_game_developer" href="{{ get_url(path='@/projects/wannabe_game_developer/_index.md') }}">wannabe game developer</a></li>
<li><a id="junior_animator" href="{{ get_url(path='@/projects/junior_animator/_index.md') }}">junior animator</a></li>
<li><a id="adventuring_animator" href="{{ get_url(path='@/projects/adventuring_animator/_index.md') }}">adventuring animator</a></li>
<li><a id="music_enjoyer" href="{{ get_url(path='@/projects/music_enjoyer/_index.md') }}">music enjoyer</a></li>
</ul>