move link preview
This commit is contained in:
@ -1,18 +1,13 @@
|
||||
<!doctype html>
|
||||
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
||||
|
||||
{%- include head.html -%}
|
||||
|
||||
<body class="dark-green garamond links-dark-green bg-washed-green">
|
||||
|
||||
{%- include header.html -%}
|
||||
|
||||
<main aria-label="Content">
|
||||
{{ content }}
|
||||
</main>
|
||||
|
||||
{%- include footer.html -%}
|
||||
{% include link-previews.html wrapperQuerySelector="content" %}
|
||||
<script src="{{ "/assets/js/scripts.js" | relative_url }}" async></script>
|
||||
{% include link-previews.html %}
|
||||
<script src="{{ "/assets/js/scripts.js" | relative_url }}" async></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user