File tree Expand file tree Collapse file tree 2 files changed +22
-7
lines changed
themes/brevis/layouts/blog Expand file tree Collapse file tree 2 files changed +22
-7
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Blog
3
+ ---
4
+
5
+ This is a list of blog posts, authored by lab members. The views
6
+ expressed in these posts are solely our own and do * not* reflect
7
+ the views of our respective institutions, employers, or founders.
Original file line number Diff line number Diff line change 1
1
{{- define "main" }}
2
- < ul >
3
- {{- range .Pages }}
4
- < li >
5
- < time > {{ .Date.Format "2006-01-02" }}</ time > : < a href ="{{ .RelPermalink }} "> {{ .Title | safeHTML }}</ a >
6
- </ li >
7
- {{- end }}
8
- </ ul >
2
+ < h1 > {{ .Title }}</ h1 >
3
+
4
+ < div >
5
+ {{- .Content }}
6
+ </ div >
7
+
8
+ < div >
9
+ < ul >
10
+ {{- range .Pages }}
11
+ < li >
12
+ < time > {{ .Date.Format "2006-01-02" }}</ time > : < a href ="{{ .RelPermalink }} "> {{ .Title | safeHTML }}</ a >
13
+ </ li >
14
+ {{- end }}
15
+ </ ul >
16
+ </ div >
9
17
{{- end }}
You can’t perform that action at this time.
0 commit comments