mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Page title
This commit is contained in:
		@@ -1,19 +1,3 @@
 | 
				
			|||||||
<!-- Generate a header -->
 | 
					 | 
				
			||||||
{% if page.title %}
 | 
					 | 
				
			||||||
    {% capture title %}
 | 
					 | 
				
			||||||
        {{ page.title }} · {{ site.title }}
 | 
					 | 
				
			||||||
    {% endcapture %}
 | 
					 | 
				
			||||||
{% else %}
 | 
					 | 
				
			||||||
    {% assign title = site.title %}
 | 
					 | 
				
			||||||
{% endif %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<!-- Generate a description -->
 | 
					 | 
				
			||||||
{% if page.description %}
 | 
					 | 
				
			||||||
    {% assign description = page.description %}
 | 
					 | 
				
			||||||
{% else %}
 | 
					 | 
				
			||||||
    {% assign description = site.description %}
 | 
					 | 
				
			||||||
{% endif %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
  <!-- Meta tags -->
 | 
					  <!-- Meta tags -->
 | 
				
			||||||
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
 | 
					  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
 | 
				
			||||||
@@ -28,15 +12,19 @@
 | 
				
			|||||||
  <meta name="robots" content="index, follow" />
 | 
					  <meta name="robots" content="index, follow" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- Title / Description -->
 | 
					  <!-- Title / Description -->
 | 
				
			||||||
    <meta name="description" content="{{ description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}" />
 | 
					  <meta name="description" content="{{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}" />
 | 
				
			||||||
  <meta name="application-name" content="{{ title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}" />
 | 
					  <meta name="application-name" content="{{ title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}" />
 | 
				
			||||||
    <title>{{ title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</title>
 | 
					  <title>
 | 
				
			||||||
 | 
					    {% if page.title %}{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} ·{% endif %}
 | 
				
			||||||
 | 
					    {{ site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
				
			||||||
 | 
					  </title>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- Google Fonts -->
 | 
					  <!-- Google Fonts -->
 | 
				
			||||||
    <link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Mono|PT+Sans" />
 | 
					  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- CSS -->
 | 
					  <!-- CSS -->
 | 
				
			||||||
    <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url | uri_escape }}" />
 | 
					  <link rel="stylesheet" href="{{ '/assets/css/normalize.css' | relative_url | uri_escape }}" />
 | 
				
			||||||
 | 
					  <link rel="stylesheet" href="{{ '/assets/css/highlight.css' | relative_url | uri_escape }}" />
 | 
				
			||||||
  <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url | uri_escape }}" />
 | 
					  <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url | uri_escape }}" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- Favicon -->
 | 
					  <!-- Favicon -->
 | 
				
			||||||
@@ -46,7 +34,4 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  <!-- RSS -->
 | 
					  <!-- RSS -->
 | 
				
			||||||
  <link rel="alternate" type="application/atom+xml" title="RSS" href="{{ site.rss | relative_url | uri_escape }}" />
 | 
					  <link rel="alternate" type="application/atom+xml" title="RSS" href="{{ site.rss | relative_url | uri_escape }}" />
 | 
				
			||||||
 | 
					 | 
				
			||||||
    <!-- JavaScript -->
 | 
					 | 
				
			||||||
    <script type="text/javascript" src="{{ '/assets/javascript/anchor-js/anchor.min.js' | relative_url | uri_escape }}"></script>
 | 
					 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user