Skip to content

Commit

Permalink
fix: identation
Browse files Browse the repository at this point in the history
  • Loading branch information
uvulpos authored Jul 3, 2024
1 parent 206a185 commit e7bf351
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ const indexTmpl string = `
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
{{- if .CustomStyle}}
<style>
body { margin: 0; }
{{.CustomStyle}}
</style>
<style>
body { margin: 0; }
{{.CustomStyle}}
</style>
{{- end}}
{{- if .CustomScript}}
<script>
{{.CustomScript}}
</script>
<script>
{{.CustomScript}}
</script>
{{- end}}
</head>
<body>
Expand Down

0 comments on commit e7bf351

Please sign in to comment.