Skip to content

Commit

Permalink
Update html.templ
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog authored Feb 13, 2024
1 parent abee783 commit a186152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/html.templ
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ templ head(title string) {
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Take care of your fosters"/>
<meta name="description" content="Hello world"/>
<title>{ title }</title>
<script src="/assets/js/[email protected]"></script>
<link href={ "/assets/css/output@" + version.Value + ".css" } rel="stylesheet"/>
Expand Down

0 comments on commit a186152

Please sign in to comment.