Skip to content

Commit

Permalink
Update the site history
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Feb 16, 2016
1 parent 4092836 commit 84f9bcd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
[hakiri]: https://hakiri.io/github/jekyll/jekyll/master
[travis]: https://travis-ci.org/jekyll/jekyll

By Tom Preston-Werner, Nick Quaranto, Parker Moore, and many [awesome contributors](https://github.com/jekyll/jekyll/graphs/contributors)!

Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind [GitHub Pages](http://pages.github.com), which you can use to host sites right from your GitHub repositories.

## Philosophy
Expand Down
6 changes: 3 additions & 3 deletions site/_docs/datafiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ of code in your Jekyll templates:
In `_data/members.yml`:

{% highlight yaml %}
- name: Tom Preston-Werner
github: mojombo
- name: Eric Mill
github: konklone

- name: Parker Moore
github: parkr
Expand All @@ -47,7 +47,7 @@ Or `_data/members.csv`:

{% highlight text %}
name,github
Tom Preston-Werner,mojombo
Eric Mill,konklone
Parker Moore,parkr
Liu Fengyun,liufengyun
{% endhighlight %}
Expand Down
10 changes: 5 additions & 5 deletions site/_docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ permalink: "/docs/history/"
### Bug Fixes
{: #bug-fixes-v3-0-3}

* Fix extension weirdness with folders ([#4493]({{ site.repository }}/issues/4493))
* EntryFilter: only include 'excluded' log on excluded files ([#4479]({{ site.repository }}/issues/4479))
* `Jekyll.sanitized_path`: escape tildes before sanitizing a questionable path ([#4468]({{ site.repository }}/issues/4468))
* `LiquidRenderer#parse`: parse with line numbers ([#4453]({{ site.repository }}/issues/4453))
* `Document#<=>`: protect against nil comparison in dates. ([#4446]({{ site.repository }}/issues/4446))
- Fix extension weirdness with folders ([#4493]({{ site.repository }}/issues/4493))
- EntryFilter: only include 'excluded' log on excluded files ([#4479]({{ site.repository }}/issues/4479))
- `Jekyll.sanitized_path`: escape tildes before sanitizing a questionable path ([#4468]({{ site.repository }}/issues/4468))
- `LiquidRenderer#parse`: parse with line numbers ([#4453]({{ site.repository }}/issues/4453))
- `Document#<=>`: protect against nil comparison in dates. ([#4446]({{ site.repository }}/issues/4446))


## 3.0.2 / 2016-01-20
Expand Down
2 changes: 1 addition & 1 deletion site/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer role="contentinfo">
<div class="grid">
<div class="unit one-third center-on-mobiles">
<p>The contents of this website are &copy;&nbsp;{{ site.time | date: '%Y' }} <a href="http://tom.preston-werner.com/">Tom Preston-Werner</a> under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
<p>The contents of this website are <br />&copy;&nbsp;{{ site.time | date: '%Y' }} under the terms of the <a href="{{ site.repository }}/blob/master/LICENSE">MIT&nbsp;License</a>.</p>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
Expand Down

0 comments on commit 84f9bcd

Please sign in to comment.