mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-03 18:02:45 +01:00 
			
		
		
		
	Merge pull request #22 from superbrothers/customizable
Make theme customizable
This commit is contained in:
		
							
								
								
									
										0
									
								
								layouts/partials/header-include.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								layouts/partials/header-include.html
									
									
									
									
									
										Normal file
									
								
							@@ -36,6 +36,7 @@
 | 
				
			|||||||
  {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production")  }}
 | 
					  {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production")  }}
 | 
				
			||||||
    {{ template "_internal/google_analytics_async.html" . }}
 | 
					    {{ template "_internal/google_analytics_async.html" . }}
 | 
				
			||||||
  {{ end }}
 | 
					  {{ end }}
 | 
				
			||||||
 | 
					  {{ partial "header-include.html" . }}
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body class="{{if eq .Kind `page` }}single{{else}}list{{ if .IsHome }} home{{ end }}{{end}}">
 | 
					<body class="{{if eq .Kind `page` }}single{{else}}list{{ if .IsHome }} home{{ end }}{{end}}">
 | 
				
			||||||
  <header class="header">
 | 
					  <header class="header">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user