Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fachgruppenwebseite Metadaten
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
fginfo
Fachgruppenwebseite Metadaten
Commits
a342524a
Verified
Commit
a342524a
authored
2 years ago
by
Jake
Browse files
Options
Downloads
Patches
Plain Diff
hide h1 header on index.html
parent
8b75875c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#318855
passed
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theme/static/css/main.css
+13
-0
13 additions, 0 deletions
theme/static/css/main.css
theme/templates/index.html
+7
-0
7 additions, 0 deletions
theme/templates/index.html
with
20 additions
and
0 deletions
theme/static/css/main.css
+
13
−
0
View file @
a342524a
...
...
@@ -771,3 +771,16 @@ ul.cards li a:hover {
margin-bottom
:
0.2em
;
}
}
.visuallyhidden
{
border
:
0px
none
;
clip
:
rect
(
0px
,
0px
,
0px
,
0px
);
clip-path
:
inset
(
50%
);
height
:
1px
;
margin
:
-1px
;
overflow
:
hidden
;
padding
:
0px
;
position
:
absolute
;
width
:
1px
;
white-space
:
nowrap
;
}
This diff is collapsed.
Click to expand it.
theme/templates/index.html
+
7
−
0
View file @
a342524a
...
...
@@ -3,5 +3,12 @@
{% block breadcrumb %}
{% endblock breadcrumb %}
{% block page_header %}
<header
class=
"visuallyhidden"
>
<h1>
{{ render.softbreak_span(page.title) }}
</h1>
</header>
<hr>
{% endblock %}
{% block page_footer %}
{% endblock %}
This diff is collapsed.
Click to expand it.
Jake
@j.vondoemming
mentioned in issue
#52 (closed)
·
2 years ago
mentioned in issue
#52 (closed)
mentioned in issue #52
Toggle commit list
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