Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{% endif %}


{% if page.title == 'Archive' %}
{% if page.is-archive %}
<!-- jquery.tagcloud.js -->
<script>
async('{{ "/js/jquery.tagcloud.js" | prepend: site.baseurl }}', function () {
Expand Down
1 change: 1 addition & 0 deletions archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
layout: default
description: "「我干了什么 究竟拿了时间换了什么」"
header-img: "img/bg-little-universe.jpg"
is-archive: true
---

<!--
Expand Down