revert nav stuff
This commit is contained in:
parent
964e979184
commit
590fb7c349
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# see https://github.com/Plailect/Guide/tree/l10n/_pages for locale codes
|
# see https://github.com/Plailect/Guide/tree/l10n/_pages for locale codes
|
||||||
# each language should be separated by a blank line
|
# each language should be separated by a blank line
|
||||||
|
|
||||||
en_US:
|
main:
|
||||||
- title: "FAQ"
|
- title: "FAQ"
|
||||||
url: /faq
|
url: /faq
|
||||||
- title: "Troubleshooting"
|
- title: "Troubleshooting"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<nav id="site-nav" class="greedy-nav">
|
<nav id="site-nav" class="greedy-nav">
|
||||||
<ul class="visible-links">
|
<ul class="visible-links">
|
||||||
<li class="masthead__menu-item masthead__menu-item--lg"><a href="{{ '/' | absolute_url }}">{{ site.title }}</a></li>
|
<li class="masthead__menu-item masthead__menu-item--lg"><a href="{{ '/' | absolute_url }}">{{ site.title }}</a></li>
|
||||||
{% for link in site.data.navigation.en_US %}
|
{% for link in site.data.navigation.main %}
|
||||||
{% if link.url contains 'http' %}
|
{% if link.url contains 'http' %}
|
||||||
{% assign domain = '' %}
|
{% assign domain = '' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue