mirror of
				https://github.com/taigrr/wtf
				synced 2025-01-18 04:03:14 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			953 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			953 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <meta charset="utf-8">
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
 | |
| {{ .Hugo.Generator }}
 | |
| <title>{{ .Title }} :: {{ .Site.Title }}</title>
 | |
| <link rel="shortcut icon" href="{{"images/favicon.png" | relURL}}" type="image/x-icon" />
 | |
| <link href="{{"css/font-awesome.min.css" | relURL}}" rel="stylesheet">
 | |
| <link href="{{"css/nucleus.css" | relURL}}" rel="stylesheet">
 | |
| <link href="{{(printf "theme-%s/style.css" (.Site.Params.themeStyle| default "flex")  ) | relURL}}" rel="stylesheet">
 | |
| {{with .Site.Params.themeVariant}}
 | |
| 	<link href="{{(printf "theme-%s/variant-%s.css" ($.Site.Params.themeStyle| default "flex") .) | relURL}}" rel="stylesheet">
 | |
| {{end}}
 | |
| <link rel="stylesheet" href="{{"css/bootstrap.min.css" | relURL}}">
 | |
| <script src="{{"js/jquery-2.x.min.js" | relURL}}"></script>
 | |
| <script type="text/javascript">
 | |
|       var baseurl = "{{.Site.BaseURL}}";
 | |
| </script>
 | |
| {{ partial "custom-head.html" . }}
 |