index: Remove Projects, Photos links for now

Having links that go nowhere on the front page probably isn't a good
idea.  I'll add them back when I get those sections made.
pull/1/head
Dustin 2022-05-19 17:01:19 -05:00
parent 593516fd22
commit 7d6d695f39
1 changed files with 0 additions and 12 deletions

View File

@ -24,23 +24,11 @@ Curriculum Vitae
</a> </a>
</div> </div>
<div class="link"> <div class="link">
<a href="{{ get_url(path='/projects') }}">
{{ load_data(path='static/bug.svg') | safe }}
Projects
</a>
</div>
<div class="link">
<a href="{{ get_url(path='/blog') }}"> <a href="{{ get_url(path='/blog') }}">
{{ load_data(path='static/post.svg') | safe }} {{ load_data(path='static/post.svg') | safe }}
Blog Blog
</a> </a>
</div> </div>
<div class="link">
<a href="{{ get_url(path='/gallery') }}">
{{ load_data(path='static/image.svg') | safe }}
Photos
</a>
</div>
</div> </div>
</section> </section>
{% endblock %} {% endblock %}