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 6f6a3e6 commit ffcecb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/landings_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ul class="rows">
<li class="row__cols">
<div class="row__title">
Title
Projects
</div>
<div class="row__year">
Year
Expand All @@ -12,7 +12,7 @@
{% if landing.category == 'landings' %}
<li class="row__post">
{% if landing.github %}
<a href="{{ landing.github }}">
<a href="{{ landing.github }}" target="_blank">
{% else %}
<a href="{{ landing.url | prepend: site.baseurl }}">
{% endif %}
Expand All @@ -28,8 +28,8 @@
<div class="tui-image-window">
<fieldset class="tui-fieldset">
{% if landing.github %}
<legend><a href="{{ landing.github }}">{{ landing.title }}.jpg</a></legend>
<a href="{{ landing.github }}"><img class="row__img" src="{{ landing.img }}" alt="{{ landing.title }}"></a>
<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>
Expand Down

0 comments on commit ffcecb8

Please sign in to comment.