Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Menu
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Rautenkranz
site
Commits
ef13b0fd
Commit
ef13b0fd
authored
May 27, 2017
by
Tobias Rautenkranz
Browse files
Add feed icon
parent
afbf8675
Changes
4
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
ef13b0fd
title
:
tobias.rautenkranz.ch
email
:
mail@tobias.rautenkranz.ch
author
:
Tobias Rautenkranz
description
:
>
# this means to ignore newlines until "baseurl:"
Blog of Tobias Rautenkranz
baseurl
:
"
"
# the subpath of your site, e.g. /blog
...
...
_layouts/home.html
View file @
ef13b0fd
...
...
@@ -31,7 +31,7 @@ layout: default
</ul>
{% endif %}
<p>
subscribe
<a
href=
"{{ "
/
feed.xml
"
|
relative_url
}}"
>
via RSS
</a>
<a
class=
"feed"
href=
"{{ "
/
feed.xml
"
|
relative_url
}}"
>
feed
</a>
</p>
{{ content }}
...
...
assets/feed-icon-28x28.png
0 → 100755
View file @
ef13b0fd
1.7 KB
assets/main.css
View file @
ef13b0fd
...
...
@@ -200,17 +200,25 @@ pre {
background
:
#eee
;
}
a
.feed
{
background-image
:
url("/assets/feed-icon-28x28.png")
;
background-position
:
left
center
;
background-repeat
:
no-repeat
;
background-size
:
contain
;
padding-left
:
1.5em
;
}
footer
{
margin-top
:
5em
;
margin-bottom
:
3em
;
padding
:
0
0.5em
0
0.5em
;
border-style
:
solid
;
border-color
:
silver
;
border-width
:
1px
0
0
0
;
font-size
:
x-small
;
margin-top
:
5em
;
margin-bottom
:
3em
;
padding
:
0
0.5em
0
0.5em
;
border-style
:
solid
;
border-color
:
silver
;
border-width
:
1px
0
0
0
;
font-size
:
x-small
;
}
#licence
{
text-align
:
left
;
clear
:
both
;
font-size
:
xx-small
;
text-align
:
left
;
clear
:
both
;
font-size
:
xx-small
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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