aitomic-o-header1

2.0.1 • Public • Published

A header template. Import {latte} block in '@layout.default.latte' using macro {import '../path-to-latte-template'} and declare this block as {include pageHeader}. Between macros {import} and {include} redefine template of used blocks like this:

{block #headerIcons}
	<a href="mailto:{_'info@example.com'}" class="o-header1__mail">
		{_'info@example.com'}
	</a>
{/block}

Take a look at source of {latte} template to discover available hooks to customization.

Include template of menu from 'm-nav-header' package to 'menuControl.latte':

{import "${nodeModulesPath}/aitomic-m-nav-header/src/control/m-nav-header.latte"}

{include #m-nav-header, submenu => 'm-nav-dropdown'}

The variable 'submenu' has options 'm-nav-dropdown' and 'm-nav-mega' representing style of the submenu.

Import and include {block #m-search-form} into '@layout.default.latte' at the end of {block #aiLayout} and define search translation:

{define #searchTranslation}
	{_"Search"}
	{_"Type & hit enter..."}
{/define}

Readme

Keywords

none

Package Sidebar

Install

npm i aitomic-o-header1

Weekly Downloads

4

Version

2.0.1

License

SEE LICENSE IN license.txt

Unpacked Size

18.2 kB

Total Files

12

Last publish

Collaborators

  • aitom