File tree 2 files changed +14
-9
lines changed
2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ logo = "img/geeklaunch.png"
13
13
14
14
twitter = " Geek_Launch"
15
15
youtube = " GeekLaunch"
16
+ contact = " https://docs.google.com/forms/d/e/1FAIpQLSfL9-JbBMUk2m4D31KouzAHntMtMOb9LOi7uQNiXYX6XEQhiQ/viewform?usp=sf_link"
16
17
17
18
[params .author ]
18
19
name = " Jacob Lindahl"
@@ -75,7 +76,7 @@ weight = 20
75
76
[[menu .main ]]
76
77
identifier = " contact"
77
78
name = " Contact"
78
- url = " https://weareindy. com/app/shared/ forms/634577ccb25f8365f4aa7f42/zw1Icw3aBtCI90eLSzQVkpZiigUEBLHeaNKmJobnx4kTaPYMixQM3gDZMCFDsSHC/ "
79
+ url = " https://docs.google. com/forms/d/e/1FAIpQLSfL9-JbBMUk2m4D31KouzAHntMtMOb9LOi7uQNiXYX6XEQhiQ/viewform?usp=sf_link "
79
80
weight = 30
80
81
81
82
[privacy ]
Original file line number Diff line number Diff line change 4
4
This work is licensed under < a rel ="license " href ="{{ .Params.license.link }} "> {{ .Params.license.name }}</ a > .
5
5
</ p >
6
6
{{ end }}
7
- < p > © Copyright {{ now.Format "2006" }} {{ .Site.Copyright }}.</ p >
8
- {{ if isset .Site.Params "payment" }}
9
- < p class ="f:10 f:monospace ">
10
- {{ range .Site.Params.payment }}
11
- {{ .name }} {{ .identifier }}< br >
12
- {{ end }}
13
- </ p >
14
- {{ end }}
15
7
< p id ="browserMessage " style ="display:none "> This site is designed for < a target ="_blank " rel ="noopener noreferrer "
16
8
href ="https://firefox.com/ "> Firefox</ a > , a web
17
9
browser that respects your privacy.</ p >
44
36
< span class ="sr-only "> Mastodon profile</ span >
45
37
</ a >
46
38
{{ end }}
39
+
40
+ {{ if isset .Site.Params "contact" }}
41
+ < a href ="{{ .Site.Params.contact }} "> Contact</ a >
42
+ {{ end }}
47
43
</ p >
44
+ {{ if isset .Site.Params "payment" }}
45
+ < p class ="f:10 f:monospace ">
46
+ {{ range .Site.Params.payment }}
47
+ {{ .name }} {{ .identifier }}< br >
48
+ {{ end }}
49
+ </ p >
50
+ {{ end }}
51
+ < p > © Copyright {{ now.Format "2006" }} {{ .Site.Copyright }}.</ p >
48
52
</ footer >
You can’t perform that action at this time.
0 commit comments