mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	header: use .KeyName for accesskey search
in menu - .Name doesn't work with emojis - .URL doesn't work with url such as 'search/'
This commit is contained in:
		| @@ -111,7 +111,7 @@ | ||||
|             {{- range .Site.Menus.main }} | ||||
|             {{- $menu_item_url := (cond (strings.HasSuffix .URL "/") .URL (printf "%s/" .URL) ) | absLangURL }} | ||||
|             {{- $page_url:= $currentPage.Permalink  | absLangURL }} | ||||
|             {{- $is_search := eq ($.Site.GetPage .Name).Layout `search` }} | ||||
|             {{- $is_search := eq ($.Site.GetPage .KeyName).Layout `search` }} | ||||
|             <li> | ||||
|                 <a href="{{ .URL | absLangURL }}" title="{{ .Title | default .Name }} {{- cond $is_search (" (Alt + /)" | safeHTMLAttr) ("" | safeHTMLAttr ) }}" | ||||
|                 {{- cond $is_search (" accesskey=/" | safeHTMLAttr) ("" | safeHTMLAttr ) }}> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange