Skip to content

Latest commit

 

History

History
70 lines (66 loc) · 2.35 KB

index.markdown

File metadata and controls

70 lines (66 loc) · 2.35 KB
layout
default

{% for post in site.posts limit: 1 %}

{{ post.date | date:"%Y-%m-%d" }} {% if post.tags %} {% for tag in post.tags %} #{{ tag }} {% endfor %} {% endif %}
{{ post.content }}
{% if post.previous %} {% else %} {% endif %} {% if post.next %} {% else %} {% endif %}
<script id="dsq-count-scr" src="//ethanliao.disqus.com/count.js" async></script>
<script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
var disqus_config = function () {
    this.page.url = "{{ site.url }}{{ post.url }}";  // Replace PAGE_URL with your page's canonical URL variable
    this.page.identifier = "{{ post.id }}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

(function () {  // DON'T EDIT BELOW THIS LINE
    var d = document, s = d.createElement('script');

    s.src = '//ethanliao.disqus.com/embed.js';

    s.setAttribute('data-timestamp', +new Date());
    (d.head || d.body).appendChild(s);
})();
</script> Please enable JavaScript to view the comments powered by Disqus. {% endfor %}