Skip to content

Commit

Permalink
Add EORI number
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jun 28, 2023
1 parent 0a71a9d commit d4bc428
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wdes.fr/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
legalNumber = "82956288300019"
legalVatNumber = "FR 13829562883"
douaneEORI = "FR82956288300019"
[params.links]
github = "https://github.com/wdes"
gitlab = "https://gitlab.com/wdes"
twitter = "https://twitter.com/wdesfr"
linkedin = "https://www.linkedin.com/company/wdes/"
companyOfficialRegistryUrl = "https://annuaire-entreprises.data.gouv.fr/etablissement/82956288300019"
europaVies = "https://ec.europa.eu/taxation_customs/vies/"
douaneEORI = "https://www.douane.gouv.fr/eori"
mailto = "mailto:contact@wdes.eu"
email = "contact@wdes.eu"
1 change: 1 addition & 0 deletions wdes.fr/i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ email = "Email: "
address = "Gourin (56110), Britany, France"
legal-number = "SIRET: "
legal-intracom-number = "VAT : "
legal-EORI-number = "EORI : "

[numbers]
domains = "Domains"
Expand Down
1 change: 1 addition & 0 deletions wdes.fr/i18n/fr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ email = "Email : "
address = "Gourin (56110), Bretagne, France"
legal-number = "SIRET : "
legal-intracom-number = "TVA : "
legal-EORI-number = "EORI : "

[numbers]
domains = "Domaines"
Expand Down
1 change: 1 addition & 0 deletions wdes.fr/layouts/_default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ <h3>Wdes</h3>
<strong>{{ i18n "footer.email" }}</strong>{{ .Site.Params.links.email }}<br>
<strong>{{ i18n "footer.legal-number" }}</strong><a href="{{ .Site.Params.links.companyOfficialRegistryUrl }}" target="_blank" rel="noopener">{{ .Site.Params.legalNumber }}</a><br>
<strong>{{ i18n "footer.legal-intracom-number" }}</strong><a href="{{ .Site.Params.links.europaVies }}" target="_blank" rel="noopener">{{ .Site.Params.legalVatNumber }}</a><br>
<strong>{{ i18n "footer.legal-EORI-number" }}</strong><a href="{{ .Site.Params.links.europaVies }}" target="_blank" rel="noopener">{{ .Site.Params.douaneEORI }}</a><br>
</p>
<div class="social-links mt-3">
<!--sse-->
Expand Down

0 comments on commit d4bc428

Please sign in to comment.