Merge pull request #2476 from jekyll/stickermule-post
This commit is contained in:
		
						commit
						8792e509d7
					
				|  | @ -10,7 +10,7 @@ | ||||||
|     </ul> |     </ul> | ||||||
|     <h4>Recent Releases</h4> |     <h4>Recent Releases</h4> | ||||||
|     <ul> |     <ul> | ||||||
|       {% for post in site.posts limit:5 %} |       {% for post in site.categories.release limit:5 %} | ||||||
|       <li class="{% if page.title == post.title %}current{% endif %}"> |       <li class="{% if page.title == post.title %}current{% endif %}"> | ||||||
|         <a href="{{ post.url }}">Version {{ post.version }}</a> |         <a href="{{ post.url }}">Version {{ post.version }}</a> | ||||||
|       </li> |       </li> | ||||||
|  | @ -19,5 +19,15 @@ | ||||||
|         <a href="/docs/history/">History »</a> |         <a href="/docs/history/">History »</a> | ||||||
|       </li> |       </li> | ||||||
|     </ul> |     </ul> | ||||||
|  |     <h4>Other News</h4> | ||||||
|  |     <ul> | ||||||
|  |         {% for post in site.posts %} | ||||||
|  |         {% unless post.categories contains 'release' %} | ||||||
|  |         <li class="{% if page.title == post.title %}current{% endif %}"> | ||||||
|  |           <a href="{{ post.url }}">{{ post.title }}</a> | ||||||
|  |         </li> | ||||||
|  |         {% endunless %} | ||||||
|  |         {% endfor %} | ||||||
|  |     </ul> | ||||||
|   </aside> |   </aside> | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
|  | @ -0,0 +1,19 @@ | ||||||
|  | --- | ||||||
|  | layout: news_item | ||||||
|  | title: 'Pick Up your $1 Jekyll Sticker' | ||||||
|  | date: 2014-06-04 15:46:53 -0400 | ||||||
|  | author: parkr | ||||||
|  | categories: [partners] | ||||||
|  | --- | ||||||
|  | 
 | ||||||
|  |  | ||||||
|  | 
 | ||||||
|  | You may have heard that [@cobyism](https://github.com/cobyism)'s excellent | ||||||
|  | Jekyll logo has been made into a sticker. You may have sat idly by, wishing | ||||||
|  | that you could have a sticker honoring your beloved Jekyll. | ||||||
|  | 
 | ||||||
|  | The StickerMule team says, *"Pine no longer!"* StickerMule has **[discounted the | ||||||
|  | price of Jekyll stickers down to $1 and are offering free (domestic) | ||||||
|  | shipping](http://www.stickermule.com/marketplace/825-jekyll-stickers)!** | ||||||
|  | Go grab one now on the StickerMule marketplace – [they'll look | ||||||
|  | swell on your favourite hardware.](https://twitter.com/parkr/status/430826309707902976/photo/1) | ||||||
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 125 KiB | 
		Loading…
	
		Reference in New Issue