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
John O'Nolan
0a7074a716
Oops
2013-10-30 16:56:55 +01:00
John O'Nolan
928e7e3ffe
Make the single post view less shit when there's no blog logo
2013-10-30 16:55:54 +01:00
John O'Nolan
92ff4f4145
Merge pull request #51 from cobbspur/prefix
...
Uses prefix for tag helper
2013-10-28 01:41:25 -07:00
cobbspur
7aee698a98
Uses prefix for tag helper
2013-10-27 09:42:52 +00:00
Hannah Wolfe
fec0cc6ca6
Merge pull request #48 from willglynn/code_wrapping
...
<code>/<tt> elements should wrap since they're used inline
2013-10-26 09:19:10 -07:00
Will Glynn
23a97124ab
<code>/<tt> elements should wrap since they're used inline
2013-10-25 08:29:57 -05:00
John O'Nolan
a930d49bc3
Enhanced copyright date to be dynamic
...
Closes #41
2013-10-18 19:52:29 +02:00
John O'Nolan
692166bc2a
Fix positioning/rendering
2013-10-18 19:49:36 +02:00
John O'Nolan
d504ec0a16
Fix incorrect icon font implementation
...
Closes #35
2013-10-18 19:42:50 +02:00
John O'Nolan
06aee0b2c5
Merge pull request #42 from marchdoe/master
...
Extra semicolon
2013-10-18 10:35:55 -07:00
John O'Nolan
6ae7958315
Merge pull request #43 from chanster-net/master
...
Fixed invalid meta tag
2013-10-18 10:35:43 -07:00
Kevin C
58efcd6777
Fixed invalid meta tag. charset should be declared in the content attribute.
2013-10-18 10:08:42 -05:00
Doug March
09061d71f0
Extra semicolon
...
Deleting an extra semicolon.
2013-10-17 23:26:54 -04:00
William Golden
2ca7344203
Added page template to be compatible with pull #1139 .
2013-10-17 12:54:08 -05:00
John O'Nolan
d70beddd28
Merge pull request #31 from alicoding/master
...
Auto height for img in post-content
2013-10-15 00:58:45 -07:00
Hannah Wolfe
fa41e47672
Merge pull request #28 from JoeBonham/patch-1
...
Replaced table.plain LESS with equivalent CSS
2013-10-14 13:29:13 -07:00
Ali Al Dallal
8c52f22c9b
Auto height for img in post-content
2013-10-14 12:16:00 -04:00
JoeBonham
4b334adf8a
Fixed table.plain css
...
Looked to be LESS formatted CSS that hadn't been compiled. Just replaced with the equivalent compiled CSS.
2013-10-14 14:20:16 +01:00
Hannah Wolfe
10beda3f6c
Consistently use triple braces for post titles
2013-10-09 19:28:59 +01:00
John O'Nolan
6096654136
Updating ghost link
2013-10-06 17:49:48 +02:00
John O'Nolan
436f94e9a9
Moving webfonts from http:// to //
...
https://en.ghost.org/forum/bugs-suggestions/475-suggestion-remove-system-dependence-on-google-web-fonts
2013-10-04 09:52:54 +02:00
John O'Nolan
c4c276653d
Fix line-wrapping on gists
2013-09-27 16:59:50 +02:00
John O'Nolan
3b5443a97c
Dropped old image fixtures
2013-09-27 10:59:09 +02:00