Fix header.html partial, update pagination in hugo.toml
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 11s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 11s
				
			This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| baseURL = 'https://rtj.dev/' | ||||
| languageCode = 'en-us' | ||||
| title = 'rtj.dev' | ||||
| paginate = 10 | ||||
| pagination.pagerSize = 10 | ||||
| theme = 'PaperMod' | ||||
| enableEmoji = true | ||||
| pygmentsUseClasses = true | ||||
|   | ||||
| @@ -98,7 +98,7 @@ | ||||
|  | ||||
|                 {{- $lang := .Lang}} | ||||
|                 {{- $separator := or $label_text (not site.Params.disableThemeToggle)}} | ||||
|                 {{- with site.Home.AllTranslations }} | ||||
|                 {{- with site.Home.Translations }} | ||||
|                 <ul class="lang-switch"> | ||||
|                     {{- if $separator }}<li>|</li>{{ end }} | ||||
|                     {{- range . -}} | ||||
| @@ -177,6 +177,5 @@ | ||||
|                 </li> | ||||
|             </div> | ||||
|         </ul> | ||||
|  | ||||
|     </nav> | ||||
| </header> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user