Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mariem Khlifi
stustanet-website
Commits
1ef37c90
Commit
1ef37c90
authored
Oct 06, 2019
by
Julien Schmidt
Browse files
fix gitlab link for non-content pages
parent
a3713063
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/_default/baseof.html
View file @
1ef37c90
...
...
@@ -102,7 +102,7 @@
<div
class=
"container"
>
<div
class=
"editPage"
>
<i
class=
"fa fa-pencil"
></i>
<a
href=
"{{ .Site.Params.gitEditBaseUrl }}{{
.File.Path
}}"
title=
"{{ i18n "
editPage
"
}}"
>
{{ i18n "editPage" }}
</a>
<a
href=
"{{ .Site.Params.gitEditBaseUrl }}{{
with .File }}{{ .Path }}{{ end
}}"
title=
"{{ i18n "
editPage
"
}}"
>
{{ i18n "editPage" }}
</a>
</div>
<div
class=
"center"
>
<a
href=
"/impressum"
>
{{ i18n "imprint" }}
</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment