Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
4a542c39
Commit
4a542c39
authored
Jul 29, 2019
by
Jacek Lebioda
Browse files
Adding a favicon and title
#19
parent
30eb4f2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
_layouts/default.html
View file @
4a542c39
...
...
@@ -6,7 +6,10 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"{{ "
/
assets
/
main.css
"
|
relative_url
}}"
>
<link
rel=
"shortcut icon"
href=
"{{ "
/
assets
/
favicon.png
"
|
relative_url
}}"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"//fonts.googleapis.com/css?family=Lato:400,400italic,700"
media=
"all"
>
<title>
{{ site.title }}
</title>
</head>
<body>
...
...
assets/favicon.png
0 → 100644
View file @
4a542c39
521 Bytes
elixir-theme.gemspec
View file @
4a542c39
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"elixir-theme"
spec
.
version
=
"0.4.
4
"
spec
.
version
=
"0.4.
6
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment