Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
support
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
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
jlugitlab
support
Commits
894a6f1a
Commit
894a6f1a
authored
5 years ago
by
Johannes Keyser
Browse files
Options
Downloads
Patches
Plain Diff
Trying to add favicon, see
#1
.
parent
b9024b4e
No related branches found
No related tags found
No related merge requests found
Pipeline
#33
passed
5 years ago
Stage: deploy
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
_config.yml
+2
-2
2 additions, 2 deletions
_config.yml
_includes/favicon_master.svg
+8299
-0
8299 additions, 0 deletions
_includes/favicon_master.svg
_includes/head.html
+1
-1
1 addition, 1 deletion
_includes/head.html
favicon.png
+0
-0
0 additions, 0 deletions
favicon.png
with
8303 additions
and
3 deletions
.gitignore
+
1
−
0
View file @
894a6f1a
...
...
@@ -2,3 +2,4 @@
_site
.sass-cache
*.gem
/.#index.html
This diff is collapsed.
Click to expand it.
_config.yml
+
2
−
2
View file @
894a6f1a
...
...
@@ -7,8 +7,8 @@
# Site settings
title
:
en
:
JLU GitLab
Pilot
de
:
JLU GitLab
Pilot
en
:
JLU GitLab
de
:
JLU GitLab
email
:
gitlab-help@lists.uni-giessen.de
description
:
en
:
Information and help for the GitLab pilot service of the Justus Liebig University Giessen.
...
...
This diff is collapsed.
Click to expand it.
_includes/favicon_master.svg
0 → 100644
+
8299
−
0
View file @
894a6f1a
This diff is collapsed.
Click to expand it.
_includes/head.html
+
1
−
1
View file @
894a6f1a
...
...
@@ -2,11 +2,11 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title[page.lang] | escape }}{% endif %}
</title>
<meta
name=
"description"
content=
"{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description[page.lang] }}{% endif %}"
>
<link
rel=
"stylesheet"
href=
"{{ "
/
css
/
main.css
"
|
prepend:
site.baseurl
}}"
>
<link
rel=
"icon"
type=
"image/png"
href=
"{{ "
/
favicon.png
"
|
prepend:
site.baseurl
}}"
>
<link
rel=
"canonical"
href=
"{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"
>
{% assign posts=site.posts | where:"ref", page.ref | sort: 'lang' %}{% for post in posts %}
<link
rel=
"alternate"
hreflang=
"{{ post.lang }}"
href=
"{{ post.url }}"
/>
{% endfor %}
...
...
This diff is collapsed.
Click to expand it.
favicon.png
0 → 100644
+
0
−
0
View file @
894a6f1a
1.33 KiB
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