Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Feb 3, 2014
1 parent 58ae72b commit 416fa04
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 26 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.2"></a>
### v2.0.2 (2014-02-03)


#### Bug Fixes

* **scripts:** Add correct focus on page load. Close #58 ([58ae72b3](http://github.com/oswaldoacauan/ghostium/commit/58ae72b3b29ff1b32f38fd6728b7c8d65044ed8f))

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

Expand Down
9 changes: 9 additions & 0 deletions assets/css/3c236dc6.main.min.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions assets/css/d843fc00.main.min.css

This file was deleted.

9 changes: 0 additions & 9 deletions assets/js/92f7a6d0.foot-scripts.min.js

This file was deleted.

9 changes: 9 additions & 0 deletions assets/js/a8765325.foot-scripts.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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.1",
"version": "2.0.2",
"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/d843fc00.main.min.css"/>
<link rel="stylesheet" href="/assets/css/3c236dc6.main.min.css"/>

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

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

{{ghost_foot}}

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

<script type="text/javascript">
{{> custom/config}}
Expand Down
2 changes: 1 addition & 1 deletion index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
</aside>

<section class="wrapper">
<section class="wrapper" tabindex="0">
<div class="wrapper-container">
{{> custom/featured this}}

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.1",
"version": "2.0.2",
"description": "A Ghost theme focused on content based on Medium design/ux",
"url": "http://ghostium.oswaldoacauan.com/",
"copyright": "2013",
Expand Down

0 comments on commit 416fa04

Please sign in to comment.