Skip to content

Commit

Permalink
add default page layout, connects Stripe library to everypage
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-bok committed May 4, 2017
1 parent f5582e0 commit f29b07a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/layouts/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" initial-scale="1.0">
<link rel="stylesheet" type="text/css" href="public/css/styles.css">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link href="https://fonts.googleapis.com/css?family=Pavanam" rel="stylesheet">
<script src="https://js.stripe.com/v3/"></script>
<!-- To best leverage Stripe’s advanced fraud functionality, include this script on every page on your site, not just the checkout page. -->
<title>FAC donation app</title>
</head>
<body>
<h1>I am the default template heading!</h1>
{{{content}}}
</body>
</html>

0 comments on commit f29b07a

Please sign in to comment.