mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 10:22:44 +01:00 
			
		
		
		
	[Fix} incorrect indentation in sample yaml code (#676)
This commit is contained in:
		@@ -146,9 +146,9 @@ params:
 | 
			
		||||
        imageHeight: 120 # custom size
 | 
			
		||||
        buttons:
 | 
			
		||||
            - name: Archive
 | 
			
		||||
            url: "/archive"
 | 
			
		||||
                url: "/archive"
 | 
			
		||||
            - name: Github
 | 
			
		||||
            url: "https://github.com/"
 | 
			
		||||
                url: "https://github.com/"
 | 
			
		||||
 | 
			
		||||
    socialIcons: # optional
 | 
			
		||||
        - name: "<platform>"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user