Skip to content
Snippets Groups Projects
Commit 8b547f02 authored by Julien Schmidt's avatar Julien Schmidt
Browse files

replace static shortcode with permalinks

parent e8220f48
No related branches found
No related tags found
No related merge requests found
......@@ -17,4 +17,4 @@ Bewohner der Studentenstadt Freimann, die dem Verein beitreten möchten, müssen
Die Kontaktadressen des aktuellen Vorstands finden sich im [Impressum]({{< ref "impressum.md" >}}).
## Satzung
Die aktuelle Satzung des StuStaNet e.V. ist [hier einsehbar]({{< static "satzung.pdf" >}}).
Die aktuelle Satzung des StuStaNet e.V. ist [hier einsehbar](https://stustanet.de/satzung.pdf).
......@@ -19,4 +19,4 @@ Residents of the Studentenstadt Freimann who would like to join the association
The contact details of the current board members can be found [Impressum]({{< ref "impressum.md" >}}).
## Statute
The current statute of the StuStaNet e.V. can be found [here]({{< static "satzung.pdf" >}}) (German).
The current statute of the StuStaNet e.V. can be found [here](https://stustanet.de/satzung.pdf) (German).
{{- .Scratch.Set "path" (.Get 0) -}}
{{- if hasPrefix (.Scratch.Get "path") "/" -}}
{{- .Scratch.Set "path" (slicestr (.Scratch.Get "path") 1) -}}
{{- end -}}
{{- .Scratch.Get "path" | absLangURL -}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment