mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-14 17:56:05 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
2b2d6e6d14 | |||
cd4e0e03f5 | |||
3993cbdcfa |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -696,13 +696,15 @@ The first (most recent) post in the list is styled to be bigger than the others
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.post-full-content img {
|
||||
.post-full-content img,
|
||||
.post-full-content video {
|
||||
display: block;
|
||||
margin: 1.5em auto;
|
||||
max-width: 1040px;
|
||||
}
|
||||
@media (max-width: 1040px) {
|
||||
.post-full-content img {
|
||||
.post-full-content img,
|
||||
.post-full-content video {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "casper",
|
||||
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
|
||||
"demo": "https://demo.ghost.io",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"engines": {
|
||||
"ghost": ">=1.0.0"
|
||||
},
|
||||
|
2
post.hbs
2
post.hbs
@ -80,7 +80,7 @@ into the {body} of the default.hbs template --}}
|
||||
<script>
|
||||
var disqus_config = function () {
|
||||
this.page.url = '{{url absolute="true"}}';
|
||||
this.page.identifier = 'ghost-{{id}}';
|
||||
this.page.identifier = 'ghost-{{comment_id}}';
|
||||
};
|
||||
(function() {
|
||||
var d = document, s = d.createElement('script');
|
||||
|
Reference in New Issue
Block a user