mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -13,7 +13,7 @@ | |||||||
|     {{ if .Params.tags }} |     {{ if .Params.tags }} | ||||||
|     <ul class="post-tags"> |     <ul class="post-tags"> | ||||||
|       {{ range .Params.tags }} |       {{ range .Params.tags }} | ||||||
|       <li><a href="{{ `./tags/` | absURL }}{{ . | urlize }}/">{{ . }}</a></li> |       <li><a href="{{ `/tags/` }}{{ . | urlize }}/">{{ . }}</a></li> | ||||||
|       {{ end }} |       {{ end }} | ||||||
|     </ul> |     </ul> | ||||||
|     {{ end }} |     {{ end }} | ||||||
|   | |||||||
| @@ -31,4 +31,4 @@ | |||||||
|   } |   } | ||||||
| </script> | </script> | ||||||
| </body> | </body> | ||||||
| </html> | </html> | ||||||
|   | |||||||
| @@ -37,9 +37,9 @@ | |||||||
| <body class="{{if eq .Kind `page` }}single{{else}}list{{end}}"> | <body class="{{if eq .Kind `page` }}single{{else}}list{{end}}"> | ||||||
|   <header class="header"> |   <header class="header"> | ||||||
|     {{ if .IsHome }} |     {{ if .IsHome }} | ||||||
|     <h1 class="title"><a href="{{ `./` | absURL }}"><span>🍱</span>{{ .Site.Title }}</a></h1> |     <h1 class="title"><a href="{{ `/` }}"><span>🍱</span>{{ .Site.Title }}</a></h1> | ||||||
|     {{ else }} |     {{ else }} | ||||||
|     <p class="title"><a href="{{ `./` | absURL }}"><span>🍱</span>{{ .Site.Title }}</a></p> |     <p class="title"><a href="{{ `/` }}"><span>🍱</span>{{ .Site.Title }}</a></p> | ||||||
|     {{ end }} |     {{ end }} | ||||||
|     <button class="menu-toggle" type="button"></button> |     <button class="menu-toggle" type="button"></button> | ||||||
|     <nav class="menu"> |     <nav class="menu"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 nanxiaobei
					nanxiaobei