File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Calendar
3
- layout : ' infopage '
3
+ layout : ' calendar '
4
4
---
5
-
6
- hello
Original file line number Diff line number Diff line change
1
+ {{ define "main" }}
2
+
3
+ < div id ="home-jumbotron " class ="jumbotron text-center hero-content infopage-hero d-flex flex-column justify-content-center ">
4
+ < h1 class ="hero-title py-1 "> {{ .Title }}</ h1 >
5
+ </ div >
6
+
7
+
8
+ < div class ="bg-light justify-content-center infopage-content " style ="min-height: 60vh; ">
9
+ {{ .Content }}
10
+
11
+ < iframe loading ="lazy " src ="https://calendar.google.com/calendar/embed?src=1e24l8e726sovcff4jaebfjl9s%40group.calendar.google.com&ctz=America%2FLos_Angeles " style ="border: 0 " width ="800 " height ="600 " frameborder ="0 " scrolling ="no "> </ iframe >
12
+ </ div >
13
+
14
+ {{ end }}
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ body {
203
203
color : var (--text-color );
204
204
}
205
205
206
- .infopage-content > p > img {
206
+ .infopage-content > p > img , . infopage-content > iframe {
207
207
max-width : 100% ;
208
208
margin : auto;
209
209
display : block;
You can’t perform that action at this time.
0 commit comments