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
3c5c2f5d
Commit
3c5c2f5d
authored
1 year ago
by
codecraft
Browse files
Options
Downloads
Patches
Plain Diff
Add footer
parent
0450fd28
No related branches found
Branches containing commit
No related tags found
1 merge request
!28
Neue Website basierend auf Zola
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/base.html
+3
-0
3 additions, 0 deletions
templates/base.html
templates/footer.html
+15
-0
15 additions, 0 deletions
templates/footer.html
with
18 additions
and
0 deletions
templates/base.html
+
3
−
0
View file @
3c5c2f5d
...
...
@@ -24,5 +24,8 @@
<main>
{% block main %}{% endblock %}
</main>
<footer
class=
"footer"
>
{% include "footer.html" %}
</footer>
</body>
</html>
This diff is collapsed.
Click to expand it.
templates/footer.html
0 → 100644
+
15
−
0
View file @
3c5c2f5d
{% set verein = get_taxonomy_term(kind="gemeinschaft", term="Verein") %}
<div
class=
"container"
>
<div
class=
"columns"
>
<div
class=
"column"
>
{% for page in verein.pages %}
<p
class=
"mb-4"
><a
href=
"{{ page.permalink }}"
>
{{ page.title }}
</a></p>
{% endfor %}
</div>
<div
class=
"column has-text-right"
>
<p
class=
"title is-3"
>
{{ config.title }}
</p>
<p>
Dieser Inhalt ist lizensiert unter CC-BY-SA 4.0+
</p>
<a
href=
"https://edugit.org/Teckids/team-pr/teckids.org"
>
In Quell-Repo editieren
</a>
</div>
</div>
</div>
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