Author profile

This commit is contained in:
John O'Nolan
2021-03-04 17:22:45 -05:00
parent b5d0589222
commit 7617c7baf2
11 changed files with 195 additions and 272 deletions

View File

@ -40,14 +40,4 @@ into the {body} tag of the default.hbs template --}}
</article>
{{/post}}
{{!-- Scripts - Extra functionality for the post template --}}
<script>
$(document).ready(function () {
// FitVids - Makes video embeds responsive
var $postContent = $(".gh-content");
$postContent.fitVids();
});
</script>
{{/post}}