Skip to content

Commit

Permalink
[hotfix][docs] whitespace fixes
Browse files Browse the repository at this point in the history
With these, Jekyll 4.0.0 renders the exact same HTML pages as 4.0.0.pre.beta1,
except for some further improvements in the syntax highlighting.
  • Loading branch information
NicoK authored and zentol committed Nov 20, 2019
1 parent 4920199 commit 254663e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/sidenav.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
{%- capture target -%}"{{ site.baseurl }}{{ this.url }}"{%- if active %} class="active"{%- endif -%}{%- endcapture -%}
{%- capture overview_target -%}"{{ site.baseurl }}{{ this.url }}"{%- if this.url == page.url -%} class="active"{%- endif -%}{%- endcapture -%}

{% if this.section-break %}<hr class="section-break"></hr>{% endif %}
{% if this.section-break %}<hr class="section-break"></hr>{% endif -%}

{%- assign pos = pos | plus: 1 -%}
{%- if this.nav-id -%}
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/plain.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<ol class="breadcrumb">
{%- for p in active_pages %}
{% capture title %}{% if p.nav-title %}{{ p.nav-title }}{% else %}{{ p.title }}{% endif %}{% endcapture %}
{% capture title %}{% if p.nav-title %}{{ p.nav-title }}{% else %}{{ p.title }}{% endif %}{% endcapture -%}
{%- if forloop.last == true %}
<li class="active">{{ title }}</li>
{%- elsif p.nav-show_overview %}
Expand Down

0 comments on commit 254663e

Please sign in to comment.