19 lines
		
	
	
		
			827 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			827 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<head>
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <meta name="viewport" content="width=device-width initial-scale=1" />
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
 | 
						|
    <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
 | 
						|
    <meta name="description" content="{{ site.description }}">
 | 
						|
    
 | 
						|
    <!-- bootstrap -->
 | 
						|
    <link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
 | 
						|
    <link rel="stylesheet" href="/bootstrap/css/bootstrap-theme.min.css">
 | 
						|
    <script src="/bootstrap/js/jquery-2.1.4.min.js"></script>
 | 
						|
    <script src="/bootstrap/js/bootstrap.min.js"></script>
 | 
						|
 | 
						|
    <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
 | 
						|
    <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
 | 
						|
 | 
						|
    </head>
 |