aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/skeleton.php
diff options
context:
space:
mode:
authorwinter2025-01-13 20:37:34 +0000
committerwinter2025-01-13 20:37:34 +0000
commitf31d2abc237958bd9f33875f20198c4510389556 (patch)
tree57c0920666ca052d8850824ad47b326631764aa6 /templates/skeleton.php
parentfb9efd9f4682f528b1832622d192b9b5544584a9 (diff)
implement replying to posts
Diffstat (limited to 'templates/skeleton.php')
-rw-r--r--templates/skeleton.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/skeleton.php b/templates/skeleton.php
index 072f812..e678957 100644
--- a/templates/skeleton.php
+++ b/templates/skeleton.php
@@ -11,6 +11,7 @@ $user = Digitigrade\Model\UserAccount::findByCurrentSession();
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
+ <script src="https://unpkg.com/hyperscript.org@0.9.13"></script>
<script src="/static/language-switch.js" defer></script>
</head>