Add a Community section and cleanup, closes #5057
This commit is contained in:
		
							parent
							
								
									8d2227a03a
								
							
						
					
					
						commit
						26b2a6251c
					
				|  | @ -8,6 +8,9 @@ | |||
|   <li class="{% if page.author %}current{% endif %}"> | ||||
|     <a href="/news/">News</a> | ||||
|   </li> | ||||
|   <li class="{% if page.url contains '/community/' %}current{% endif %}"> | ||||
|     <a href="/community/">Community</a> | ||||
|   </li> | ||||
|   <li class="{% if page.url contains '/help/' %}current{% endif %}"> | ||||
|     <a href="/help/">Help</a> | ||||
|   </li> | ||||
|  |  | |||
|  | @ -56,6 +56,7 @@ nav { | |||
|   ul { | ||||
|     padding: 0; | ||||
|     margin: 0; | ||||
|     white-space: nowrap; | ||||
|   } | ||||
| 
 | ||||
|   li { display: inline-block; } | ||||
|  |  | |||
|  | @ -1,10 +1,10 @@ | |||
| --- | ||||
| layout: docs | ||||
| title: JekyllConf | ||||
| permalink: /docs/jekyllconf/ | ||||
| layout: page | ||||
| title: Community | ||||
| permalink: /community/ | ||||
| --- | ||||
| 
 | ||||
| [JekyllConf](http://jekyllconf.com) is a free, online conference for all things Jekyll hosted by [CloudCannon](http://cloudcannon.com). Each year members of the Jekyll community speak about interesting use cases, tricks they've learned or meta Jekyll topics.  | ||||
| [JekyllConf](http://jekyllconf.com) is a free, online conference for all things Jekyll hosted by [CloudCannon](http://cloudcannon.com). Each year members of the Jekyll community speak about interesting use cases, tricks they've learned, or meta Jekyll topics.  | ||||
| 
 | ||||
| ## Featured | ||||
| {% assign random = site.time | date: "%s%N" | modulo: site.data.jekyllconf-talks.size %} | ||||
		Loading…
	
		Reference in New Issue