Skip to content

Commit

Permalink
chore: use google contact form instead of indy
Browse files Browse the repository at this point in the history
  • Loading branch information
encody committed Jul 17, 2024
1 parent 36d9c13 commit be7a1a4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
3 changes: 2 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ logo = "img/geeklaunch.png"
mastodon = "geeklaunch@techhub.social"
twitter = "Geek_Launch"
youtube = "GeekLaunch"
contact = "https://docs.google.com/forms/d/e/1FAIpQLSfL9-JbBMUk2m4D31KouzAHntMtMOb9LOi7uQNiXYX6XEQhiQ/viewform?usp=sf_link"

[params.author]
name = "Jacob Lindahl"
Expand Down Expand Up @@ -75,7 +76,7 @@ weight = 20
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "https://weareindy.com/app/shared/forms/634577ccb25f8365f4aa7f42/zw1Icw3aBtCI90eLSzQVkpZiigUEBLHeaNKmJobnx4kTaPYMixQM3gDZMCFDsSHC/"
url = "https://docs.google.com/forms/d/e/1FAIpQLSfL9-JbBMUk2m4D31KouzAHntMtMOb9LOi7uQNiXYX6XEQhiQ/viewform?usp=sf_link"
weight = 30

[privacy]
Expand Down
20 changes: 12 additions & 8 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
This work is licensed under <a rel="license" href="{{ .Params.license.link }}">{{ .Params.license.name }}</a>.
</p>
{{ end }}
<p>&copy; Copyright {{ now.Format "2006" }} {{ .Site.Copyright }}.</p>
{{ if isset .Site.Params "payment" }}
<p class="f:10 f:monospace">
{{ range .Site.Params.payment }}
{{ .name }} {{ .identifier }}<br>
{{ end }}
</p>
{{ end }}
<p id="browserMessage" style="display:none">This site is designed for <a target="_blank" rel="noopener noreferrer"
href="https://firefox.com/">Firefox</a>, a web
browser that respects your privacy.</p>
Expand Down Expand Up @@ -44,5 +36,17 @@
<span class="sr-only">Mastodon profile</span>
</a>
{{ end }}

{{ if isset .Site.Params "contact" }}
<a href="{{ .Site.Params.contact }}">Contact</a>
{{ end }}
</p>
{{ if isset .Site.Params "payment" }}
<p class="f:10 f:monospace">
{{ range .Site.Params.payment }}
{{ .name }} {{ .identifier }}<br>
{{ end }}
</p>
{{ end }}
<p>&copy; Copyright {{ now.Format "2006" }} {{ .Site.Copyright }}.</p>
</footer>

0 comments on commit be7a1a4

Please sign in to comment.