1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-03 05:22:40 +02:00

revert nav stuff

This commit is contained in:
Plailect
2017-01-15 18:00:10 -05:00
committed by Plailect
parent 964e979184
commit 590fb7c349
2 changed files with 2 additions and 2 deletions

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 %}