8 lines
		
	
	
		
			463 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			463 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<head>
 | 
						|
    {{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }}
 | 
						|
    <link href="https://fonts.googleapis.com/css?family=Inconsolata|Lora|Raleway" rel="stylesheet">
 | 
						|
    <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
 | 
						|
    <link rel="stylesheet" href="{{ $style.Permalink }}">
 | 
						|
    <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/default.js"></script>
 | 
						|
</head>
 |