You've already forked Ghost-Theme-Casper
Whatever pass I lost count
This commit is contained in:
10
page.hbs
10
page.hbs
@@ -61,3 +61,13 @@ into the {body} of the default.hbs template --}}
|
||||
</main>
|
||||
|
||||
{{/post}}
|
||||
|
||||
{{!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs --}}
|
||||
{{#contentFor "scripts"}}
|
||||
<script>
|
||||
$(function() {
|
||||
var $postContent = $(".post-full-content");
|
||||
$postContent.fitVids();
|
||||
});
|
||||
</script>
|
||||
{{/contentFor}}
|
||||
|
||||
Reference in New Issue
Block a user