diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-04 17:55:31 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-04 17:55:31 -0400 |
| commit | 02284e82d3965ce692e5e302b7941c78fa00eb19 (patch) | |
| tree | acedf1e061aea05d6e81b524479fc820714c09f6 /templates | |
| parent | 51489db489d89148f3fa158d0b332cbd866cf75b (diff) | |
adding launch site button
Diffstat (limited to 'templates')
| -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 />' %} |
