mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-03 22:39:44 +03:00 
			
		
		
		
	Improved page layer
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -3,16 +3,9 @@ layout: default
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<div class="content">
 | 
			
		||||
  {% include navbar.html %}
 | 
			
		||||
 | 
			
		||||
  <article>
 | 
			
		||||
    <header class="header">
 | 
			
		||||
      <h1 class="header-title">
 | 
			
		||||
        {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
			
		||||
      </h1>
 | 
			
		||||
      <p class="header-annotation">
 | 
			
		||||
        {{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
			
		||||
      </p>
 | 
			
		||||
    <header>
 | 
			
		||||
      <h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | capitalize }}</h1>
 | 
			
		||||
    </header>
 | 
			
		||||
 | 
			
		||||
    {{ content }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user