File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ description: > # this means to ignore newlines until "show_exerpts:"
77 Google search results) and in your feed.xml site description.
88show_excerpts : false # set to true to show excerpts on the homepage
99
10- tag_permalink_style : pretty
11-
12- paginate : 2
10+ paginate : 5
1311paginate_path : " /blog/page:num/"
1412
13+ tag_permalink_style : pretty
1514tag_page_layout : tag_page
1615tag_page_dir : tag
1716
Original file line number Diff line number Diff line change 3939 {% endfor %}
4040 </ ul >
4141</ div >
42+ {% include tagcloud.html %}
Original file line number Diff line number Diff line change 8282 */
8383h1 , h2 , h3 , h4 , h5 , h6 {
8484 font-weight : $base-font-weight ;
85- margin-top : 1 em ;
85+ margin-top : 0.5 em ;
8686 margin-bottom : 0.5em ;
8787}
8888
Original file line number Diff line number Diff line change 8989}
9090
9191.post-link-wrapper {
92- margin-bottom : 1.5 em ;
92+ margin-bottom : 1.1 em ;
9393 & > .post-link {
9494 font-size : $base-font-size ;
9595 font-size : $post-link-font-size ;
103103
104104 .tag-cloud {
105105 margin-bottom : 2em ;
106+ & > a {
107+ display : inline-block ;
108+ margin-bottom : 1em ;
109+ }
106110 }
107111
108112.tag , .tag-cloud > a {
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "jekyll-dash"
5- spec . version = "1.0.2 "
5+ spec . version = "1.0.6 "
66 spec . authors = [ "Miguel Gonzalez Sanchez" ]
77 spec . email = [ "[email protected] " ] 88
You can’t perform that action at this time.
0 commit comments