Skip to content

Commit

Permalink
change page title
Browse files Browse the repository at this point in the history
  • Loading branch information
sxc committed Oct 4, 2023
1 parent f9bf07b commit a09ebd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions tailwind/styles.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
/* @tailwind base;
@tailwind base;
@tailwind components;
@tailwind utilities; */
@tailwind utilities;

@import "tailwindcss/base";
/* @import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";

.test {
font-size: 10rem;
}
@import "tailwindcss/utilities"; */
2 changes: 1 addition & 1 deletion templates/tailwind.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/assets/styles.css" />
<title>My Awesome Site</title>
<title>{{block "page-title" .}}My Awesome Site{{end}}</title>
</head>
<body class="min-h-screen bg-gray-100">
<header class="bg-gradient-to-r from-yellow-900 to-indigo-800 text-white">
Expand Down

0 comments on commit a09ebd0

Please sign in to comment.