This commit is contained in:
thepaperpilot 2016-01-20 14:08:47 -06:00
commit 9e18a5eea8
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,7 @@
{% for project in site.projects %}
{% for page in site.pages %}
{% if page.short == project %}
<li><a href="{{ project.permalink }}">{{ project.title }}</a></li>
<li><a href="/{{ page.short }}">{{ page.title }}</a></li>
{% endif %}
{% endfor %}
{% endfor %}

View file

@ -11,7 +11,6 @@ I have experience with ActionScript, Bash script, CSS, HTML, Java, JavaScript, P
[Download my Resume](https://drive.google.com/uc?export=download&id=0B4xCmMA9eS2jZExWTGhtbS1nT0k)
**Projects**
<div id="projects" style="overflow: hidden;">
{% for project in site.projects %}
{% for page in site.pages %}