18 lines
578 B
HTML
18 lines
578 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en-AU">
|
||
|
|
||
|
<head>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<meta charset="utf-8">
|
||
|
<title>{{ page.title }} - {{ site.title }}</title>
|
||
|
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
|
||
|
<link rel="stylesheet" href="{{ "/assets/style.css" | relative_url }}">
|
||
|
<link rel='stylesheet' href='/assets/material/style.css'>
|
||
|
<!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> -->
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
{{ content }}
|
||
|
</body>
|
||
|
|
||
|
</html>
|