mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-30 09:43:29 -05:00 
			
		
		
		
	Add translations for "Older" and "Newer"
This commit is contained in:
		| @@ -72,7 +72,7 @@ | ||||
|     {{ with .NextInSection }} | ||||
|     <a class="prev" href="{{ .Permalink }}"> | ||||
|         <div class="prev-caption"> | ||||
|             ← Newer | ||||
|             ← {{ i18n "newer_post" }} | ||||
|         </div> | ||||
|         <div class="prev-post"> | ||||
|             {{ .Title }} | ||||
| @@ -85,7 +85,7 @@ | ||||
|     {{ with .PrevInSection }} | ||||
|     <a class="next" href="{{ .Permalink }}"> | ||||
|         <div class="next-caption"> | ||||
|             Older → | ||||
|             {{ i18n "older_post" }} → | ||||
|         </div> | ||||
|         <div class="next-post"> | ||||
|             {{ .Title }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user