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,36 +2,24 @@
 | 
				
			|||||||
layout: default
 | 
					layout: default
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="post non-narrow zero-top-spacing">
 | 
					<section class="container post">
 | 
				
			||||||
    <div class="container">
 | 
					    <article>
 | 
				
			||||||
        <div class="content">
 | 
					        <header>
 | 
				
			||||||
            <!-- Header-->
 | 
					            <h1 class="title">
 | 
				
			||||||
            <div class="front-matter">
 | 
					                {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
 | 
				
			||||||
                <!-- Title-->
 | 
					            </h1>
 | 
				
			||||||
                <div class="title-container">
 | 
					
 | 
				
			||||||
                    <div class="page-heading">
 | 
					            <h2 class="date">
 | 
				
			||||||
                        {{ page.title | smartify | strip_html | normalize_whitespace }}
 | 
					                <time datetime="{{ page.date | date_to_xmlschema }}">
 | 
				
			||||||
                    </div>
 | 
					                    {{ page.date | date_to_long_string }}
 | 
				
			||||||
                </div>
 | 
					                </time>
 | 
				
			||||||
                <!-- Date -->
 | 
					            </h2>
 | 
				
			||||||
                <div class="meta">
 | 
					        </header>
 | 
				
			||||||
                    <div class="date" title="{{ page.date | date_to_xmlschema }}">
 | 
					
 | 
				
			||||||
                        {{ page.date | date_to_string }}
 | 
					        {{ content }}
 | 
				
			||||||
                    </div>
 | 
					
 | 
				
			||||||
                    <div class="reading-time">
 | 
					        <div class="comments">
 | 
				
			||||||
                        <!-- <div class="middot"></div> -->
 | 
					            {% include disqus.html %}
 | 
				
			||||||
                        <!-- Expansion -->
 | 
					 | 
				
			||||||
                    </div>
 | 
					 | 
				
			||||||
                </div>
 | 
					 | 
				
			||||||
            </div>
 | 
					 | 
				
			||||||
            <!-- Content -->
 | 
					 | 
				
			||||||
            <div class="markdown">
 | 
					 | 
				
			||||||
                {{ content | normalize_whitespace }}
 | 
					 | 
				
			||||||
            </div>
 | 
					 | 
				
			||||||
            <!-- Comments -->
 | 
					 | 
				
			||||||
            <div class="disqus">
 | 
					 | 
				
			||||||
                {% include disqus.html %}
 | 
					 | 
				
			||||||
            </div>
 | 
					 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </article>
 | 
				
			||||||
</div>
 | 
					</section>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user