Skip to content

Commit 16ab727

Browse files
committed
과거 글 넣기
1 parent cc857b5 commit 16ab727

File tree

336 files changed

+26137
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

336 files changed

+26137
-2
lines changed

_layouts/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<div class="posts-header">
88
<h1 class="posts-title">{{ site.theme_settings.title }}</h1>
99
<p class="posts-subtitle">{{ site.theme_settings.description }}</p>
10-
<div class="posts-categories">
10+
<!-- <div class="posts-categories">
1111
{% assign all_tags = site.posts | map: 'tags' | join: ',' | split: ',' | uniq | sort %}
1212
{% for tag in all_tags limit: 5 %}
1313
{% if tag != '' %}
1414
<a href="{{ site.baseurl }}/tags#{{ tag | slugify }}" class="category-tag">{{ tag }}</a>
1515
{% endif %}
1616
{% endfor %}
17-
</div>
17+
</div> -->
1818
</div>
1919

2020
<!-- All posts data (hidden, used by JavaScript) -->

0 commit comments

Comments
 (0)