diff --git a/content/about.da.md b/content/about.da.md index 863c246..4dd0673 100644 --- a/content/about.da.md +++ b/content/about.da.md @@ -2,7 +2,7 @@ title: "Om os" --- -**data.coop** er en forening og et kooperativ. +**[data.coop]({{< ref "/" >}})** er en forening og et kooperativ. Vi — medlemmerne i kooperativet — ejer vores egne data. diff --git a/content/about.en.md b/content/about.en.md index 4ba5899..1f99d9f 100644 --- a/content/about.en.md +++ b/content/about.en.md @@ -2,7 +2,7 @@ title: "About" --- -**data.coop** is an association and a cooperative. +**[data.coop]({{< ref "/" >}})** is an association and a cooperative. We — the members of the cooperative — own our own data. diff --git a/content/membership.da.md b/content/membership.da.md index 817c312..fd7a49b 100644 --- a/content/membership.da.md +++ b/content/membership.da.md @@ -2,11 +2,11 @@ title: Bliv medlem --- -[data.coop](https://data.coop) er en demokratisk forening. Medlemmer bestemmer +[data.coop]({{< ref "/" >}}) er en demokratisk forening. Medlemmer bestemmer over foreningens generelle drift og hvordan data skal forvaltes. Dette sker som i en helt klassisk forening i henhold til vores vedtægter på den årlige generalforsamling. -Du bør læse vores [vedtægter](/rights/) og især vores [Acceptable Usage Policy (AUP)](https://git.data.coop/data.coop/dokumenter/src/branch/main/Acceptable%20Usage%20Policy.md) inden du melder dig ind. Har du spørgsmål, kan du finde os på [Matrix og IRC](/about/) eller [sende en e-mail til bestyrelsen](mailto:board@data.coop). +Du bør læse vores [vedtægter]({{< ref "/rights.md" >}}) og især vores [Acceptable Usage Policy (AUP)](https://git.data.coop/data.coop/dokumenter/src/branch/main/Acceptable%20Usage%20Policy.md) inden du melder dig ind. Har du spørgsmål, kan du finde os på [Matrix og IRC]({{< ref "/about.md" >}}) eller [sende en e-mail til bestyrelsen](mailto:board@data.coop). Du bliver medlem ved at overføre penge til vores konto og sende en email til vores kasserer, [benjaoming@data.coop](mailto:benjaoming@data.coop), med dit navn. diff --git a/content/membership.en.md b/content/membership.en.md index 7e401db..d55516f 100644 --- a/content/membership.en.md +++ b/content/membership.en.md @@ -2,14 +2,14 @@ title: Become a member --- -[data.coop](https://data.coop) is a cooperative established as a democratic association. +[data.coop]({{< ref "/" >}}) is a cooperative established as a democratic association. The members decide on the association's operations and how data should be governed. Governance resembles any classic association: We have legal statutes and formal general assemblies. -You need to read our [statutes](/rights/) and our +You need to read our [statutes]({{< relref "/rights.md" >}}) and our [Acceptable Usage Policy (AUP)](https://git.data.coop/data.coop/dokumenter/src/branch/main/Acceptable%20Usage%20Policy.md) before becoming a member. -If you have questions, you can find us on [Matrix or IRC](/about/) or [send an email to the board](mailto:board@data.coop). +If you have questions, you can find us on [Matrix or IRC]({{< ref "/about.md" >}}) or [send an email to the board](mailto:board@data.coop). *English speakers:* We would love to have you as a member. Many parts of this organization are already in English, diff --git a/content/rights.en.md b/content/rights.en.md index 180111e..98867dd 100644 --- a/content/rights.en.md +++ b/content/rights.en.md @@ -7,5 +7,5 @@ data.coop does not have a translation of its Danish statutes. The reason is that we cannot guarantee that the democratic process that established the Danish statutes would understand an English translation in the same way. While we work out this challenge, -we encourage that you use some auto-generated translation of the [Danish statutes](/rights/) +we encourage that you use some auto-generated translation of the [Danish statutes]({{< ref path="/rights.md" lang="da" >}}) and ask us questions about anything that would seem unclear. diff --git a/content/services/_index.da.md b/content/services/_index.da.md index 5b13f7c..0fb305b 100644 --- a/content/services/_index.da.md +++ b/content/services/_index.da.md @@ -5,10 +5,10 @@ title: Tjenester Visse tjenester **data.coop** driver er kun for medlemmer, andre er åbne for alle. -Alle tjenester er benævnt med [badges](/services/#badges), der deklarerer i hvor høj grad den +Alle tjenester er benævnt med [badges]({{< ref "/services/#badges" >}}), der deklarerer i hvor høj grad den enkelte tjeneste lever op til [kerneprincipperne defineret i formålsparagraffen -i vores vedtægter](/rights/#-2-formål). +i vores vedtægter]({{< ref "/rights.md#-2-formål" >}}). -Vi har skrevet en definition af [hvad de forskellige badges dækker over](/services/#badges). +Vi har skrevet en definition af [hvad de forskellige badges dækker over]({{< ref "/services/#badges" >}}). Klik på hver tjenestes navn for at se detaljer: diff --git a/themes/datacoop2020/layouts/_default/baseof.html b/themes/datacoop2020/layouts/_default/baseof.html index ab6ce44..8de261c 100644 --- a/themes/datacoop2020/layouts/_default/baseof.html +++ b/themes/datacoop2020/layouts/_default/baseof.html @@ -1,10 +1,10 @@ - + {{ partial "head.html" . }}