Skip to content

Commit be7a1a4

Browse files
committed
chore: use google contact form instead of indy
1 parent 36d9c13 commit be7a1a4

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

Diff for: config.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ logo = "img/geeklaunch.png"
1313
mastodon = "[email protected]"
1414
twitter = "Geek_Launch"
1515
youtube = "GeekLaunch"
16+
contact = "https://docs.google.com/forms/d/e/1FAIpQLSfL9-JbBMUk2m4D31KouzAHntMtMOb9LOi7uQNiXYX6XEQhiQ/viewform?usp=sf_link"
1617

1718
[params.author]
1819
name = "Jacob Lindahl"
@@ -75,7 +76,7 @@ weight = 20
7576
[[menu.main]]
7677
identifier = "contact"
7778
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"
7980
weight = 30
8081

8182
[privacy]

Diff for: layouts/partials/footer.html

+12-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
This work is licensed under <a rel="license" href="{{ .Params.license.link }}">{{ .Params.license.name }}</a>.
55
</p>
66
{{ end }}
7-
<p>&copy; 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 }}
157
<p id="browserMessage" style="display:none">This site is designed for <a target="_blank" rel="noopener noreferrer"
168
href="https://firefox.com/">Firefox</a>, a web
179
browser that respects your privacy.</p>
@@ -44,5 +36,17 @@
4436
<span class="sr-only">Mastodon profile</span>
4537
</a>
4638
{{ end }}
39+
40+
{{ if isset .Site.Params "contact" }}
41+
<a href="{{ .Site.Params.contact }}">Contact</a>
42+
{{ end }}
4743
</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>&copy; Copyright {{ now.Format "2006" }} {{ .Site.Copyright }}.</p>
4852
</footer>

0 commit comments

Comments
 (0)