File tree 4 files changed +36
-11
lines changed
4 files changed +36
-11
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,25 @@ paginate = 10
14
14
15
15
# Main menu
16
16
17
+ [[menu .main ]]
18
+ name = " About"
19
+ weight = 1
20
+ [[menu .main ]]
21
+ parent = " About"
22
+ name = " What is ReactOS?"
23
+ url = " /what-is-reactos"
24
+ weight = 101
25
+ [[menu .main ]]
26
+ parent = " About"
27
+ name = " Is ReactOS legal?"
28
+ url = " /legal"
29
+ weight = 102
30
+ [[menu .main ]]
31
+ parent = " About"
32
+ name = " FAQ"
33
+ url = " /faq"
34
+ weight = 103
35
+
17
36
[[menu .main ]]
18
37
name = " News"
19
38
weight = 1
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="{{ .Site.LanguageCode }} ">
3
-
4
3
{{ partial "head.html" . }}
5
4
6
5
< body >
7
6
{{ partial "banner.html" . }}
8
7
9
8
< header >
10
-
11
9
{{ partial "nav.html" . }}
12
-
13
10
</ header >
14
11
15
12
{{ partial "breadcrumbs.html" . }}
37
34
</ div >
38
35
39
36
{{ partial "scripts.html" . }}
40
-
41
37
</ body >
42
38
</ html >
Original file line number Diff line number Diff line change 4
4
5
5
< div class ="col-md-4 ">
6
6
< ul class ="links ">
7
- < li > < a href ="/impressum " > Impressum </ a > </ li >
7
+ < li > < a href ="https://github.com/colinfinck/web-content/tree/master/content/{{ .File.Path }} " > Improve this page </ a > </ li >
8
8
</ ul >
9
9
</ div >
10
10
13
13
<!-- Not removing this link is part of the licence conditions of the template. Thanks for understanding :) -->
14
14
{{ i18n "portedBy" }} < a href ="https://github.com/devcows/hugo-universal-theme "> DevCows</ a >
15
15
16
- < div class ="social ">
17
- < a href ="https://facebook.com/ReactOS-19143619259 " target ="_blank "> < i class ="fa fa-facebook "> </ i > </ a >
18
- < a href ="https://github.com/reactos " target ="_blank "> < i class ="fa fa-github "> </ i > </ a >
19
- < a href ="https://twitter.com/reactos " target ="_blank "> < i class ="fa fa-twitter "> </ i > </ a >
20
- < a href ="https://vk.com/reactos_ru " target ="_blank "> < i class ="fa fa-vk "> </ i > </ a >
21
- < a href ="https://youtube.com/c/ReactOSCommunity " target ="_blank "> < i class ="fa fa-youtube "> </ i > </ a >
16
+ < div class ="pull-right ">
17
+ < div class ="social ">
18
+ < a href ="https://facebook.com/ReactOS-19143619259 " target ="_blank "> < i class ="fa fa-facebook "> </ i > </ a >
19
+ < a href ="https://github.com/reactos " target ="_blank "> < i class ="fa fa-github "> </ i > </ a >
20
+ < a href ="https://twitter.com/reactos " target ="_blank "> < i class ="fa fa-twitter "> </ i > </ a >
21
+ < a href ="https://vk.com/reactos_ru " target ="_blank "> < i class ="fa fa-vk "> </ i > </ a >
22
+ < a href ="https://youtube.com/c/ReactOSCommunity " target ="_blank "> < i class ="fa fa-youtube "> </ i > </ a >
23
+ </ div >
24
+
25
+ < ul class ="links ">
26
+ < li > < a href ="/impressum "> Impressum</ a > </ li >
27
+ </ ul >
22
28
</ div >
23
29
</ div >
24
30
</ div >
Original file line number Diff line number Diff line change @@ -3382,7 +3382,11 @@ a.list-group-item.active > .badge,
3382
3382
margin-right : 5px ;
3383
3383
}
3384
3384
3385
+ # copyright .social {
3386
+ float : left;
3387
+ }
3385
3388
# copyright ul .links {
3389
+ float : left;
3386
3390
list-style : none;
3387
3391
margin : 0 ;
3388
3392
}
You can’t perform that action at this time.
0 commit comments