Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Postal Owl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Postal Owl
Postal Owl
Commits
06aea6f6
Commit
06aea6f6
authored
4 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Added a favicon
parent
a1cf9f74
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/favicon.png
+0
-0
0 additions, 0 deletions
static/favicon.png
templates/base.html
+1
-0
1 addition, 0 deletions
templates/base.html
with
1 addition
and
0 deletions
static/favicon.png
0 → 100644
+
0
−
0
View file @
06aea6f6
10.1 KiB
This diff is collapsed.
Click to expand it.
templates/base.html
+
1
−
0
View file @
06aea6f6
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<html>
<html>
<head>
<head>
<title>
The Postal Owl
</title>
<title>
The Postal Owl
</title>
<link
rel=
"icon"
type=
"image/png"
href=
'{{ url_for('
static
',
filename=
'favicon.png'
)
}}'
>
<link
rel=
stylesheet
href=
"{{ url_for('static', filename='owl.css') }}?v=14"
type=
'text/css'
media=
all
>
<link
rel=
stylesheet
href=
"{{ url_for('static', filename='owl.css') }}?v=14"
type=
'text/css'
media=
all
>
{% if need_js %}
{% if need_js %}
<link
rel=
"stylesheet"
href=
'{{ url_for('
static
',
filename=
'github.css'
)
}}'
>
<link
rel=
"stylesheet"
href=
'{{ url_for('
static
',
filename=
'github.css'
)
}}'
>
...
...
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