Skip to content

Commit

Permalink
Update landings_list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 30, 2024
1 parent 8a21640 commit af35436
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/landings_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% if landing.github %}
<a href="{{ landing.github }}" target="_blank">
{% else %}
<a href="{{ landing.url | prepend: site.baseurl }}">
<a href="{{ landing.url | prepend: site.baseurl }}" target="_blank">
{% endif %}
<div class="row__title">
{{ landing.title }}
Expand All @@ -36,8 +36,8 @@
<legend><a href="{{ landing.github }}" target="_blank">{{ landing.title }}.jpg</a></legend>
<a href="{{ landing.github }}" target="_blank"><img class="row__img" src="{{ landing.img }}" alt="{{ landing.title }}"></a>
{% else %}
<legend><a href="{{ landing.url | prepend: site.baseurl }}">{{ landing.title }}.jpg</a></legend>
<a href="{{ landing.url }}"><img class="row__img" src="{{ landing.img }}" alt="{{ landing.title }}"></a>
<legend><a href="{{ landing.url | prepend: site.baseurl }}" target="_blank">{{ landing.title }}.jpg</a></legend>
<a href="{{ landing.url }}" target="_blank"><img class="row__img" src="{{ landing.img }}" alt="{{ landing.title }}"></a>
{% endif %}
</fieldset>
</div>
Expand Down

0 comments on commit af35436

Please sign in to comment.