mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Add list dynamic background
This commit is contained in:
		| @@ -7,6 +7,6 @@ | ||||
|   <span>Theme️ <a href="https://github.com/nanxiaobei/hugo-paper" rel="noopener" target="_blank">Paper</a></span> | ||||
| </footer> | ||||
| <script src="{{ "highlight.min.js" | absURL }}"></script> | ||||
| <script>hljs.initHighlightingOnLoad();</script> | ||||
| <script src="{{ "main.js" | absURL }}"></script> | ||||
| </body> | ||||
| </html> | ||||
|   | ||||
| @@ -38,6 +38,9 @@ | ||||
|     {{ end }} | ||||
|   </head> | ||||
|   <body class="{{if eq .Kind `page` }}single{{else}}list{{ if .IsHome }} home{{ end }}{{end}}"> | ||||
|     {{if ne .Kind `page` }} | ||||
|     <div class="list-bg"></div> | ||||
|     {{end}} | ||||
|     <header class="header"> | ||||
|       <nav class="nav"> | ||||
|         {{ if .IsHome }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nanxiaobei
					nanxiaobei