Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
areyde committed Dec 8, 2024
1 parent 86bbbcf commit 78e9e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3 class="archive__item-title" itemprop="headline" style="line-height: 150%; ma
{% 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 %}
[{{ post.counter_id }}] <a href="{{ base_path }}{{ post.url }}" style="color:#992017;" rel="permalink">{{ title }}</a> {% if post.language %}<span style="color:#888888;"> (in {{ post.language }})</span>{% endif %}
[{{ post.counter_id }}] <a href="{{ base_path }}{{ post.url }}" style="color:#992017; white-space: nowrap; display: block;" rel="permalink">{{ title }}</a> {% if post.language %}<span style="color:#888888;"> (in {{ post.language }})</span>{% endif %}
{% endif %}

</h3>
Expand All @@ -41,7 +41,7 @@ <h3 class="archive__item-title" itemprop="headline" style="line-height: 150%; ma
{% 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 %}
[{{ post.counter_id }}] <a href="{{ base_path }}{{ post.url }}" style="color:#992017;" rel="permalink">{{ title }}</a> {% if post.language %}<span style="color:#888888;"> (in {{ post.language }})</span>{% endif %}
[{{ post.counter_id }}] <a href="{{ base_path }}{{ post.url }}" style="color:#992017; white-space: nowrap; display: block;" rel="permalink">{{ title }}</a> {% if post.language %}<span style="color:#888888;"> (in {{ post.language }})</span>{% endif %}
{% endif %}

</h3>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="page__inner-wrap">
{% unless page.header.overlay_color or page.header.overlay_image %}
<header>
{% if page.title %}<h1 class="page__title" itemprop="headline" style="line-height: 120%; white-space: nowrap;">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}{% if page.language %}<span style="color:#888888;"> (in {{ page.language }})</span>{% endif %}</h1>{% endif %}
{% if page.title %}<h1 class="page__title" itemprop="headline" style="line-height: 120%; white-space: nowrap; display: block;">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}{% if page.language %}<span style="color:#888888;"> (in {{ page.language }})</span>{% endif %}</h1>{% endif %}
{% if page.read_time %}
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
{% endif %}
Expand Down

0 comments on commit 78e9e7c

Please sign in to comment.