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,15 +2,11 @@
 | 
			
		||||
layout: default
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<div class="container">
 | 
			
		||||
    <div class="content">
 | 
			
		||||
        <!-- Header -->
 | 
			
		||||
        <div class="page-heading">
 | 
			
		||||
            {{ page.title | smartify | strip_html | normalize_whitespace }}
 | 
			
		||||
        </div>
 | 
			
		||||
        <!-- Contents -->
 | 
			
		||||
        <div class=markdown>
 | 
			
		||||
            {{ content | normalize_whitespace }}
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</div>
 | 
			
		||||
<section class="container page">
 | 
			
		||||
    <article>
 | 
			
		||||
        <header>
 | 
			
		||||
            <h1>{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
 | 
			
		||||
        </header>
 | 
			
		||||
        {{ content }}
 | 
			
		||||
    </article>
 | 
			
		||||
</section>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user