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/' | baseURL = 'https://rtj.dev/' | ||||||
| languageCode = 'en-us' | languageCode = 'en-us' | ||||||
| title = 'rtj.dev' | title = 'rtj.dev' | ||||||
| paginate = 10 | pagination.pagerSize = 10 | ||||||
| theme = 'PaperMod' | theme = 'PaperMod' | ||||||
| enableEmoji = true | enableEmoji = true | ||||||
| pygmentsUseClasses = true | pygmentsUseClasses = true | ||||||
|   | |||||||
| @@ -98,7 +98,7 @@ | |||||||
|  |  | ||||||
|                 {{- $lang := .Lang}} |                 {{- $lang := .Lang}} | ||||||
|                 {{- $separator := or $label_text (not site.Params.disableThemeToggle)}} |                 {{- $separator := or $label_text (not site.Params.disableThemeToggle)}} | ||||||
|                 {{- with site.Home.AllTranslations }} |                 {{- with site.Home.Translations }} | ||||||
|                 <ul class="lang-switch"> |                 <ul class="lang-switch"> | ||||||
|                     {{- if $separator }}<li>|</li>{{ end }} |                     {{- if $separator }}<li>|</li>{{ end }} | ||||||
|                     {{- range . -}} |                     {{- range . -}} | ||||||
| @@ -177,6 +177,5 @@ | |||||||
|                 </li> |                 </li> | ||||||
|             </div> |             </div> | ||||||
|         </ul> |         </ul> | ||||||
|  |  | ||||||
|     </nav> |     </nav> | ||||||
| </header> | </header> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user