diff options
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 56ba293..d38e8c6 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -148,7 +148,9 @@ <div class="five texts"> <span>{{ project.year }}</span> <span>{{ project.client }}</span> - <span>{% if project.alternateTitle %}{{ project.alternateTitle }}{% else %}{{ project.title }}{% endif %}</span> + <span>{% if project.alternateTitle %}{{ project.alternateTitle }}{% else %}{{ project.title }}{% endif %} + <a href="{{project.link}}" class="projectLink">Launch Site</a> + </span> <span> <ul> {% assign categories = project.NatureOfWork | newline_to_br | split: '<br />' %} |
