Initial commit
This commit is contained in:
43
_layouts/default.html
Normal file
43
_layouts/default.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ page.html-lang | default: en }}">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ site.title[page.lang] }} - {{ page.title }}</title>
|
||||
<meta name="description" content="TODO" />
|
||||
<!-- <meta name="theme-color" content="#0a84ff" /> -->
|
||||
<!-- <link rel="icon" href="{{ '/assets/images/favicon.ico' | to_relative_path }}" /> -->
|
||||
|
||||
<!-- Styles -->
|
||||
<!-- <link rel="stylesheet" href="{{ '/assets/css/monochrome-filter.css' | to_relative_path }}"> -->
|
||||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | to_relative_path }}">
|
||||
<link rel="stylesheet" href="{{ '/assets/vendor/bootstrap5/css/bootstrap-icons.min.css' | to_relative_path }}">
|
||||
|
||||
<!-- Basic Open Graph -->
|
||||
<meta property="og:title" content="Page Title" />
|
||||
<meta property="og:description" content="A short description of this page." />
|
||||
<meta property="og:type" content="website" />
|
||||
<style>
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container-xxl">
|
||||
<a class="visually-hidden-focusable" href="#main">Skip to content</a>
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script>
|
||||
// Temporary inline script for development.
|
||||
|
||||
</script>
|
||||
<script src="{{ '/assets/js/main.js' | to_relative_path }}"></script>
|
||||
<!-- <script src="{{ '/assets/vendor/bootstrap5/js/bootstrap.min.js' | to_relative_path }}"></script> -->
|
||||
<script src="{{ '/assets/vendor/bootstrap5/js/bootstrap.bundle.min.js' | to_relative_path }}"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user