Skip to content

Instantly share code, notes, and snippets.

@vkuzmov
vkuzmov / shopify-cyrillic-nav.liquid
Last active February 10, 2017 15:57 — forked from carolineschnapp/gist:f95b1e4d0f9401ce6d20
Dropdown menus that handle Japanese / Chinese
<nav role="navigation">
<ul id="nav">
{% for link in linklists.main-menu.links %}
{% assign has_drop_down = false %}
{% assign child_list_handle = link.title | handle %}
{% comment %}If the link uses the arabic, hebrew or cyrillic alphabet, or is in Chinese or Japanese, the handle will be empty.{% endcomment %}
{% if child_list_handle == '' %}
{% for i in (0..8) %}
{% unless has_drop_down %}
{% if forloop.first %}