Tweaks here and there

This commit is contained in:
Nathan Schneider
2019-01-07 16:02:57 -07:00
parent 436d4174b9
commit 5a3c91a184
24 changed files with 125 additions and 168 deletions

View File

@ -5,7 +5,7 @@ permalink: /projects/
---
{% for project in site.projects %}
### <a href="{{ project.url }}">{{ project.title }}</a>
### <a href="{{ project.url | relative_url }}">{{ project.title }}</a>
<p style="padding-bottom:1.5em;">{{ project.summary }}</p>