Layout: Add Art Gallery to menu
This commit is contained in:
@@ -253,13 +253,19 @@ html(lang="en")
|
||||
+nav-secondary-link(href="{{ url_for('projects.view', project_url='textures') }}")
|
||||
i.mr-2.pi-folder-texture
|
||||
span Textures
|
||||
|
||||
+nav-secondary-link(href="{{ url_for('projects.view', project_url='hdri') }}")
|
||||
i.mr-2.pi-globe
|
||||
span HDRI
|
||||
|
||||
+nav-secondary-link(href="{{ url_for('projects.view', project_url='characters') }}")
|
||||
i.mr-2.pi-character
|
||||
span Characters
|
||||
|
||||
+nav-secondary-link(href="{{ url_for('projects.view', project_url='gallery') }}")
|
||||
i.mr-2.pi-picture
|
||||
span Art Gallery
|
||||
|
||||
.dropdown-menu-tab(data-tab='services')
|
||||
.dropdown-menu-column
|
||||
+nav-secondary()(class="nav-secondary-vertical rounded-right overflow-hidden")
|
||||
|
Reference in New Issue
Block a user