mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	The post template has been rewritten
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
		@@ -2,52 +2,30 @@
 | 
				
			|||||||
layout: default
 | 
					layout: default
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- Content of the post -->
 | 
				
			||||||
<div class="post">
 | 
					<div class="post">
 | 
				
			||||||
    <div class="post-info">
 | 
					 | 
				
			||||||
        <span>Written by</span>
 | 
					 | 
				
			||||||
            {% if page.author %}
 | 
					 | 
				
			||||||
                {{ page.author }}
 | 
					 | 
				
			||||||
            {% else %}
 | 
					 | 
				
			||||||
                {{ site.author.name }}
 | 
					 | 
				
			||||||
            {% endif %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
            {% if page.date %}
 | 
					 | 
				
			||||||
        <br />
 | 
					 | 
				
			||||||
        <span>on </span><time datetime="{{ page.date }}">{{ page.date | date: "%B %d, %Y" }}</time> {% endif %}
 | 
					 | 
				
			||||||
    </div>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    <h1 class="post-title">{{ page.title }}</h1>
 | 
					    <h1 class="post-title">{{ page.title }}</h1>
 | 
				
			||||||
    <div class="post-line"></div>
 | 
					    <span class="post-date">{{ page.date | date_to_long_string }}</span>
 | 
				
			||||||
 | 
					 | 
				
			||||||
    {{ content }}
 | 
					    {{ content }}
 | 
				
			||||||
 | 
					 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% if page.comments %}
 | 
					<!-- Comments on the post -->
 | 
				
			||||||
 | 
					<div class="comments">
 | 
				
			||||||
    <div id="disqus_thread"></div>
 | 
					    <div id="disqus_thread"></div>
 | 
				
			||||||
    <script type="text/javascript" defer>
 | 
					    <script type="text/javascript" defer>
 | 
				
			||||||
        var disqus_config = function () {
 | 
					        var disqus_config = function() {
 | 
				
			||||||
 | 
					            this.page.identifier = '{{ page.url | relative_url }}';
 | 
				
			||||||
 | 
					            this.page.title = '{{ page.title }}';
 | 
				
			||||||
            this.page.url = '{{ page.url | absolute_url }}';
 | 
					            this.page.url = '{{ page.url | absolute_url }}';
 | 
				
			||||||
            this.page.identifier = '{{ page.url | absolute_url }}';
 | 
					 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        (function() {
 | 
					        (function() {
 | 
				
			||||||
            var d = document, s = d.createElement('script');
 | 
					            var d = document,
 | 
				
			||||||
            s.src = 'https://valentineus-link.disqus.com/embed.js';
 | 
					                s = d.createElement('script');
 | 
				
			||||||
 | 
					            s.src = '//valentineus-link.disqus.com/embed.js';
 | 
				
			||||||
            s.setAttribute('data-timestamp', +new Date());
 | 
					            s.setAttribute('data-timestamp', +new Date());
 | 
				
			||||||
            (d.head || d.body).appendChild(s);
 | 
					            (d.head || d.body).appendChild(s);
 | 
				
			||||||
        })();
 | 
					        })();
 | 
				
			||||||
    </script>
 | 
					    </script>
 | 
				
			||||||
{% endif %}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="pagination">
 | 
					 | 
				
			||||||
    {% if page.next.url %}
 | 
					 | 
				
			||||||
        <a href="{{ page.next.url | prepend: site.baseurl }}" class="left arrow">←</a>
 | 
					 | 
				
			||||||
    {% endif %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    {% if page.previous.url %}
 | 
					 | 
				
			||||||
        <a href="{{ page.previous.url | prepend: site.baseurl }}" class="right arrow">→</a>
 | 
					 | 
				
			||||||
    {% endif %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    <a href="#" class="top">Top</a>
 | 
					 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user