Skip to content

Instantly share code, notes, and snippets.

View frantzypants's full-sized avatar

Sarah Frantz frantzypants

  • Grass Lake, Michigan
View GitHub Profile
@frantzypants
frantzypants / default.hbs
Created March 24, 2016 13:24
Bootstrap Ghost Theme Default.hbs
<!DOCTYPE html>
<html>
<head>
{{! Document Settings }}
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
{{! Page Meta }}
<title>{{meta_title}}</title>
<meta name="description" content="{{meta_description}}" />
$(document).ready(function() {
$("body").on("contextmenu",function(e){
return false;
});
});
@frantzypants
frantzypants / post.hbs
Last active October 15, 2015 21:54
Casper post.hbs with Discourse embed code
{{!< default}}
{{! The comment above "< default" means - insert everything in this file into
the {body} of the default.hbs template, which contains our header/footer. }}
{{! Everything inside the #post tags pulls data from the post }}
{{#post}}
<header class="main-header post-head {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}">
<nav class="main-nav {{#if image}}overlay{{/if}} clearfix">
<style>
.home-template .page-description {
color:#000;
}
</style>