File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,21 +22,24 @@ main:
2222 - name : Events
2323 URL : events
2424 weight : 2
25+ - name : Calendar
26+ URL : calendar
27+ weight : 3
2528 - name : Community
2629 identifier : community
2730 URL : community
28- weight : 3
31+ weight : 4
2932 - name : Stories
3033 URL : stories
31- weight : 4
34+ weight : 5
3235 - name : Services Directory
3336 URL : community/services
3437 parent : community
3538 weight : 2
3639 - name : About
3740 identifier : about
3841 URL : about
39- weight : 5
42+ weight : 6
4043 - name : Announcements
4144 URL : about/announcements
4245 parent : about
Original file line number Diff line number Diff line change 1+ ---
2+ title : " InnerSource Commons Calendar"
3+ subtitle : " "
4+ description : " The InnerSource Commons Calendar."
5+ draft : false
6+ ---
7+
8+ <section class =" section " >
9+ <div class =" container " >
10+ <div class="row align-items-center">
11+ <p>Welcome to the InnerSource Commons Calendar - we are so happy you are here! All our events are open to everyone. The magic happens when the community comes together to share learnings. We hope you will join our working groups and events!
12+ <div class="col-md-6 order-1 order-md-2 mb-4 mb-md-0">
13+ <iframe src =" https://calendar.google.com/calendar/embed?src=c_62694f414055ac569e5cb12dafbb0890ca22f3640b177a4b10b53171fbc9bdd4%40group.calendar.google.com " style =" border : 0 " width =" 800 " height =" 600 " frameborder =" 0 " scrolling =" no " ></iframe > </p >
14+ </div>
15+ </div>
16+ </div>
17+ </div >
18+ </section >
19+
20+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {{ define "main" }}
2+
3+ {{ partial "breadcrumbs.html" . }}
4+ {{ partial "page-header.html" . }}
5+
6+ {{ .Content }}
7+
8+ {{ end }}
Original file line number Diff line number Diff line change 1+ {{ define "main" }}
2+ {{ partial "breadcrumbs.html" . }}
3+ {{ partial "page-header.html" . }}
4+
5+ < section class ="section ">
6+ < div class ="container ">
7+ < div class ="row ">
8+ < div class ="col-lg-10 mx-auto ">
9+ < div class ="content "> {{ .Content }}</ div >
10+ </ div >
11+ </ div >
12+ </ div >
13+ </ section >
14+
15+ {{ end }}
You can’t perform that action at this time.
0 commit comments