summaryrefslogtreecommitdiff
path: root/_layouts/default.html
blob: 45835286c45871293373ac336b0c8895f4721fda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
  <title>{{ page.title }}</title>
  <meta charset="utf-8"/>
  <meta name="viewport" content="width=device-width"/>
  <link rel="icon" type="image/jpg" href="https://apropos.codes/assets/light.png"/>
  <link rel="stylesheet" href="https://apropos.codes/css/style.css"/>
  <link rel="stylesheet" href="https://apropos.codes/writeups/css/style.css"/>
  <style>
    header { padding-bottom: 1em; }
  </style>
</head>
<body>
{{ content }}
</body>
</html>