File tree 8 files changed +14
-20
lines changed
8 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 5
5
/deps
6
6
erl_crash.dump
7
7
* .ez
8
+ .DS_Store
Original file line number Diff line number Diff line change 1
1
title : Slime
2
2
3
3
description : >
4
- An Elixir library for rendering Slim-like templates.
4
+ An Elixir library for rendering Slim-like templates
5
5
6
6
baseurl : " "
7
7
url : " http://slime-lang.com"
Original file line number Diff line number Diff line change 2
2
3
3
< div class ="wrapper ">
4
4
5
- < h2 class ="footer-heading "> {{ site.title }}</ h2 >
6
-
7
- < div class ="footer-col-wrapper ">
8
- < div class ="footer-col footer-col-1 ">
9
- < ul class ="contact-list ">
10
- < li > {{ site.title }}</ li >
11
- </ ul >
12
- </ div >
13
-
14
5
< div class ="footer-col footer-col-2 ">
15
6
< ul class ="social-media-list ">
16
7
{% if site.github_username %}
Original file line number Diff line number Diff line change 3
3
< meta name ="viewport " content ="width=device-width initial-scale=1 " />
4
4
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
5
5
6
- < title > {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</ title >
6
+ < title > {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} – {{ site.description }} </ title >
7
7
< meta name ="description " content ="{{ site.description }} ">
8
8
9
9
< link href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u " crossorigin ="anonymous ">
Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
.site-title {
14
- font-size : 26px ;
15
- line-height : 56px ;
16
- letter-spacing : -1px ;
17
- margin-bottom : 0 ;
14
+ background : url (/ assets/slime-logo.png ) no-repeat ;
15
+ display : block ;
18
16
float : left ;
17
+ height : 40px ;
18
+ position : relative ;
19
+ text-indent : -9999em ;
20
+ top : 8px ;
21
+ width : 80px ;
19
22
20
- & ,
21
- & :visited {
22
- color : $grey-color-dark ;
23
+ & :hover {
24
+ opacity : 0.8 ;
23
25
}
24
26
}
25
27
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: page
3
- title: Editors support
3
+ title: Editor Support
4
4
order: 3
5
5
---
6
6
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: page
3
- title: Phoenix integration
3
+ title: Phoenix Integration
4
4
order: 2
5
5
---
6
6
You can’t perform that action at this time.
0 commit comments