File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <!-- End Nav -->
1818
1919 <!-- Code that all your templates share, like a header -->
20+ {{ if and (ne .File.Path "community.md") (ne .Section "baselines") }}
21+ {{ partial "page-header.html" . }}
22+ {{ end }}
2023 {{ block "main" . }}
2124 <!-- The part of the page that begins to differ between templates -->
2225 {{ end }}
Original file line number Diff line number Diff line change 11{{ define "main" }}
2- < section id ="page-header ">
3- < div class ="row ">
4- < div class ="large-12 medium-12 small-12 small-center columns ">
5- < h2 > News</ h2 >
6- </ div >
7- </ div >
8- </ section >
9-
102<!-- merge internal and external content -->
113{{ $list := .Data.Pages }}
124< section class ="blog overview ">
Original file line number Diff line number Diff line change 11{{ define "main" }}
22< section class ="contributing content ">
3- < div class ="row ">
4- < h1 > {{ .Title }}</ h1 >
5- </ div >
63 < div class ="row ">
74 < div class ="large-12 medium-12 small-12 small-center columns ">
85 {{ .Content }}
Original file line number Diff line number Diff line change 11{{ define "main" }}
2- < section id ="page-header ">
3- < div class ="row ">
4- < div class ="large-12 medium-12 small-12 small-center columns ">
5- < h2 > Videos</ h2 >
6- </ div >
7- </ div >
8- </ section >
9-
102< section class ="articles ">
113 < div class ="row ">
124 < div class ="large-12 medium-12 small-12 small-center columns ">
@@ -22,5 +14,4 @@ <h2>Videos</h2>
2214 </ div >
2315 </ div >
2416</ section >
25-
2617{{ end }}
Original file line number Diff line number Diff line change 1+ < section id ="page-header ">
2+ < div class ="row ">
3+ < div class ="large-12 medium-12 small-12 small-center columns ">
4+ < h2 > {{ .Title }}</ h2 >
5+ </ div >
6+ </ div >
7+ </ section >
You can’t perform that action at this time.
0 commit comments