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
f1305f8a
Verified
Commit
f1305f8a
authored
2 years ago
by
Jake
Browse files
Options
Downloads
Patches
Plain Diff
added footer config option
parent
b3576177
No related branches found
No related tags found
No related merge requests found
Pipeline
#323097
passed
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config.json
+1
-0
1 addition, 0 deletions
config.json
theme/templates/base.html
+1
-7
1 addition, 7 deletions
theme/templates/base.html
with
2 additions
and
7 deletions
config.json
+
1
−
0
View file @
f1305f8a
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
"static_dir"
:
"theme"
,
"static_dir"
:
"theme"
,
"css_file"
:
"main.css"
,
"css_file"
:
"main.css"
,
"default_template"
:
"page.html"
,
"default_template"
:
"page.html"
,
"footer"
:
[],
"global_before"
:
[],
"global_before"
:
[],
"global_after"
:
[]
"global_after"
:
[]
},
},
...
...
This diff is collapsed.
Click to expand it.
theme/templates/base.html
+
1
−
7
View file @
f1305f8a
...
@@ -73,13 +73,7 @@
...
@@ -73,13 +73,7 @@
{% endblock global_after %}
{% endblock global_after %}
<footer
id=
"site-footer"
>
<footer
id=
"site-footer"
>
{#- TODO besserer footer -#}
{{ render.sections(config.theme.footer, lang, 2) }}
<div>
<a
href=
"https://asta.uni-goettingen.de/impressum/datenschutz/"
>
Datenschutz
</a>
<a
href=
"/fg-website/Impressum.md"
>
Impressum
</a>
</div>
<div>
Fachgruppe Informatik Göttingen, 2022.
</div>
<!-- blablabla datenschutz,impressum etc... -->
</footer>
</footer>
</body>
</body>
<!-- The Cake Is A Lie! -->
<!-- The Cake Is A Lie! -->
...
...
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