Skip to content

Commit

Permalink
Add Alpine AJAX (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
imacrayon authored Oct 1, 2023
1 parent 6472895 commit 1d16a7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ var projects = map[string]Project{
Description: "Find vegan food in Wichita.",
Visible: true,
},
"imacrayon/alpine-ajax": {
Title: "Alpine AJAX",
Description: "An Alpine.js plugin for building AJAX-powered frontends.",
Visible: true,
},
}

var v = render.New(render.Options{
Expand Down

0 comments on commit 1d16a7b

Please sign in to comment.