summaryrefslogtreecommitdiff
path: root/_layouts/post.liquid
blob: 8b79e63e50765b127cba9752f0361d293c2bb918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>{{ page.title }}</title>
    </head>
    <body>
    <div>
      <h2>{{ page.title }}</h2>
      {{ page.content }}
    </div>
  </body>
</html>