Skip to content

Commit

Permalink
UPDATE: goreleaser fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed Dec 11, 2023
1 parent a17990d commit c7b137c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ before:
builds:
- env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
main: ./cmd/fflint/main.go
goos:
- linux
- windows
Expand Down
1 change: 1 addition & 0 deletions docs/_includes/meta.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if page.h1 %}{{page.title}}{% else %}{{page.title}} - {{site.title}}{% endif %}</title>
<meta name="referrer" content="unsafe-url" />
<link rel="stylesheet" href="/css/style.css?{{site.time | date: "%s"}}" />
<script>if (window.top.location != window.location) { window.top.location.href = document.location.href; }</script>
{%-if page.url == '/'%}
Expand Down

0 comments on commit c7b137c

Please sign in to comment.