mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Page template
This commit is contained in:
		@@ -2,11 +2,19 @@
 | 
				
			|||||||
layout: default
 | 
					layout: default
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<section class="container page">
 | 
					<div class="content">
 | 
				
			||||||
    <article>
 | 
					  {% include navbar.html %}
 | 
				
			||||||
        <header>
 | 
					
 | 
				
			||||||
            <h1>{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
 | 
					  <article>
 | 
				
			||||||
        </header>
 | 
					    <header class="header">
 | 
				
			||||||
        {{ content }}
 | 
					      <h1 class="header-title">
 | 
				
			||||||
    </article>
 | 
					        {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
				
			||||||
</section>
 | 
					      </h1>
 | 
				
			||||||
 | 
					      <p class="header-annotation">
 | 
				
			||||||
 | 
					        {{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
				
			||||||
 | 
					      </p>
 | 
				
			||||||
 | 
					    </header>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    {{ content }}
 | 
				
			||||||
 | 
					  </article>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user