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 f1b8c7a commit 31cf7f6
Showing 1 changed file with 1 addition and 1 deletion.
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">{{ 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: 150%;">{{ 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 31cf7f6

Please sign in to comment.