mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Fix links
This commit is contained in:
		| @@ -40,9 +40,9 @@ | |||||||
|     <header class="header"> |     <header class="header"> | ||||||
|       <div class="wrap"> |       <div class="wrap"> | ||||||
|         {{ if .IsHome }} |         {{ if .IsHome }} | ||||||
|         <h1 class="logo"><a href="{{ "/" | absURL }}">{{ .Site.Title }} </a></h1> |         <h1 class="logo"><a href="{{ "" | absURL }}">{{ .Site.Title }}</a></h1> | ||||||
|         {{ else }} |         {{ else }} | ||||||
|         <p class="logo"><a href="{{ "/" | absURL }}">{{ .Site.Title }} </a></p> |         <p class="logo"><a href="{{ "" | absURL }}">{{ .Site.Title }}</a></p> | ||||||
|         {{ end }} |         {{ end }} | ||||||
|         {{ if (isset .Site.Menus "main") }} |         {{ if (isset .Site.Menus "main") }} | ||||||
|         <button class="menu-toggle" type="button"></button> |         <button class="menu-toggle" type="button"></button> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 nanxiaobei
					nanxiaobei