layout: default
<div class=“post”>
<h1 class="post-title">{{ page.title }}</h1> <h2 class="post-subtitle">{{ page.subtitle }}</h2> <div class="post-info"> {% if page.date %} <time datetime="{{ page.date }}">{{ page.date | date: "%B %d, %Y" }}</time> {% endif %} </div> {{ content }}
</div>
<div class='tags'>
{% for tag in page.tags %} <a href='{{ site.baseurl }}/tag/{{ tag }}'>{{ tag }}</a> {% endfor %}
</div>
<br />
<div>欢迎<a href=“/subscription”>订阅“胡涂说”博客</a>;欢迎留言,请在下面评论框或直接在 <a href=“github.com/{{ site.gitalk.owner }}/{{ site.gitalk.repo }}/issues/{{ page.gh_issue }}” target=“_blank”>GitHub issue</a> 评论。</div>
{% if site.comments_engine == 'disqus' %}
{% include disqus_comments.html %}
{% elsif site.comments_engine == 'gitalk' %}
{% include gitalk_comments.html %}
{% else %} {% 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>
<!– Go to www.addthis.com/dashboard to customize your tools –> <script async type=“text/javascript” src=“//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4fa6932104ee5f3f”></script>