Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-22 13:29:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-22 13:44:25 +0300
commitcf0a8c4f2e92241de6cb727dc94e3b1dae27a3ca (patch)
treec2b70f979fee62182e01a0a6adfad3c687edc30b
parent45943f3efc205fd41f40998e347dd5837b63ae54 (diff)
Remove unneeded var.
-rw-r--r--_includes/masthead.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_includes/masthead.html b/_includes/masthead.html
index d221bcd..d668f4a 100644
--- a/_includes/masthead.html
+++ b/_includes/masthead.html
@@ -13,8 +13,7 @@
<a class="nav-link{% if page.title == "Home" %} nav-link-active{% endif %}" href="/">Home</a>
</li>
- {%- assign pages_list = site.pages -%}
- {%- for node in pages_list -%}
+ {%- for node in site.pages -%}
{%- if node.title != null -%}
{%- if node.layout == "page" -%}
<li class="nav-item">