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