Skip to content

Commit f551c7c

Browse files
author
Ivan Stegic
committed
Fix error of missing percent
1 parent 42055a0 commit f551c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1 class="post-title">{{ page.title | escape }}</h1>
2121
<div class="progress-bar">
2222
<div class="progress-bar-section is-read"></div>
2323

24-
{%- if page.url == '/' -}
24+
{%- if page.url == '/' -%}
2525
{% assign is_read = false %}
2626
{% else %}
2727
{% assign is_read = true %}

0 commit comments

Comments
 (0)