aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2024-09-30 19:14:53 -0600
committerMelody Horn <melody@boringcactus.com>2024-09-30 19:14:53 -0600
commit1538c0fe5b9fcb6a92ede04698274024b8c68e92 (patch)
treec459c14bf508078bf68c35a16fb92aae329ea172 /_includes
parentae5d5d8148108a4b2b108e2642f39b1e9e6e9e83 (diff)
downloadboringcactus.com-1538c0fe5b9fcb6a92ede04698274024b8c68e92.tar.gz
boringcactus.com-1538c0fe5b9fcb6a92ede04698274024b8c68e92.zip
rework profiles elsewhere
Diffstat (limited to '_includes')
-rw-r--r--_includes/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/default.html b/_includes/default.html
index 710635f..61f43bf 100644
--- a/_includes/default.html
+++ b/_includes/default.html
@@ -36,6 +36,6 @@
<h1>{{ title }}{% if showDate %} <small>({{ page.date | date: "%d %b %Y", 'Etc/UTC' }})</small>{% endif %}</h1>
{{ content }}
</main>
-<script src="/assets/fuck-hn.js"></script>
+<script src="/assets/site.js"></script>
</body>
</html>