all but posts omg
This commit is contained in:
@ -23,26 +23,24 @@
|
||||
<script src="https://kit.fontawesome.com/884dded219.js" crossorigin="anonymous"></script>
|
||||
|
||||
{# Styles #}
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
<link rel="stylesheet" href="/assets/css/nav.css">
|
||||
<link rel="stylesheet" href="/assets/css/highlighting.css">
|
||||
<link rel="stylesheet" href="/assets/css/print.css">
|
||||
<link rel="stylesheet" href="/assets/css/postlist.css">
|
||||
<link rel="stylesheet" href="/assets/css/post.css">
|
||||
<style>{% include "css/main.css" %}</style>
|
||||
<style>{% include "css/nav.css" %}</style>
|
||||
<style>{% include "css/print.css" %}</style>
|
||||
|
||||
{# Heading anchors #}
|
||||
<script type="module">{% include "node_modules/@zachleat/heading-anchors/heading-anchors.js" %}</script>
|
||||
<style>{% getBundle "css" %}</style>
|
||||
|
||||
<script type="module">{% getBundle "js" %}</script>
|
||||
</head>
|
||||
<body>
|
||||
{% include "header.njk" %}
|
||||
|
||||
<main id="main">
|
||||
<heading-anchors>
|
||||
{{ content | safe }}
|
||||
{{ content | safe }}
|
||||
|
||||
<hr>
|
||||
</heading-anchors>
|
||||
<hr>
|
||||
</main>
|
||||
|
||||
{% include "footer.njk" %}
|
||||
|
||||
<!-- This page `{{ page.url }}` was built on {% currentBuildDate %} -->
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user