Skip to content

Commit

Permalink
Update archive.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JiYouMCC authored Sep 27, 2024
1 parent 75d4412 commit cb76728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% capture is_first_year %}1{% endcapture %}
{% capture expanded %}true{% endcapture %}
<div id="archive">
<div class="card">
<div class="card mb-3">
{% for post in site.posts %}
{% capture post_year %}{{ post.date | date: '%Y' }}{% endcapture %}
{% capture post_month %}{{ post.date | date: '%-m' }}{% endcapture %}
Expand Down Expand Up @@ -55,4 +55,4 @@ <h5 class="mb-0">{% case post_month %}
&lt;!-- 到底了 --&gt;
</div>
</div>
</div>
</div>

0 comments on commit cb76728

Please sign in to comment.