Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Jan 28, 2014
1 parent ce92314 commit ec9becd
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="v2.0.1"></a>
### v2.0.1 (2014-01-27)


#### Bug Fixes

* **templates:** Fix express-hbs 404 issue introduced with Ghost 0.4. See #47 ([ce92314c](http://github.com/oswaldoacauan/ghostium/commit/ce92314c0a5576f3c84134db27ba009cc066580a))

<a name="v2.0.0"></a>
## v2.0.0 (2014-01-27)

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghostium",
"version": "2.0.0",
"version": "2.0.1",
"dependencies": {
"modernizr": "~2.6.2",
"jquery": "~2.0.3"
Expand Down
6 changes: 3 additions & 3 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<link href="//fonts.googleapis.com/" rel="dns-prefetch">
<link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400&subset=latin,latin-ext" rel="stylesheet">

<link rel="stylesheet" href="/assets/css/ef24533c.main.min.css"/>
<link rel="stylesheet" href="/assets/css/d843fc00.main.min.css"/>

<script src="/assets/js/36e4c2b3.head-scripts.min.js"></script>
<script src="/assets/js/9dc5e1f4.head-scripts.min.js"></script>

{{ghost_head}}
</head>
Expand All @@ -54,7 +54,7 @@

{{ghost_foot}}

<script src="/assets/js/145487f8.foot-scripts.min.js"></script>
<script src="/assets/js/92f7a6d0.foot-scripts.min.js"></script>

<script type="text/javascript">
{{> custom/config}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghostium",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Ghost theme focused on content based on Medium design/ux",
"url": "http://ghostium.oswaldoacauan.com/",
"copyright": "2013",
Expand Down
1 change: 1 addition & 0 deletions partials/custom/featured.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{! write anything below this to get it featured on your front page }}

0 comments on commit ec9becd

Please sign in to comment.