Initial commit
This commit is contained in:
17
_layouts/default.html
Normal file
17
_layouts/default.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="h-100">
|
||||
<head prefix="og: http://ogp.me/ns#">
|
||||
{% include head/head.html %}
|
||||
</head>
|
||||
<body class="d-flex flex-column h-100">
|
||||
<div id="skip-to-content"><a href="#maincontent">Skip to main content</a></div>
|
||||
{% include collection-banner.html %}
|
||||
{% include collection-nav.html %}
|
||||
<main id="maincontent" role="main" class="flex-shrink-0">
|
||||
{{ content }}
|
||||
</main>
|
||||
{% include footer.html %}
|
||||
{% include foot.html %}
|
||||
{% include scroll-to-top.html %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user