revert nav stuff

This commit is contained in:
Plailect 2017-01-15 18:00:10 -05:00 committed by Plailect
parent 964e979184
commit 590fb7c349
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# see https://github.com/Plailect/Guide/tree/l10n/_pages for locale codes
# each language should be separated by a blank line
en_US:
main:
- title: "FAQ"
url: /faq
- title: "Troubleshooting"

View file

@ -4,7 +4,7 @@
<nav id="site-nav" class="greedy-nav">
<ul class="visible-links">
<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' %}
{% assign domain = '' %}
{% else %}