Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Portal
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fachschaft
Portal
Commits
5f11ef0a
Commit
5f11ef0a
authored
7 months ago
by
hanke
Browse files
Options
Downloads
Plain Diff
Merge branch 'introduce-favicon' into 'master'
Introduce apple-touch-icon to header. See merge request
!17
parents
ee367fe7
44ba09d2
No related branches found
No related tags found
1 merge request
!17
Introduce apple-touch-icon to header.
Pipeline
#6551
passed
7 months ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+6
-0
6 additions, 0 deletions
.gitignore
portal/static/img/portal.png
+0
-0
0 additions, 0 deletions
portal/static/img/portal.png
portal/templates/index.html
+5
-1
5 additions, 1 deletion
portal/templates/index.html
with
11 additions
and
1 deletion
.gitignore
+
6
−
0
View file @
5f11ef0a
...
...
@@ -24,3 +24,9 @@ instance
# Environment files (might contain secrets)
.env
# weird macOS files (maximum compatibility)
.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store
This diff is collapsed.
Click to expand it.
portal/static/img/portal.png
0 → 100644
+
0
−
0
View file @
5f11ef0a
13.9 KiB
This diff is collapsed.
Click to expand it.
portal/templates/index.html
+
5
−
1
View file @
5f11ef0a
...
...
@@ -10,7 +10,11 @@
/>
<link
rel=
"icon"
href=
"{{ url_for('static', filename='img/portal.svg') }}"
href=
"{{ url_for('static', filename='static/img/portal.svg') }}"
/>
<link
rel=
"apple-touch-icon"
href=
"{{ url_for('static', filename='static/img/portal.png') }}"
/>
</head>
...
...
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