aboutsummaryrefslogtreecommitdiff
path: root/src/views/layout.ecr
diff options
context:
space:
mode:
authorIndrajith K L2024-06-21 13:18:29 +0530
committerIndrajith K L2024-06-21 13:18:29 +0530
commitff1da010408d49320253d5cda24777c547621ece (patch)
tree6842782e86194ba12a2336e28992ee98fb24f0a8 /src/views/layout.ecr
parent1d422d90f8d923ea8644a65d37de7d2948f1ddc4 (diff)
downloadindrajith-dev-crystal-ff1da010408d49320253d5cda24777c547621ece.tar.gz
indrajith-dev-crystal-ff1da010408d49320253d5cda24777c547621ece.tar.bz2
indrajith-dev-crystal-ff1da010408d49320253d5cda24777c547621ece.zip
HTMX and Strapi Integration
* Re-integrates HTMX * Integrate STRAPI API * Adds endpoints for fetching posts * Adds HTMX area for loading recent posts
Diffstat (limited to 'src/views/layout.ecr')
-rw-r--r--src/views/layout.ecr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/layout.ecr b/src/views/layout.ecr
index 2a537ea..abb2dae 100644
--- a/src/views/layout.ecr
+++ b/src/views/layout.ecr
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> <%= page_title %> | {indrajith.dev}</title>
<link rel="stylesheet" href="/css/styles.css">
+ <script src="https://unpkg.com/htmx.org@2.0.0"></script>
<link rel="icon" href="/favicon.ico">
</head>
<body>