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
6956e920
Commit
6956e920
authored
1 year ago
by
codecraft
Browse files
Options
Downloads
Patches
Plain Diff
Add Alt text for project icon in `templates/project.html`
parent
685da912
No related branches found
Branches containing commit
No related tags found
1 merge request
!28
Neue Website basierend auf Zola
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/project.html
+1
-1
1 addition, 1 deletion
templates/project.html
with
1 addition
and
1 deletion
templates/project.html
+
1
−
1
View file @
6956e920
...
...
@@ -22,7 +22,7 @@
<div
class=
"container"
>
<div
class=
"columns is-vcentered"
>
<div
class=
"column is-one-third circle-bg"
>
<img
class=
"is-1by1"
src=
"/{{ section.extra.title_icon }}"
alt=
""
>
<img
class=
"is-1by1"
src=
"/{{ section.extra.title_icon }}"
alt=
"
Projekt-Icon
"
>
</div>
<div
class=
"project-theses"
>
{% for thesis in section.extra.theses %}
...
...
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