Skip to content

Commit fd7acb9

Browse files
committed
修改了一点小错误
1 parent 5d41769 commit fd7acb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2 class="post-subtitle">{{ page.subtitle }}</h2>
4949
</div>
5050
<div class="author-name" rel="author">{{ site.author }}</div>
5151
<div class="bio">
52-
<p>前端开发者,热爱技术&设计,简单乐观爱创造。</p>
52+
<p>{{ site.bio }}</p>
5353
</div>
5454
{% if site.sns.size > 0 %}
5555
<ul class="sns-links">
@@ -96,7 +96,7 @@ <h2 class="post-subtitle">{{ page.subtitle }}</h2>
9696
<div id="disqus_thread"></div>
9797
</section>
9898
{% endif %}
99-
</div>
99+
</section>
100100
<script src="{{ site.baseurl }}assets/js/social-share.min.js"></script>
101101
<script>
102102
socialShare('.social-share', {

0 commit comments

Comments
 (0)