Skip to content

Commit

Permalink
bug: Added missing meta viewport tag to HTMX base.templ.tmpl file
Browse files Browse the repository at this point in the history
  • Loading branch information
Echo5678 committed Nov 23, 2024
1 parent ff91dce commit 0551019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/template/advanced/files/htmx/base.templ.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ templ Base() {
<html lang="en" {{if .AdvancedOptions.tailwind}}class="h-screen"{{end}}>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Go Blueprint Hello</title>
<link href="assets/css/output.css" rel="stylesheet"/>
<script src="assets/js/htmx.min.js"></script>
Expand Down

0 comments on commit 0551019

Please sign in to comment.