File tree 5 files changed +46
-1
lines changed
5 files changed +46
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ date = "2016-06-03T16:03:09-04:00"
4
4
linktitle = " afterparty"
5
5
title = " After Party"
6
6
subtitle = " Punch Bowl Social"
7
-
7
+ sponsor = " /2016/img/sponsors/diamond/google.png "
8
8
+++
9
9
10
10
## GopherCon 2016 After Party
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ date = "2016-06-03T16:03:09-04:00"
4
4
linktitle = " preparty"
5
5
title = " Kick Off Party"
6
6
subtitle = " Wynkoop Brewing Company"
7
+ sponsor = " /2016/img/sponsors/kaztronix.png"
7
8
8
9
+++
9
10
Original file line number Diff line number Diff line change
1
+ {{ partial "header.html" . }}
2
+
3
+ < main class ="container generic ">
4
+ < section class ="row ">
5
+ < div class ="col-md-8 ">
6
+ < h2 > {{ .Title }}</ h2 >
7
+ {{ range .Data.Pages }}
8
+ < h3 > < a href ="{{ .RelPermalink }} "> {{ .Title }}</ a > </ h3 >
9
+ < small > {{ dateFormat "Monday, Jan 2, 2006" .Date }}</ small > < br /> < br />
10
+ {{ .Summary }}
11
+ {{ if .Truncated }} < br /> < br />
12
+ < a class ="readmore " href ="{{ .RelPermalink }} "> Read More < i class ="fa fa-arrow-circle-right "> </ i > </ a >
13
+ {{ end }}
14
+ {{ end }}
15
+ </ div >
16
+
17
+ {{ partial "sidebar.html" . }}
18
+ </ section >
19
+ </ main >
20
+ < main >
21
+ {{ partial "sponsors.html" . }}
22
+ </ main >
23
+ {{ partial "footer.html" . }}
Original file line number Diff line number Diff line change
1
+ {{ partial "header.html" . }}
2
+ {{ partial "navbar.html" . }}
3
+
4
+ < section class ="row ">
5
+ < main class ="container generic ">
6
+ < div class ="col-md-8 main ">
7
+ {{ .Content }}
8
+ </ div > <!-- generic col-md-10 -->
9
+
10
+ < div class ="col-md-3 col-md-offset-1 ">
11
+ Sponsored By
12
+ < hr />
13
+ < img src ="{{ .Params.sponsor }} " width ="200 " />
14
+ </ div >
15
+ </ main >
16
+ </ section >
17
+
18
+ < main >
19
+ {{ partial "sponsors.html" . }}
20
+ </ main >
21
+ {{ partial "footer.html" . }}
You can’t perform that action at this time.
0 commit comments