Compare commits

...

2 Commits
2.6.4 ... 1.3.7

Author SHA1 Message Date
0c27a8eaee Upgrading Casper to 1.3.7 2017-06-16 09:50:53 +01:00
2334ca8aa4 Allow line breaks from Bio (#310) 2017-06-05 09:06:47 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -1392,6 +1392,7 @@ body.page-template .post-title {
color: #50585D;
letter-spacing: 0;
text-indent: 0;
white-space: pre;
}
.author-meta {

View File

@ -2,7 +2,7 @@
"name": "casper",
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
"demo": "https://demo.ghost.io",
"version": "1.3.6",
"version": "1.3.7",
"engines": {
"ghost": ">=0.9.0 <1.0.0"
},