File tree Expand file tree Collapse file tree 2 files changed +14
-22
lines changed Expand file tree Collapse file tree 2 files changed +14
-22
lines changed Original file line number Diff line number Diff line change 31
31
<![endif]-->
32
32
</ head >
33
33
< body >
34
- < footer >
35
- < div class ="content ">
36
- < ul class ="list-unstyled ">
37
- < li > < a href ="https://github.com/git-for-windows/git/wiki/FAQ " target ="_blank "> FAQ</ a > </ li >
38
- < li > < a href ="https://github.com/git-for-windows/git " target ="_blank "> Repository</ a > </ li >
39
- < li > < a href ="http://groups.google.com/group/git-for-windows " target ="_blank "> Mailing List</ a > </ li >
40
- </ ul >
41
- < a href ="index.html "> < h1 class ="gittext lowercase "> Git for Windows</ h1 > </ a >
42
- < div class ="stud "> </ div >
43
- </ div >
44
- </ footer >
34
+ {{- partial "footer" . -}}
45
35
< section class ="details ">
46
36
< article >
47
37
{{ block "main" . }}
48
38
{{ .Content }}
49
39
{{ end }}
50
40
</ article >
51
41
</ section >
52
- < footer >
53
- < div class ="content ">
54
- < ul class ="list-unstyled ">
55
- < li > < a href ="https://github.com/git-for-windows/git/wiki/FAQ " target ="_blank "> FAQ</ a > </ li >
56
- < li > < a href ="https://github.com/git-for-windows/git " target ="_blank "> Repository</ a > </ li >
57
- < li > < a href ="http://groups.google.com/group/git-for-windows " target ="_blank "> Mailing List</ a > </ li >
58
- </ ul >
59
- < a href ="index.html "> < h1 class ="gittext lowercase "> Git for Windows</ h1 > </ a >
60
- < div class ="stud "> </ div >
61
- </ div >
62
- </ footer >
42
+ {{ partial "footer" . }}
63
43
{{- $jquery := resources.Get "js/jquery-1.10.2.min.js" -}}
64
44
{{- $fancybox := resources.Get "js/jquery.fancybox.js" -}}
65
45
{{- $mousewheel := resources.Get "js/jquery.mousewheel.js" -}}
Original file line number Diff line number Diff line change
1
+ < footer >
2
+ < div class ="content ">
3
+ < ul class ="list-unstyled ">
4
+ < li > < a href ="https://github.com/git-for-windows/git/wiki/FAQ " target ="_blank "> FAQ</ a > </ li >
5
+ < li > < a href ="https://github.com/git-for-windows/git " target ="_blank "> Repository</ a > </ li >
6
+ < li > < a href ="http://groups.google.com/group/git-for-windows " target ="_blank "> Mailing List</ a > </ li >
7
+ </ ul >
8
+ < a href ="index.html "> < h1 class ="gittext lowercase "> Git for Windows</ h1 > </ a >
9
+ < div class ="stud "> </ div >
10
+ </ div >
11
+ </ footer >
12
+
You can’t perform that action at this time.
0 commit comments