Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team PR
teckids.org
Commits
a14aae58
Unverified
Commit
a14aae58
authored
11 months ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Add license to footer
parent
7e2cdbdb
No related branches found
No related tags found
No related merge requests found
Pipeline
#179721
passed
11 months ago
Stage: test
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config.toml
+3
-1
3 additions, 1 deletion
config.toml
templates/footer.html
+1
-0
1 addition, 0 deletions
templates/footer.html
with
4 additions
and
1 deletion
config.toml
+
3
−
1
View file @
a14aae58
...
...
@@ -2,6 +2,7 @@ base_url = "https://teckids.org"
title
=
"Teckids"
description
=
"Eine verstehbare (digitale) Welt – gemeinsam, für Alle."
author
=
"Teckids e.V."
default_language
=
"de"
...
...
@@ -51,7 +52,8 @@ issues = "https://edugit.org/Teckids/team-pr/teckids.org/-/issues"
[extra.footer]
address
=
"Kennedyallee 18<br/>53175 Bonn"
bank
=
"<b>IBAN:</b> DE31 3705 0198 1933 0485 46<br/><b>BIC:</b> COLSDE33XXX<br/>Sparkasse KoelnBonn"
bank
=
"<b>IBAN:</b> DEi31 3705 0198 1933 0485 46<br/><b>BIC:</b> COLSDE33XXX<br/>Sparkasse KoelnBonn"
license
=
"CC-BY-SA"
[[extra.footer.menu]]
label
=
"Kleingedrucktes"
...
...
This diff is collapsed.
Click to expand it.
templates/footer.html
+
1
−
0
View file @
a14aae58
...
...
@@ -48,6 +48,7 @@
</div>
</div>
<aside
class=
"section has-text-centered is-size-7"
>
© {{ config.author }} · Lizenziert unter {{ config.extra.footer.license }} (sofern nicht anders angegeben)
<br/>
Erstellt mit
<a
href=
"https://www.getzola.org/"
>
Zola
</a>
und
<a
href=
"https://bulma.io/"
>
Bulma
</a><br/>
{% if thing.path %}Diese Seite kann
<a
href=
"{{ config.extra.repo.web.tree }}/{{ thing.relative_path }}"
>
auf EduGit editiert werden
</a>
oder
<a
href=
"{{ config.extra.repo.web.issues }}"
>
eine Verbesserung vorgeschlagen werden
</a>
.
<br/>
{% endif %}
</aside>
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