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
parent
593516fd22
commit
7d6d695f39
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue