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
FS-PETRA-UPM
Enci-Documentation Web-UI
Commits
888a928e
Commit
888a928e
authored
Jan 12, 2022
by
Stephan Botta
Browse files
Update header-content.hbs
parent
2693d594
Pipeline
#19009
passed with stages
in 2 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/partials/header-content.hbs
View file @
888a928e
...
...
@@ -3,7 +3,11 @@
<div
class=
"navbar-brand"
>
<a
class=
"navbar-item"
href=
"
{{{
or
site
.
url
(
or
siteRootUrl
siteRootPath
)
}}}
"
>
{{
site
.
title
}}
</a>
<div
class=
"commit-version"
>
<p>
Version:
{{{
or
page
.
attributes
.
tag
page
.
attributes
.
commitreference
}}}
</p>
{{#if
page
.
attributes
.
tag
}}
<p>
Version:
{{
page
.
attributes
.
tag
}}
</p>
{{else}}
<p>
Version:
{{
page
.
attributes
.
commit-version
}}
</p>
{{/if}}
<p>
{{{
or
page
.
attributes
.
datelabel
'Datum:'
}}}
{{{
or
page
.
attributes
.
commitdate
'irgendwann'
}}}
</p>
</div>
<button
class=
"navbar-burger"
data-target=
"topbar-nav"
>
...
...
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