File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 3
3
---
4
4
< main class ="container ">
5
5
< header >
6
- < h1 class ="post-title "> {{ page.title }}</ h1 >
6
+ < h1 class ="above-byline "> {{ page.title }}</ h1 >
7
7
< div class ="byline ">
8
8
< time class ="date ">
9
9
< i class ="far fa-calendar-alt "> </ i >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: main
3
- extraCSS:
4
- - css/api-page.css
5
3
---
6
- < main >
7
- < h1 id ="doc-page-title "> {{ page.title }}</ h1 >
8
- < a id ="edit-on-github " href ="{{ site.projectUrl }}/edit/master/{{ site.root }}/{{ page.url }} ">
9
- Edit this page on GitHub
10
- </ a >
4
+ < main class ="container ">
5
+ < header >
6
+ < h1 class ="above-byline "> {{ page.title }}</ h1 >
7
+ < div class ="byline ">
8
+ < a href ="{{ site.projectUrl }}/edit/master/{{ site.root }}/{{ page.url }} ">
9
+ < i class ="fab fa-github "> </ i >
10
+ Edit this page on GitHub
11
+ </ a >
12
+ </ div >
13
+ </ header >
11
14
< hr />
12
- < div id ="doc-page-container ">
13
- {{ content }}
14
- </ div >
15
+ {{ content }}
15
16
</ main >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ main.container {
21
21
.byline .author {
22
22
display : block;
23
23
}
24
- h1 : not (.post-title ) {
24
+ h1 : not (.above-byline ) {
25
25
margin-bottom : 20px ;
26
26
}
27
27
h1 + .byline {
You can’t perform that action at this time.
0 commit comments