mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 02:12:49 +01:00 
			
		
		
		
	Minor Corrections (#49)
This commit is contained in:
		
				
					committed by
					
						
						digitalcraftsman
					
				
			
			
				
	
			
			
			
						parent
						
							0d072e1af9
						
					
				
				
					commit
					af49559963
				
			@@ -6,7 +6,6 @@ description = "Guide to emoji usage in Hugo"
 | 
				
			|||||||
tags = [
 | 
					tags = [
 | 
				
			||||||
    "emoji",
 | 
					    "emoji",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
emoji = "<span class='nowrap'> :orc: <code>:orc:</code></span><span class='nowrap'> :v_paw_fk1: <code>:v_paw_fk1:</code></span><span class='nowrap'> :cannabis_leaf: <code>:cannabis_leaf:</code></span>"
 | 
					 | 
				
			||||||
+++
 | 
					+++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Emoji can be enabled in a Hugo project in a number of ways. 
 | 
					Emoji can be enabled in a Hugo project in a number of ways. 
 | 
				
			||||||
@@ -35,7 +34,7 @@ font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,And
 | 
				
			|||||||
<style>
 | 
					<style>
 | 
				
			||||||
.emojify {
 | 
					.emojify {
 | 
				
			||||||
	font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
 | 
						font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
 | 
				
			||||||
	font-size: 5rem;
 | 
						font-size: 2rem;
 | 
				
			||||||
	vertical-align: middle;
 | 
						vertical-align: middle;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@media screen and (max-width:650px) {
 | 
					@media screen and (max-width:650px) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user