Use a paginate path compatible with the old dennogumi.org
And change more hardcoded nonsense...
This commit is contained in:
		
					parent
					
						
							
								2fa200a41f
							
						
					
				
			
			
				commit
				
					
						25acc85024
					
				
			
		
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -27,14 +27,14 @@ | |||
|       {% if paginator.previous_page == 1 %} | ||||
|       <a class="radius button small" href="{{ site.url }}{{ site.blog_root }}" title="{{ site.data.language.previous_posts }}">« {{ site.data.language.previous_posts }}</a> | ||||
|       {% else %} | ||||
|       <a class="radius button small" href="{{ site.url }}{{ site.blog_root }}page{{ paginator.previous_page }}/" title="{{ site.data.language.previous_posts }}">« {{ site.data.language.previous }}</a> | ||||
|       <a class="radius button small" href="{{ site.url }}{{ site.blog_root }}page/{{ paginator.previous_page }}/" title="{{ site.data.language.previous_posts }}">« {{ site.data.language.previous }}</a> | ||||
|       {% endif %} | ||||
|     {% endif %} | ||||
| 
 | ||||
|     <a class="radius button small" href="{{ site.url }}{{ site.blog_root }}archive/" title="{{ site.data.language.blog_archive }}">{{ site.data.language.blog_archive }}</a> | ||||
| 
 | ||||
|     {% if paginator.next_page %} | ||||
|     <a class="radius button small" href="{{ site.url }}{{ site.blog_root }}page{{ paginator.next_page }}/" title="{{ site.data.language.next_posts }}">{{ site.data.language.next }} »</a> | ||||
|     <a class="radius button small" href="{{ site.url }}{{ site.blog_root }}page/{{ paginator.next_page }}/" title="{{ site.data.language.next_posts }}">{{ site.data.language.next }} »</a> | ||||
|     {% endif %} | ||||
|   </nav> | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue