try again
Some checks failed
Deploy / deploy (push) Failing after 47s

This commit is contained in:
2026-05-24 23:26:55 -03:00
parent 884f8fdefe
commit ff1bd46c99
4 changed files with 25 additions and 28 deletions

9
layouts/index.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ .Site.Title }}</title>
</head>
<body>
{{ .Content }}
</body>
</html>