Skip to content

Commit 636c31d

Browse files
committed
add htmx
1 parent 0a4242d commit 636c31d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io",
3-
"version": "2.0.32",
3+
"version": "2.0.33",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

src/links.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,13 @@
721721
"icon": "alpinedotjs",
722722
"color": "#8BC0D0"
723723
},
724+
{
725+
"title": "HTMX",
726+
"url": "https://htmx.org",
727+
"description": "A library to add logic to HTML by using attributes.",
728+
"icon": "htmx",
729+
"color": "#3366CC"
730+
},
724731
{
725732
"title": "Hotwire",
726733
"url": "https://hotwired.dev",

0 commit comments

Comments
 (0)