mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master'
This commit is contained in:
		| @@ -28,7 +28,7 @@ | ||||
|     <link rel="apple-touch-icon" href="{{ "img/apple-touch-icon.png" | absURL }}"> | ||||
|     <link rel="icon" href="{{ "img/favicon.ico" | absURL }}"> | ||||
|     <!-- Generator --> | ||||
|     {{ .Hugo.Generator }} | ||||
|     {{ hugo.Generator }} | ||||
|     <!-- RSS --> | ||||
|     <link rel="alternate" type="application/atom+xml" href="{{ "index.xml" | absURL }}" title="{{ .Site.Title }}"> | ||||
|     {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} | ||||
| @@ -44,7 +44,9 @@ | ||||
|         {{ else }} | ||||
|         <p class="logo"><a href="{{ "/" | absURL }}">{{ .Site.Title }} </a></p> | ||||
|         {{ end }} | ||||
|         {{ if (isset .Site.Menus "main") }} | ||||
|         <button class="menu-toggle" type="button"></button> | ||||
|         {{ end }} | ||||
|       </div> | ||||
|     </header> | ||||
|     <nav class="nav"> | ||||
|   | ||||
| @@ -184,6 +184,7 @@ img { | ||||
|   padding-bottom: 180px; | ||||
|   text-align: center; | ||||
|   background: #fff; | ||||
|   list-style: none; | ||||
| } | ||||
| .menu li + li { | ||||
|   margin-top: 12px; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nanxiaobei
					nanxiaobei