Skip to content

Commit 3754c8a

Browse files
authored
Merge pull request #1 from Miaite/master
Fix bio, closing tag
2 parents 5fcbc95 + fd7acb9 commit 3754c8a

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
@@ -46,7 +46,7 @@ <h2 class="post-subtitle">{{ page.subtitle }}</h2>
4646
</div>
4747
<div class="author-name" rel="author">{{ site.author }}</div>
4848
<div class="bio">
49-
<p>前端开发者,热爱技术&设计,简单乐观爱创造。</p>
49+
<p>{{ site.bio }}</p>
5050
</div>
5151
{% if site.sns.size > 0 %}
5252
<ul class="sns-links">
@@ -93,7 +93,7 @@ <h2 class="post-subtitle">{{ page.subtitle }}</h2>
9393
<div id="disqus_thread"></div>
9494
</section>
9595
{% endif %}
96-
</div>
96+
</section>
9797
<script src="{{ site.baseurl }}assets/js/social-share.min.js"></script>
9898
<script>
9999
socialShare('.social-share', {

0 commit comments

Comments
 (0)