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
aa6fbe68
Commit
aa6fbe68
authored
1 year ago
by
magicfelix
Browse files
Options
Downloads
Patches
Plain Diff
Add Baustellen-section to index page
parent
2282b199
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/frontpage/blocks/baustelle.html
+13
-0
13 additions, 0 deletions
templates/frontpage/blocks/baustelle.html
templates/index.html
+1
-1
1 addition, 1 deletion
templates/index.html
with
14 additions
and
1 deletion
templates/frontpage/blocks/baustelle.html
0 → 100644
+
13
−
0
View file @
aa6fbe68
<section
class=
"hero has-teckids-orange-light-bg"
>
<div
class=
"hero-body"
>
<div
class=
"container"
>
<div
class=
"columns is-centered is-half"
>
<div
class=
"content"
>
{% include "baustelle.html" %}
</div>
</div>
</div>
</div>
</section>
This diff is collapsed.
Click to expand it.
templates/index.html
+
1
−
1
View file @
aa6fbe68
...
...
@@ -3,6 +3,6 @@
{% block main %}
{% include "frontpage/blocks/claim.html" %}
{% include "frontpage/blocks/projects.html" %}
{% include "frontpage/blocks/
newsletter
.html" %}
{% include "frontpage/blocks/
baustelle
.html" %}
<!-- {% include "frontpage/blocks/news.html" %} -->
{% endblock %}
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