This commit is contained in:
2025-05-23 10:48:27 -03:00
parent 70713a2fd1
commit 27b1134cf4
16 changed files with 683 additions and 179 deletions

View File

@@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ .Title }}</title>
<link rel="stylesheet" href="{{ "css/main.css" | resources.Get | css.PostCSS | resources.Minify | resources.Fingerprint | relURL }}">
<link rel="stylesheet" href="{{ "css/styles.css" | relURL }}">
</head>
<body>
@@ -15,6 +17,5 @@
<footer class="text-center text-sm text-gray-500 mt-12 py-6 border-t">
© {{ now.Year }} {{.Site.Params.Author}}
</footer>
</body>
</html>