aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index fa4902f..9a48c60 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -13,6 +13,7 @@
<title>{{ site.title }}</title>
{% endif %}
<link rel="stylesheet" href="/style.css">
+ <script src="/script.js" defer></script>
</head>
<body>
<header class="invert plainlink">
@@ -33,6 +34,7 @@
</nav>
<article class="limitwidth content">
{% if page.toc %}{% toc %}{% endif %}
+ {% if page.post %}{% include outdated.html date=page.date %}{% endif %}
{{ content }}
</article>
{% if page.post %}