You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							29 lines
						
					
					
						
							700 B
						
					
					
				
			
		
		
	
	
							29 lines
						
					
					
						
							700 B
						
					
					
				| <!DOCTYPE html> | |
| <html itemscope itemtype="http://schema.org/WebPage" lang="{{ .Site.Language.Lang }}"> | |
| 
 | |
| <head> | |
|     {{ partial "head/meta" . }} | |
|     <title>{{ if not (eq .Kind "home") }}{{ partial "title" . }} | {{ end }}{{ .Site.Title }}</title> | |
| 
 | |
|     {{ partial "head/favicons" . }} | |
|     {{ partial "head/rel-me" . }} | |
|     {{ partial "head/others" . }} | |
|     {{ partial "head/schema.html" . }} | |
| </head> | |
| 
 | |
| <body> | |
|     {{ partial "svg-icon-symbols" . }} | |
| 
 | |
|     <div class="wrapper"> | |
|         {{ partial "site-header" . }} | |
| 
 | |
|         <main class="gblog-page container"> | |
|             {{ template "main" . }} | |
|         </main> | |
| 
 | |
|         {{ partial "site-footer" . }} | |
|     </div> | |
| 
 | |
|     {{ partial "foot" . }} | |
| </body> | |
| </html>
 | |
| 
 |