mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -25,17 +25,17 @@ | |||||||
|   <!-- Styles --> |   <!-- Styles --> | ||||||
|   <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i" rel="stylesheet"> |   <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i" rel="stylesheet"> | ||||||
|   <link href="https://cdn.bootcss.com/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet"> |   <link href="https://cdn.bootcss.com/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet"> | ||||||
|   <link href="./css/style.css" rel="stylesheet"> |   <link href="/css/style.css" rel="stylesheet"> | ||||||
|   <!-- Favicons --> |   <!-- Favicons --> | ||||||
|   <link rel="apple-touch-icon" href="./img/apple-touch-icon.png"> |   <link rel="apple-touch-icon" href="/img/apple-touch-icon.png"> | ||||||
|   <link rel="icon" href="./img/favicon.ico"> |   <link rel="icon" href="/img/favicon.ico"> | ||||||
|   <!-- Generator --> |   <!-- Generator --> | ||||||
|   <meta name="generator" content="Hugo {{ .Hugo.Version }}"> |   <meta name="generator" content="Hugo {{ .Hugo.Version }}"> | ||||||
|   <!-- RSS --> |   <!-- RSS --> | ||||||
|   <link rel="alternate" type="application/atom+xml" href="./index.xml" title="{{ .Site.Title }}"> |   <link rel="alternate" type="application/atom+xml" href="/index.xml" title="{{ .Site.Title }}"> | ||||||
| </head> | </head> | ||||||
| <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="{{ `./` | absURL }}"><span>🍱</span>{{ .Site.Title }}</a></h1> | ||||||
|     {{ else }} |     {{ else }} | ||||||
| @@ -52,5 +52,5 @@ | |||||||
|         {{ end }} |         {{ end }} | ||||||
|       </ul> |       </ul> | ||||||
|     </nav> |     </nav> | ||||||
| </header> |   </header> | ||||||
| <main class="main"> |   <main class="main"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 nanxiaobei
					nanxiaobei