mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			827 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			827 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
 | 
						|
    <title>
 | 
						|
        {% if page.title == "Home" %}
 | 
						|
            {{ site.title }}
 | 
						|
        {% else %}
 | 
						|
            {{ page.title }} · {{ site.title }}
 | 
						|
        {% endif %}
 | 
						|
    </title>
 | 
						|
 | 
						|
    <!-- CSS -->
 | 
						|
    <link rel="stylesheet" href="{{ site.baseurl }}/styles.css">
 | 
						|
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700">
 | 
						|
 | 
						|
    <!-- Favicon -->
 | 
						|
    <link rel="icon" type="image/png" sizes="32x32" href="{{ site.baseurl }}/assets/favicon-32x32.png">
 | 
						|
    <link rel="icon" type="image/png" sizes="16x16" href="{{ site.baseurl }}/assets/favicon-16x16.png">
 | 
						|
    <link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/assets/apple-touch-icon.png">
 | 
						|
</head>
 |