Created
October 19, 2017 02:19
-
-
Save paltman/96ffc4f84e42dfc6199065dc086672c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="dropdown-menu"> | |
{% for v in current_config.views %} | |
{% if v.menu %} | |
<a class="dropdown-item" href="{{ v.resolved_path }}"> | |
{{ v.template }} | |
</a> | |
{% endif %} | |
{% endfor %} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment