refactor: move into src
This commit is contained in:
parent
675e89e9d1
commit
51c5f5759d
404 changed files with 2 additions and 2 deletions
|
@ -1,16 +0,0 @@
|
|||
{% for menu_item in menu_items.findAll() %}
|
||||
|
||||
{% set linkClasses = [
|
||||
'block px-2 py-3 text-2xl uppercase duration-200 ease-out transition-color font-display
|
||||
text-blue-dark hover:bg-orange focus:bg-orange hover:text-gray-dark focus:text-gray-dark',
|
||||
|
||||
menu_item.is_active ? 'text-white bg-blue'
|
||||
] %}
|
||||
|
||||
<li>
|
||||
<a class="{{ linkClasses|join(' ')|trim }}" href="#0">
|
||||
{{ menu_item.title }}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue