Skip to content

Commit

Permalink
Improve homepage title
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Nov 30, 2024
1 parent c0d8fdb commit 23aafba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/go/site/routes_home.templ
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ templ Home() {
cdnText := `<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar/bundles/datastar.js"></script>`
}}
@Page(
"A real-time hypermedia framework",
"Datastar - A real-time hypermedia framework",
"Datastar helps you build real-time web applications with the simplicity of server-side rendering and the power of a full-stack SPA framework.",
) {
<div class="flex flex-col w-full min-h-screen bg-base-200 md:bg-gradient-to-br md:items-center from-base-300 to-base-100">
Expand Down

0 comments on commit 23aafba

Please sign in to comment.