- Added the new post frontend - Hooked up publishing of posts to the site publisher - Added an site exporter as a publishing target
14 lines
334 B
HTML
14 lines
334 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/static/assets/main.css">
|
|
</head>
|
|
<body class="min-vh-100 d-flex flex-column">
|
|
{{ template "_common/nav" . }}
|
|
|
|
{{ embed }}
|
|
</body>
|
|
</html> |