Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbitron committed Mar 18, 2015
2 parents 86e79ab + 8f8e263 commit a9e698e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Baun Changelog

## v1.3.2 - 18th March 2015

* [New] Added `{{ theme_url }}` template variable
* [Changed] Allow access to `posts` in pages
* [Fixed] Added 404 header
* [Fixed] "Missing events provider" Windows bug

## v1.3.1 - 13th March 2015

* [New] Added `/cache` folder
Expand Down
1 change: 1 addition & 0 deletions content/1-example/page.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
title: Example Page
----
# Example Page
This is an example of a sub page
6 changes: 3 additions & 3 deletions public/themes/baun/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="{{ base_url }}/themes/baun/bower_components/skeleton/css/normalize.css">
<link rel="stylesheet" href="{{ base_url }}/themes/baun/bower_components/skeleton/css/skeleton.css">
<link rel="stylesheet" href="{{ base_url }}/themes/baun/style.css">
<link rel="stylesheet" href="{{ theme_url }}/bower_components/skeleton/css/normalize.css">
<link rel="stylesheet" href="{{ theme_url }}/bower_components/skeleton/css/skeleton.css">
<link rel="stylesheet" href="{{ theme_url }}/style.css">
</head>
<body>

Expand Down

0 comments on commit a9e698e

Please sign in to comment.