Improve liquid logic

This commit is contained in:
Nelson Estevão
2018-07-25 17:40:47 +01:00
parent 79e952b8aa
commit 4c89fecc25
13 changed files with 221 additions and 171 deletions

View File

@ -18,7 +18,9 @@
{% for project in site.data.data.projects.projects %}
<div class="item">
<span class="project-title"><a href="{{ project.link }}">{{ project.title }}</a></span>
<span class="project-title">
<a href="{{ project.link }}">{{ project.title }}</a>
</span>
{% if project.tagline %}
- <span class="project-tagline">{{ project.tagline }}</span>