Skip to content

Commit

Permalink
Testing leading
Browse files Browse the repository at this point in the history
  • Loading branch information
areyde committed Oct 20, 2024
1 parent 7d1c86e commit d129823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

{% if post.collection == 'publications' or post.collection == 'publicationsphysics' %}
{% if post.status == "preprint" %}
<h3 class="archive__item-title" itemprop="headline" style="line-height: 50%; margin-bottom:-15px">
<h3 class="archive__item-title" itemprop="headline" style="line-height: 100%; margin-bottom:-15px">
{% if post.link %}
[{{ post.counter_id }}] <a href="{{ post.link }}" style="color:#992017;">{{ title }}</a> <a href="{{ base_path }}{{ post.url }}" style="color:#992017;" rel="permalink"><i class="fa fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
{% else %}
Expand All @@ -37,7 +37,7 @@ <h3 class="archive__item-title" itemprop="headline" style="line-height: 50%; mar

</h3>
{% else %}
<h3 class="archive__item-title" itemprop="headline" style="line-height: 50%; margin-bottom:-15px;">
<h3 class="archive__item-title" itemprop="headline" style="line-height: 100%; margin-bottom:-15px;">
{% if post.link %}
[{{ post.counter_id }}] <a href="{{ post.link }}" style="color:#992017;">{{ title }}</a> <a href="{{ base_path }}{{ post.url }}" rel="permalink"><i class="fa fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
{% else %}
Expand All @@ -47,7 +47,7 @@ <h3 class="archive__item-title" itemprop="headline" style="line-height: 50%; mar
</h3>
{% endif %}
{% else %}
<h3 class="archive__item-title" itemprop="headline" style="line-height: 50%; margin-bottom:-15px;">
<h3 class="archive__item-title" itemprop="headline" style="line-height: 100%; margin-bottom:-15px;">
{% if post.link %}
<a href="{{ post.link }}">{{ title }}</a> <a href="{{ base_path }}{{ post.url }}" rel="permalink"><i class="fa fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
{% else %}
Expand Down

0 comments on commit d129823

Please sign in to comment.