mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	Remove backslash at the end of baseURL
Also see: https://github.com/gohugoio/hugoThemesSite/issues/72
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
baseURL = "https://gohugo.io/"
 | 
					baseURL = "https://gohugo.io"
 | 
				
			||||||
title = "Hugo Themes"
 | 
					title = "Hugo Themes"
 | 
				
			||||||
author = "Steve Francia"
 | 
					author = "Steve Francia"
 | 
				
			||||||
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
 | 
					copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user