forked from robert/robertjohnson.work
Improve liquid logic
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user