diff options
author | mayx | 2022-01-27 19:56:42 +0000 |
---|---|---|
committer | mayx | 2022-01-27 19:56:42 +0000 |
commit | 91848285d3428243efd34a8648a9d124e8f77cb9 (patch) | |
tree | e52e131286bcbeac8561b55088e288d991b30713 /index.html | |
parent | 77057bedf88ef2cb1905c4b2de5d7cc85cb3c99a (diff) |
Update index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index a919bbe..63d1842 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ title: 首页 - 我的文章 <span>« Prev</span> {% 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) %} {% if page == paginator.page %} <option value="{{ page }}" selected>{{ page }}</option> |