Skip to content

Commit

Permalink
Merge pull request #66 from webdevhome/add-htmx
Browse files Browse the repository at this point in the history
add htmx
  • Loading branch information
alinnert committed Jul 4, 2024
2 parents 0a4242d + 636c31d commit 670a034
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdevhome.github.io",
"version": "2.0.32",
"version": "2.0.33",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
7 changes: 7 additions & 0 deletions src/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,13 @@
"icon": "alpinedotjs",
"color": "#8BC0D0"
},
{
"title": "HTMX",
"url": "https://htmx.org",
"description": "A library to add logic to HTML by using attributes.",
"icon": "htmx",
"color": "#3366CC"
},
{
"title": "Hotwire",
"url": "https://hotwired.dev",
Expand Down

0 comments on commit 670a034

Please sign in to comment.