Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stustanet-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sindre
stustanet-website
Commits
8b547f02
Commit
8b547f02
authored
7 years ago
by
Julien Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
replace static shortcode with permalinks
parent
e8220f48
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
content/_index.de.md
+1
-1
1 addition, 1 deletion
content/_index.de.md
content/_index.en.md
+1
-1
1 addition, 1 deletion
content/_index.en.md
layouts/shortcodes/static.html
+0
-5
0 additions, 5 deletions
layouts/shortcodes/static.html
with
2 additions
and
7 deletions
content/_index.de.md
+
1
−
1
View file @
8b547f02
...
...
@@ -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
)
.
This diff is collapsed.
Click to expand it.
content/_index.en.md
+
1
−
1
View file @
8b547f02
...
...
@@ -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
)
.
This diff is collapsed.
Click to expand it.
layouts/shortcodes/static.html
deleted
100644 → 0
+
0
−
5
View file @
e8220f48
{{- .Scratch.Set "path" (.Get 0) -}}
{{- if hasPrefix (.Scratch.Get "path") "/" -}}
{{- .Scratch.Set "path" (slicestr (.Scratch.Get "path") 1) -}}
{{- end -}}
{{- .Scratch.Get "path" | absLangURL -}}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment