We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a7f53 commit 24e1e9aCopy full SHA for 24e1e9a
_includes/_navigation.html
@@ -11,9 +11,9 @@
11
{% else %}
12
{% assign domain = site.url %}
13
{% endif %}
14
- <li><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a></li>
+ <li><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'https' %}target="_blank"{% endif %}>{{ link.title }}</a></li>
15
{% endfor %}
16
</ul>
17
</nav>
18
</div><!-- /.top-navigation -->
19
-</div><!-- /.navigation-wrapper -->
+</div><!-- /.navigation-wrapper -->
0 commit comments