Layout: Search icon in the navbar
This commit is contained in:
@@ -109,6 +109,14 @@ html(lang="en")
|
|||||||
|
|
||||||
| {% block navigation_sections %}
|
| {% block navigation_sections %}
|
||||||
|
|
||||||
|
+nav-secondary-link(
|
||||||
|
href="{{ url_for('main.nodes_search_index') }}",
|
||||||
|
title="Search Blender Cloud",
|
||||||
|
data-toggle="tooltip",
|
||||||
|
data-placement="bottom",
|
||||||
|
class="px-2")
|
||||||
|
i.pi-search
|
||||||
|
|
||||||
+nav-secondary-link(
|
+nav-secondary-link(
|
||||||
href="{{ url_for('main.main_blog') }}",
|
href="{{ url_for('main.main_blog') }}",
|
||||||
title="Blender Cloud Blog",
|
title="Blender Cloud Blog",
|
||||||
|
Reference in New Issue
Block a user