John O'Nolan
cee5389fb5
Gratuitous linebreak
2014-03-22 14:55:15 +01:00
John O'Nolan
cafb25786f
Give post titles more weight
2014-03-22 13:32:31 +01:00
John O'Nolan
a9eda22a4e
Better blockquotes
2014-03-22 12:08:52 +01:00
Hannah Wolfe
a41588f3e5
Version bump to 0.9.3
2014-03-20 19:17:26 +00:00
John O'Nolan
c965ac3f42
Merge pull request #89 from polygonix/add_taghbs
...
Add tag.hbs template
2014-03-19 22:12:10 +01:00
polygonix
381cdc7e29
Add tag.hbs template
...
Adds a tag.hbs template and some styles to correspond with it.
2014-03-19 11:10:43 +11:00
John O'Nolan
fdb52484b5
Update copyright
2014-03-13 22:39:56 +01:00
John O'Nolan
51b63ddeca
Merge pull request #85 from polygonix/add-package-json
...
Added "package.json" file
2014-03-03 11:00:26 +01:00
polygonix
b020823408
Added "package.json" file
...
Includes "name" and "version" setting
2014-03-03 20:58:59 +11:00
John O'Nolan
7406c1b7da
Merge pull request #82 from kennwhite/master
...
HTML5 valid markup for Twitter share link
2014-03-03 10:27:32 +01:00
John O'Nolan
be45bc3ce5
Updated icon font
2014-03-03 10:21:19 +01:00
kennwhite
87b892e461
HTML5 valid markup for Twitter share link
2014-03-02 21:51:53 -05:00
John O'Nolan
1655d519f6
Merge pull request #81 from halfdan/update-fitvids
...
Update jquery.fitvids.js to 1.1
2014-03-01 12:14:08 +01:00
Fabian Becker
53b33f2d4a
Update jquery.fitvids.js to 1.1
...
fixes #80
2014-03-01 03:51:08 +01:00
John O'Nolan
f39e92a5fd
Merge pull request #79 from cobbspur/hover
...
Added hover state for Author meta anchor
2014-02-28 23:42:31 +01:00
John O'Nolan
348b8cf6ce
Remove unused old Normalize.css file
2014-02-24 14:33:37 +01:00
John O'Nolan
a60dcf99d5
Remove CSS @import with inline minified normalize.css
...
See #57
2014-02-24 14:32:10 +01:00
cobbspur
835ec25f0b
Added hover state for Author meta anchor
2014-02-23 12:20:41 +00:00
John O'Nolan
48bf106f25
Remove specific resolution optimisation
2014-02-03 23:21:26 +07:00
John O'Nolan
55784b4348
Corrected link
2014-02-02 16:39:22 +01:00
John O'Nolan
0efa582d77
Better responsive images
...
Closes #76
2014-01-31 14:35:24 +07:00
John O'Nolan
7546018136
Add support for author.url and author.location output
...
Closes #72
2014-01-27 19:16:17 +07:00
John O'Nolan
74a7b8bf25
Merge pull request #70 from altonius/patch-1
...
Update post.hbs - make twitter link https
2014-01-23 18:49:33 -08:00
altonius
492ba62e1f
Update post.hbs
...
updated twitter url to use https inline with the other sharing services
2014-01-15 20:58:34 +11:00
John O'Nolan
3c1b7d68ec
2013 => 2014
2014-01-13 01:34:33 +01:00
Hannah Wolfe
9a261d1e93
Adding explicit favicon link
2014-01-12 21:52:21 +00:00
John O'Nolan
b7a6f81a18
Removed conditional author check
...
Because a post always has an author. Except when Ghost first runs, and there is the welcome post with no author. But in this case Ghost simply outputs nothing - I haven’t been able to make anything explode.
2014-01-10 17:00:41 +01:00
John O'Nolan
61cfb3064b
Cleaned up comments and indentation
2014-01-10 16:59:27 +01:00
John O'Nolan
8b420d01a5
Add missing span to page template
...
Fixes #67
2014-01-10 16:31:25 +01:00
John O'Nolan
36fe40b9d7
Merge pull request #66 from mjbshaw/patch-1
...
Respect the blog URL (and subdirectory) in footer
2014-01-07 12:06:42 -08:00
Michael Bradshaw
0e1329f51f
Respect the blog URL (and subdirectory) in footer
2014-01-07 12:31:32 -07:00
Hannah Wolfe
5c8fc51848
Adding encode helper to share link
2014-01-06 21:06:42 +00:00
Hannah Wolfe
054f138135
Merge pull request #61 from jitendravyas/master
2013-12-28 15:15:28 +00:00
Jitendra Vyas
97e23d1238
replaced to html5 charset tag
...
http-equiv="Content-Type" content="text/html" is invalid in HTML5.
2013-12-28 15:15:07 +00:00
John O'Nolan
2d539998d4
Make blog title and description more legible on light backgrounds
...
Adds a light shadow to blog title and description to give slightly more contrast between text and background when a cover image is used with a predominently light colour. This is not a complete fix, because heavy shadows do not lend to the aesthetic of Casper - however it does go some way to making a small improvement to legibility in most cases.
Related: https://github.com/TryGhost/Ghost/issues/1768
2013-12-28 14:09:01 +01:00
John O'Nolan
f503b7e5eb
Merge pull request #62 from jitendravyas/patch-1
...
removed chrome frame option from meta tag
2013-12-28 03:13:36 -08:00
Jitendra Vyas
5b1e9c590f
removed chrome frame option from meta tag
...
Google has discontinue the Chrome frame project so I suggest to remove it. Event HTML5 boilerplate has removed it 8fc26501f4
2013-12-28 16:25:38 +05:30
John O'Nolan
657f9fb749
More stupid fixes
2013-12-02 11:53:48 +01:00
John O'Nolan
11ddc30545
Fix moronic bug
...
Introduced by me in 9096fbd977
2013-12-02 11:49:26 +01:00
Hannah Wolfe
7bc3dfa7e6
Merge pull request #55 from halfdan/asset-helper
...
Use asset helper to generate paths.
2013-11-28 07:21:05 -08:00
Fabian Becker
b5819fd970
Use asset helper to generate paths.
...
fixes #54
2013-11-28 13:43:06 +00:00
John O'Nolan
e4e8b0d902
Merge pull request #53 from NullGeo/master
...
Update normalize.css to v2.1.3
2013-11-17 03:52:07 -08:00
Gopal Adhikari
9dcf734f04
Update normalize.css to v2.1.3
2013-11-16 23:43:35 -07:00
Hannah Wolfe
8b38234565
Rename LICENSE.txt to LICENSE
2013-11-14 14:48:35 +00:00
Hannah Wolfe
72c4010f32
Merge pull request #39 from egdelwonk/feature/969_page_template
...
Added page template to be compatible with pull #1139 .
2013-11-06 12:31:32 -08:00
John O'Nolan
94f98f0d58
Replace Droid with Noto
...
Fixes #30 #46
2013-10-31 19:34:00 +01:00
John O'Nolan
2dcf64a8ce
Proper spacing for iframe embeds and responsive videos
2013-10-31 19:22:54 +01:00
John O'Nolan
38be6803b4
Cleanup
2013-10-31 19:09:15 +01:00
John O'Nolan
9096fbd977
Remove unscoped IDs
...
Fixes #15
2013-10-31 19:07:10 +01:00
John O'Nolan
4616c5bd1d
Responsive videos by default u guyz
2013-10-31 18:35:57 +01:00