File tree 3 files changed +9
-10
lines changed
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
< footer >
2
2
< div class ="row ">
3
- < div class ="col-lg-12 footer ">
4
- < img src ="{{site.url}}{{site.footer_image_location}} "/> {% if page.last_updated %} Page last updated: {{page.last_updated}}{% endif %} Site last
5
- generated: {{ site.time | date: "%b %-d, %Y %X" }}
3
+ < div class ="col-lg-1 ">
4
+ < a target ="_blank " href ="https://github.com/HaxeCheckstyle/docs/edit/gh-pages{{page.url | replace: '.html', '.md'}} " class ="btn btn-primary btn-xs " role ="button "> < i class ="fa fa-book "> </ i > Edit Page</ a >
5
+ </ div >
6
+ < div class ="col-lg-11 footer ">
7
+ < img src ="{{site.url}}{{site.footer_image_location}} "/> {% if page.last_updated %} Page last updated: {{page.last_updated}}{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y %X" }}
6
8
</ div >
7
9
</ div >
8
10
</ footer >
Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
5
- < div class ="row ">
6
- < div class ="col-lg-11 post-header ">
7
- < h1 class ="post-title-main "> {% if page.homepage == true %} < img src ="https://raw.githubusercontent.com/HaxeCheckstyle/haxe-checkstyle/dev/resources/logo.png " alt ="logo " /> {% else %}{{ page.title }}{% endif %}</ h1 >
8
- </ div >
9
- < div class ="col-lg-1 ">
10
- < h1 class ="post-title-main "> < a target ="_blank " href ="https://github.com/HaxeCheckstyle/docs/edit/gh-pages{{page.url | replace: '.html', '.md'}} " class ="btn btn-primary btn-xs " role ="button "> < i class ="fa fa-book "> </ i > Edit Page</ a > </ h1 >
11
- </ div >
5
+ < div class ="post-header ">
6
+ < h1 class ="post-title-main "> {% if page.homepage == true %} < img
7
+ src ="https://raw.githubusercontent.com/HaxeCheckstyle/haxe-checkstyle/dev/resources/logo.png " alt ="logo "/> {% else %}{{ page.title }}{% endif %}</ h1 >
12
8
</ div >
13
9
14
10
< div class ="post-content ">
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ dt[id]{
85
85
86
86
body h1 {
87
87
margin-top : 40px ;
88
+ margin-bottom : 20px ;
88
89
}
89
90
90
91
.post-content img {
You can’t perform that action at this time.
0 commit comments