summary refs log tree commit diff
diff options
context:
space:
mode:
authormayx2022-01-27 19:56:42 +0000
committermayx2022-01-27 19:56:42 +0000
commit91848285d3428243efd34a8648a9d124e8f77cb9 (patch)
treee52e131286bcbeac8561b55088e288d991b30713
parent77057bedf88ef2cb1905c4b2de5d7cc85cb3c99a (diff)
Update index.html
-rw-r--r--index.html2
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>&laquo; 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>