Browse Source

Update index.html

pull/171/head
mayx 3 years ago
parent
commit
91848285d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.html

+ 1
- 1
index.html View File

@ -34,7 +34,7 @@ title: 首页 - 我的文章
<span>&laquo; Prev</span> <span>&laquo; Prev</span>
{% endif %} {% endif %}
<select onchange="window.location = this.value == 1 ? '{{ '/index.html' | prepend: site.baseurl | replace: '//', '/' }}' : '{{ '/page' | prepend: site.baseurl | replace: '//', '/' }}" + this.value + '/'">
<select onchange="window.location = this.value == 1 ? '{{ '/index.html' | prepend: site.baseurl | replace: '//', '/' }}' : '{{ '/page' | prepend: site.baseurl | replace: '//', '/' }}' + this.value + '/'">
{% for page in (1..paginator.total_pages) %} {% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %} {% if page == paginator.page %}
<option value="{{ page }}" selected>{{ page }}</option> <option value="{{ page }}" selected>{{ page }}</option>


Loading…
Cancel
Save

Powered by TurnKey Linux.