Skip to content

Commit

Permalink
Merge pull request #1 from Miaite/master
Browse files Browse the repository at this point in the history
Fix bio, closing tag
  • Loading branch information
kaeyleo authored May 18, 2017
2 parents 5fcbc95 + fd7acb9 commit 3754c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2 class="post-subtitle">{{ page.subtitle }}</h2>
</div>
<div class="author-name" rel="author">{{ site.author }}</div>
<div class="bio">
<p>前端开发者,热爱技术&设计,简单乐观爱创造。</p>
<p>{{ site.bio }}</p>
</div>
{% if site.sns.size > 0 %}
<ul class="sns-links">
Expand Down Expand Up @@ -93,7 +93,7 @@ <h2 class="post-subtitle">{{ page.subtitle }}</h2>
<div id="disqus_thread"></div>
</section>
{% endif %}
</div>
</section>
<script src="{{ site.baseurl }}assets/js/social-share.min.js"></script>
<script>
socialShare('.social-share', {
Expand Down

0 comments on commit 3754c8a

Please sign in to comment.