|  | @@ -1,8 +1,9 @@
 | 
	
		
			
			| 1 | 1 |  name = "Hyde"
 | 
	
		
			
			| 2 | 2 |  license = "MIT"
 | 
	
		
			
			|  | 3 | +licenselink = "https://github.com/spf13/hyde/blob/master/LICENSE.md"
 | 
	
		
			
			| 3 | 4 |  description = "An elegant open source and mobile first theme"
 | 
	
		
			
			| 4 | 5 |  tags = ["blog", "company"]
 | 
	
		
			
			| 5 |  | -features = ["blog", ]
 | 
	
		
			
			|  | 6 | +features = ["blog", "themes", "disqus"]
 | 
	
		
			
			| 6 | 7 |  min_version = 0.14
 | 
	
		
			
			| 7 | 8 |  
 | 
	
		
			
			| 8 | 9 |  [author]
 | 
	
	
		
			
			|  | @@ -12,5 +13,5 @@ min_version = 0.14
 | 
	
		
			
			| 12 | 13 |  # If Porting existing theme
 | 
	
		
			
			| 13 | 14 |  [original]
 | 
	
		
			
			| 14 | 15 |      author =  "mdo"
 | 
	
		
			
			| 15 |  | -    homepage = "http://andhyde.com"
 | 
	
		
			
			| 16 |  | -    repo = "http://www.github.com/mdo/hyde"
 | 
	
		
			
			|  | 16 | +    homepage = "http://markdotto.com/"
 | 
	
		
			
			|  | 17 | +    repo = "https://www.github.com/mdo/hyde"
 |