File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
official-guides/getting-started Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
title : " Introduction"
2
2
content : " article.md"
3
- author : " MTA Team "
3
+ author : " multitheftauto "
4
4
date : " January 1, 2025"
5
5
revisions : []
6
6
assets : []
Original file line number Diff line number Diff line change 1
1
title : " Getting Started"
2
2
content : " article.md"
3
- author : " MTA Team "
3
+ author : " multitheftauto "
4
4
date : " January 1, 2025"
5
5
revisions : []
6
6
assets : []
Original file line number Diff line number Diff line change 1
1
title : " Privacy policy"
2
2
content : " article.md"
3
- author : " MTA Team "
3
+ author : " multitheftauto "
4
4
date : " January 1, 2025"
5
5
revisions : []
6
6
assets : []
Original file line number Diff line number Diff line change 1
1
{{ article.html_content }}
2
2
3
- < div style ="text-align: left; font-size: 0.8em; color: #b5b5b5; margin-top: 4em ; ">
3
+ < div style ="text-align: left; font-size: 0.8em; color: #b5b5b5; position: absolute; bottom: 0; padding-bottom: 20px; width: 100% ; ">
4
4
< div > Article: < strong > {{ article.title }}</ strong > </ div >
5
- < div style ="margin-top: 0.5em; "> Written by < em > {{ article.author }}</ em > on {{ article.date }}</ div >
5
+ < div style ="margin-top: 0.5em; "> Written by < i class =" fab fa-github " > </ i > < a href =" https://github.com/multitheftauto/ {{ article.author }}" rel =" noopener " target =" _blank " > {{ article.author }} </ a > on {{ article.date }}</ div >
6
6
</ div >
Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ a:hover {
43
43
text-decoration : none;
44
44
}
45
45
46
+ h1 {
47
+ padding : 0 ;
48
+ margin : 0 ;
49
+ }
46
50
p {
47
51
line-height : 1.5em ;
48
52
}
@@ -196,4 +200,5 @@ footer p {
196
200
main {
197
201
padding : 20px ;
198
202
text-align : left;
203
+ position : relative;
199
204
}
You can’t perform that action at this time.
0 commit comments