File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ author: Catsith
1010# ---------------- #
1111# RSS / Email #
1212# ---------------- #
13- subscribe_rss : /feed.xml
13+ # subscribe_rss: /feed.xml
1414email :
1515
1616# ---------------- #
@@ -24,7 +24,7 @@ permalink: /:year/:month/:day/:title/
2424plugins :
2525 - jekyll-paginate
2626 - jekyll-sitemap
27- - jekyll-feed
27+ # - jekyll-feed
2828 # - jemoji
2929collections :
3030 wiki :
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments