Skip to content
GitLab
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
129a9279
Commit
129a9279
authored
Jan 13, 2022
by
Stephan Botta
Browse files
Update header-content.hbs
parent
888a928e
Pipeline
#19058
passed with stages
in 2 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/partials/header-content.hbs
View file @
129a9279
...
...
@@ -3,11 +3,7 @@
<div
class=
"navbar-brand"
>
<a
class=
"navbar-item"
href=
"
{{{
or
site
.
url
(
or
siteRootUrl
siteRootPath
)
}}}
"
>
{{
site
.
title
}}
</a>
<div
class=
"commit-version"
>
{{#if
page
.
attributes
.
tag
}}
<p>
Version:
{{
page
.
attributes
.
tag
}}
</p>
{{else}}
<p>
Version:
{{
page
.
attributes
.
commit-version
}}
</p>
{{/if}}
<p>
Version:
{{{
or
page
.
attributes
.
commit-version
'Testbuild'
}}}
</p>
<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
.
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