Try to get things correctly
This commit is contained in:
		
					parent
					
						
							
								c878dcc5b5
							
						
					
				
			
			
				commit
				
					
						6fae65db3f
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -9,7 +9,7 @@ | |||
|                         {% elsif category[0] contains "final fantasy" %} | ||||
|                             {{ category[0] | capitalize_all | replace:'Xi','XI' | replace:'v','V'}} | ||||
|                         {% else %} | ||||
|                             {{ category[0] | capitalize_all }} | ||||
|                             {{ category[0] | capitalize_all | replace: 'suse', 'SUSE' }} | ||||
|                         {% endif %} | ||||
|                     {% endcategorylink %}</li> | ||||
|             {% endfor %} | ||||
|  |  | |||
		Reference in a new issue