summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: 9fa70251c3268e1db41c05e9daed89f848f31a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>{{page.title}}</title>
    <link rel="stylesheet" href="/css/main.css" />
  </head>

  <body>
    <div id="bucket">
      <h1>{{page.title}}</h1>

      {{content}}
    </div>
  </body>
</html>