ebcd830693 
								
							 
						 
						
							
							
								
								Allow date filters to output ordinal days ( #6773 )  
							
							... 
							
							
							
							Merge pull request 6773 
							
						 
						
							2018-03-05 17:15:59 -05:00  
				
					
						
							
							
								 
						
							
								46b2501df6 
								
							 
						 
						
							
							
								
								Docs: Include version badge for latest features ( #6574 )  
							
							... 
							
							
							
							Merge pull request 6574 
							
						 
						
							2017-11-24 03:43:37 -05:00  
				
					
						
							
							
								 
						
							
								93e3eb06d2 
								
							 
						 
						
							
							
								
								Add latin mode to slugify ( #6509 )  
							
							... 
							
							
							
							Merge pull request 6509 
							
						 
						
							2017-11-02 23:07:25 -04:00  
				
					
						
							
							
								 
						
							
								945a24e568 
								
							 
						 
						
							
							
								
								Update templates.md ( #6466 )  
							
							... 
							
							
							
							Merge pull request 6466 
							
						 
						
							2017-10-22 11:39:08 -04:00  
				
					
						
							
							
								 
						
							
								85aebe9b90 
								
							 
						 
						
							
							
								
								Docs: updates ( #6407 )  
							
							... 
							
							
							
							Merge pull request 6407 
							
						 
						
							2017-10-03 03:52:13 -04:00  
				
					
						
							
							
								 
						
							
								2321370119 
								
							 
						 
						
							
							
								
								trim plugins page, clarify intention of templates ( #6311 )  
							
							... 
							
							
							
							Merge pull request 6311 
							
						 
						
							2017-08-18 12:46:54 -04:00  
				
					
						
							
							
								 
						
							
								13b9dcd466 
								
							 
						 
						
							
							
								
								Document difference between cgi_escape and uri_escape  #5970  ( #6081 )  
							
							... 
							
							
							
							Merge pull request 6081 
							
						 
						
							2017-06-14 16:37:21 -04:00  
				
					
						
							
							
								 
						
							
								5a1d78cadf 
								
							 
						 
						
							
							
								
								Fix wording in _docs/templates.md links section ( #6114 )  
							
							... 
							
							
							
							Merge pull request 6114 
							
						 
						
							2017-06-01 19:54:23 -04:00  
				
					
						
							
							
								 
						
							
								6c728120be 
								
							 
						 
						
							
							
								
								Use more precise language when explaining links ( #6078 )  
							
							... 
							
							
							
							Merge pull request 6078 
							
						 
						
							2017-05-23 02:47:39 -04:00  
				
					
						
							
							
								 
						
							
								1f5612dd1b 
								
							 
						 
						
							
							
								
								update broken links  
							
							... 
							
							
							
							where once there was a working url, there's now a broken redirect 
							
						 
						
							2017-02-26 16:02:17 +08:00  
				
					
						
							
							
								 
						
							
								42a65a57e6 
								
							 
						 
						
							
							
								
								Makes uri_escape template docs more specific.  
							
							... 
							
							
							
							I didn't know the difference between cgi_escape and uri_escape until it bit me when I had a colon in a title I used uri_escape on. Addressable::URI.encode (from addressable 2.4.0 and later) thought it was a URI and raised an error. I should have been using cgi_escape, which is for strings that will be added to URIs and not uri_escape, which is for encoding strings that are already in a URI.
This commit borrows from the addressable docs to make it more specific so that readers choose uri_escape when they already have a URI and cgi_escape when they are just escaping a plain string. 
							
						 
						
							2017-02-17 02:16:37 +00:00  
				
					
						
							
							
								 
						
							
								036d447f68 
								
							 
						 
						
							
							
								
								Merge pull request  #5694  from tomjohnson1492/patch-8  
							
							... 
							
							
							
							Merge pull request 5694 
							
						 
						
							2017-01-18 15:36:11 -05:00  
				
					
						
							
							
								 
						
							
								74e6ef83c9 
								
							 
						 
						
							
							
								
								Use defaults in config  
							
							... 
							
							
							
							All docs stored in _docs inherit from docs layout
All news items stored in _posts inherit from news-item layout 
							
						 
						
							2017-01-09 21:10:24 +01:00  
				
					
						
							
							
								 
						
							
								02a8ce5585 
								
							 
						 
						
							
							
								
								add spaces to variables  
							
							
							
						 
						
							2017-01-08 15:15:48 +01:00  
				
					
						
							
							
								 
						
							
								2c8b826460 
								
							 
						 
						
							
							
								
								made requested change  
							
							... 
							
							
							
							**includes** --> *includes* 
							
						 
						
							2016-12-28 23:00:06 -08:00  
				
					
						
							
							
								 
						
							
								b37b433b60 
								
							 
						 
						
							
							
								
								made requested updates  
							
							... 
							
							
							
							I made the requested updates. Mostly just small formatting improvements. 
							
						 
						
							2016-12-26 18:48:42 -08:00  
				
					
						
							
							
								 
						
							
								9e1c613818 
								
							 
						 
						
							
							
								
								Improve template docs  
							
							... 
							
							
							
							See https://github.com/jekyll/jekyll/pull/5630  for more details on the update. 
@jekyll/documentation
@DirtyF 
							
						 
						
							2016-12-25 20:37:24 -08:00  
				
					
						
							
							
								 
						
							
								8ed324007a 
								
							 
						 
						
							
							
								
								Merge pull request  #5513  from thiagoarrais/5415-group_by_exp-filter  
							
							... 
							
							
							
							Merge pull request 5513 
							
						 
						
							2016-12-09 16:01:21 -08:00  
				
					
						
							
							
								 
						
							
								5c965d6a20 
								
							 
						 
						
							
							
								
								Add connector param to array_to_sentence_string filter  
							
							
							
						 
						
							2016-11-22 17:38:33 -06:00  
				
					
						
							
							
								 
						
							
								92354fa7fc 
								
							 
						 
						
							
							
								
								Use site.baseurl before post_url tag  
							
							
							
						 
						
							2016-11-07 23:29:49 -06:00  
				
					
						
							
							
								 
						
							
								70fae19b88 
								
							 
						 
						
							
							
								
								Use site.baseurl before link tag  
							
							
							
						 
						
							2016-11-07 23:27:33 -06:00  
				
					
						
							
							
								 
						
							
								7f18ac8f99 
								
							 
						 
						
							
							
								
								Group using arbitraty Liquid expressions  
							
							
							
						 
						
							2016-11-04 18:16:46 -03:00  
				
					
						
							
							
								 
						
							
								6be62def90 
								
							 
						 
						
							
							
								
								move site to docs folder  
							
							
							
						 
						
							2016-11-02 13:51:14 -07:00