File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ before:
1010builds :
1111 - env :
1212 - CGO_ENABLED=0
13+ ldflags :
14+ - -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
15+ main : ./cmd/fflint/main.go
1316 goos :
1417 - linux
1518 - windows
Original file line number Diff line number Diff line change 11 < meta charset ="utf-8 ">
22 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
33 < title > {% if page.h1 %}{{page.title}}{% else %}{{page.title}} - {{site.title}}{% endif %}</ title >
4+ < meta name ="referrer " content ="unsafe-url " />
45 < link rel ="stylesheet " href ="/css/style.css?{{site.time | date: "%s "}}" />
56 < script > if ( window . top . location != window . location ) { window . top . location . href = document . location . href ; } </ script >
67 {%-if page.url == '/'%}
You can’t perform that action at this time.
0 commit comments