Skip to content

Commit f98ac89

Browse files
committed
수정
1 parent d2b9c3b commit f98ac89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: Blog
44
---
55

6-
<div class="posts" style="line-height: 1.7;">
6+
<div class="posts">
77
{% for post in paginator.posts %}
88
<div class="post">
99
<h1 class="post-title">
@@ -19,9 +19,9 @@ <h1 class="post-title">
1919
{% endfor %}
2020
{% endif %}
2121

22-
<article>
22+
<h4 style="font-weight: 400; line-height: 1.8;"><article>
2323
{{ post.excerpt | markdownify }}
24-
<article>
24+
<article></h4>
2525
<div class="post-more">
2626
{% if site.disqus_short_name %}
2727
<a href="{{ site.baseurl }}{{ post.url }}#disqus_thread"> <i class="fa fa-comments" aria-hidden="true"></i>Comment</a>&nbsp;

0 commit comments

Comments
 (0)