Skip to content

Commit f3f86e7

Browse files
committed
xqx的啊
1 parent 879932b commit f3f86e7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎_config.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: Catsith
1010
# ---------------- #
1111
# RSS / Email #
1212
# ---------------- #
13-
subscribe_rss: /feed.xml
13+
# subscribe_rss: /feed.xml
1414
email:
1515

1616
# ---------------- #
@@ -24,7 +24,7 @@ permalink: /:year/:month/:day/:title/
2424
plugins:
2525
- jekyll-paginate
2626
- jekyll-sitemap
27-
- jekyll-feed
27+
# - jekyll-feed
2828
# - jemoji
2929
collections:
3030
wiki:

‎_includes/navigation.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
<div id="search-results" class="search-results"></div>
1414
</div>
1515
</div>
16-
<div class="nav_rss"><a href="{{ site.url }}/sitemap.xml" style="display:none;">SITEMAP</a><a href="{{ site.url }}/feed.xml" target="_blank">订阅</a></div>
16+
<div class="nav_rss"><a href="{{ site.url }}/sitemap.xml" style="display:none;">SITEMAP</a></div>
1717
</div>

‎_includes/pagination.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
{% if count == current_page %}
6868
<span class="current-page">{{ count }}</span>
6969
{% else %}
70-
<a href="{{ site.url }}/page{{ count }}">{{ count }}</a>
70+
<a href="{{ site.url }}{% if count == 1 %}/{% else %}/page{{ count }}{% endif %}">{{ count }}</a>
7171
{% endif %}
7272
{% endfor %}
7373

0 commit comments

Comments
 (0)