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
80b919a1
Verified
Commit
80b919a1
authored
2 years ago
by
Jake
Browse files
Options
Downloads
Patches
Plain Diff
fixed w3 validator errors and warnings
parent
5408cab7
No related branches found
No related tags found
No related merge requests found
Pipeline
#313522
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theme/templates/base.html
+3
-3
3 additions, 3 deletions
theme/templates/base.html
with
3 additions
and
3 deletions
theme/templates/base.html
+
3
−
3
View file @
80b919a1
...
...
@@ -32,13 +32,13 @@
</nav>-->
<header>
{% block site_header %}
<h1>
<a
href=
"{{ siteurl }}/{{ l }}/"
title=
"{{ t[l].banner.title|e }}"
><img
alt=
"{{ t[l].banner.alt|e }}"
src=
"{{ siteurl }}/{{ theme.static_dir }}/images/banner-logo.png"
><span>
{{ t[l].banner.prefix|e }}{{ t[l].sitename|e }}{{ t[l].banner.suffix|e }}
</span></a>
</h1>
<a
href=
"{{ siteurl }}/{{ l }}/"
title=
"{{ t[l].banner.title|e }}"
><img
alt=
"{{ t[l].banner.alt|e }}"
src=
"{{ siteurl }}/{{ theme.static_dir }}/images/banner-logo.png"
><span>
{{ t[l].banner.prefix|e }}{{ t[l].sitename|e }}{{ t[l].banner.suffix|e }}
</span></a>
{% block extra_header %}{% endblock extra_header %}
{% endblock site_header %}
</header>
<div
id=
"sitemenu-container"
>
<label
for=
"show-header-menu"
class=
"show-header-menu"
>
☰
</label>
<input
type=
"checkbox"
id=
"show-header-menu"
role=
"button"
>
<input
type=
"checkbox"
id=
"show-header-menu"
role=
"button"
aria-pressed=
"true"
>
<label
for=
"show-header-menu"
class=
"show-header-menu-bg"
>
</label>
{{ nav.render_menu(config.menuitems, l) }}
</div>
...
...
@@ -55,7 +55,7 @@
<div>
<a
href=
"https://asta.uni-goettingen.de/impressum/datenschutz/"
>
Datenschutz
</a>
<a
href=
"/fg-website/Impressum.md"
>
Impressum
</a>
<div>
<
/
div>
<div>
Fachgruppe Informatik Göttingen, 2022.
</div>
<!-- blablabla datenschutz,impressum etc... -->
</footer>
...
...
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