switch to index.md file and use layout from interchange website
This commit is contained in:
26
_layouts/default.html
Normal file
26
_layouts/default.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- <link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96" />-->
|
||||
<!-- <link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />-->
|
||||
<!-- <link rel="shortcut icon" href="/assets/favicon.ico" />-->
|
||||
<!-- <link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />-->
|
||||
<!-- <link rel="manifest" href="/assets/site.webmanifest" />-->
|
||||
|
||||
<link rel="stylesheet" href="/assets/global.css">
|
||||
|
||||
|
||||
<title>{{ page.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
{{ content }}
|
||||
</main>
|
||||
<footer>
|
||||
copyright 2025 Brendan Chen
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user