File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ before:
10
10
builds :
11
11
- env :
12
12
- 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
13
16
goos :
14
17
- linux
15
18
- windows
Original file line number Diff line number Diff line change 1
1
< meta charset ="utf-8 ">
2
2
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
3
3
< title > {% if page.h1 %}{{page.title}}{% else %}{{page.title}} - {{site.title}}{% endif %}</ title >
4
+ < meta name ="referrer " content ="unsafe-url " />
4
5
< link rel ="stylesheet " href ="/css/style.css?{{site.time | date: "%s "}}" />
5
6
< script > if ( window . top . location != window . location ) { window . top . location . href = document . location . href ; } </ script >
6
7
{%-if page.url == '/'%}
You can’t perform that action at this time.
0 commit comments