forked from Chaospott/site
		
	pagination now might work
This commit is contained in:
		
							
								
								
									
										10
									
								
								blog.html
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								blog.html
									
									
									
									
									
								
							| @@ -50,5 +50,13 @@ layout: default | ||||
| </script> | ||||
| {% endfor %} | ||||
|  | ||||
| <div class="page-navigation">{% if previous_page %}<a href="{{ previous_page_path }}">Zurück</a>{% endif %} | Seite {{ page }} von {{ total pages }} | {% if next_page %}<a href="{{ next_page_path }}">Vor</a>{% endif %}</div> | ||||
| <div class="page-navigation"> | ||||
| 	{% if previous_page %} | ||||
| 	<a href="{{ previous_page_path }}">Zurück</a> | ||||
| 	{% endif %} | ||||
| 	 | Seite {{ page }} von {{ total pages }} |  | ||||
| 	{% if next_page %} | ||||
| 	<a href="{{ next_page_path }}">Vor</a> | ||||
| 	{% endif %} | ||||
| </div> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 haggis
					haggis