File tree Expand file tree Collapse file tree 3 files changed +41
-15
lines changed Expand file tree Collapse file tree 3 files changed +41
-15
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,6 @@ params:
34
34
url : /shortcodes/
35
35
- title : Examples
36
36
url : /examples/
37
- keyfeatures :
38
- features :
39
- - title : Documented
40
- text : The theme is documented at https://theme.scientific-python.org.
41
- - title : Reusable
42
- text : " The theme is being used by
43
- [scientific-python.org](https://github.com/scientific-python/scientific-python.org),
44
- [numpy.org](https://github.com/numpy/numpy.org), and
45
- [scipy.org](https://github.com/scipy/scipy.org)."
46
- - title : Community Maintained
47
- text : The theme is maintained by the [Theme Team](/about/).
48
37
footer :
49
38
logo : logo.svg
50
39
socialmediatitle : " "
Original file line number Diff line number Diff line change
1
+ ---
2
+ title :
3
+ ---
4
+
5
+ {{< grid >}}
6
+
7
+ {{< card >}}
8
+ title = 'Documented'
9
+ body = '''
10
+ The theme is documented at https://theme.scientific-python.org .
11
+ '''
12
+ {{< /card >}}
13
+
14
+ {{< card >}}
15
+ title = 'Reusable'
16
+ body = '''
17
+ The theme is being used by
18
+ [ scientific-python.org] ( https://github.com/scientific-python/scientific-python.org ) ,
19
+ [ numpy.org] ( https://github.com/numpy/numpy.org ) , and
20
+ [ scipy.org] ( https://github.com/scipy/scipy.org ) .
21
+ '''
22
+ {{< /card >}}
23
+
24
+ {{< card >}}
25
+ title = 'Community Maintained'
26
+ body = '''
27
+ The theme is maintained by the [ Theme Team] ( /about/ ) .
28
+ '''
29
+ {{< /card >}}
30
+
31
+ {{< /grid >}}
Original file line number Diff line number Diff line change 7
7
{{ partial "panel.html" . }}
8
8
{{ end }}
9
9
10
- {{ if .Content }}
11
- {{ partial "single/content.html" . }}
12
- {{ end }}
13
-
14
10
{{ if .Site.GetPage "/news" }}
15
11
{{ partial "news.html" . }}
16
12
{{ end }}
17
13
14
+ {{ if .Content }}
15
+ < section class ="article content-padding ">
16
+ < div class ="content-container ">
17
+ < div class ="article-content ">
18
+ {{ .Content }}
19
+ </ div >
20
+ </ div >
21
+ </ section >
22
+ {{ end }}
23
+
18
24
{{ if .Site.Params.keyfeatures }}
19
25
{{ partial "keyfeatures.html" . }}
20
26
{{ end }}
You can’t perform that action at this time.
0 commit comments