Fix participate section

This commit is contained in:
Jonah 2019-08-06 16:10:39 -05:00
parent 0def00c9f9
commit d4568f509b
No known key found for this signature in database
GPG Key ID: B9D1C611859E0649
2 changed files with 8 additions and 2 deletions

View File

@ -91,7 +91,7 @@ participate:
at: "at"
discourse: "Join our Discourse community to stay up to date on privacy news or make suggestions!"
follow: "Follow us on"
mastodon: "Get the latest privacy-related updates from our Mastodon Feed. Follow us today!"
mastodon_follow: "Get the latest privacy-related updates from our Mastodon Feed. Follow us today!"
github: "Develop on GitHub"
github_d: "The complete website source code is available on GitHub. Join our developer team!"
contributors: "Contributor List"
@ -107,3 +107,9 @@ donate:
team: "privacytools.io team"
endorse: "does not necessarily endorse all of the cryptocurrencies listed on this page. Please conduct your own research before purchasing any cryptocurrencies."
thanks: "Thanks for your support. You are awesome!"
contact:
title: "Contact Us"
description: "Contact the privacytoolsIO team if you have any suggestions or are experiencing any issues."
editorial_team: "Editorial Team"
up_to_date: "It's very important to us to stay up-to-date on the latest changes in the privacy space."
reach_out: "If you have a software recommendation for us, or want to request a change on this website, please don't hesitate to reach out."

View File

@ -6,7 +6,7 @@
{%- capture discourse -%}{% t participate.discourse %}{%- endcapture -%}
{%- capture mastodon -%}{% t participate.follow %} Mastodon {% t participate.or %} Twitter{%- endcapture -%}
{%- capture mastodon2 -%}{% t participate.mastodon %}{%- endcapture -%}
{%- capture mastodon2 -%}{% t participate.mastodon_follow %}{%- endcapture -%}
{%- capture github -%}{% t participate.github %}{%- endcapture -%}
{%- capture github2 -%}{% t participate.github_d %}{%- endcapture -%}
{%- capture contrib -%}<a class="btn btn-warning mb-1" href="https://github.com/privacytoolsIO/privacytools.io/graphs/contributors">{% t participate.contributors %}</a>{%- endcapture -%}