We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df60a0 commit 5a4d365Copy full SHA for 5a4d365
config.yaml
@@ -34,7 +34,7 @@ params:
34
title: NumPy News
35
36
shell:
37
- title: NumPy Shell
+ title: placeholder
38
section3:
39
title: CASE STUDIES
40
features:
layouts/partials/shell.html
@@ -1,11 +1,7 @@
1
-{{- $shell := .Site.Params.shell }}
2
-{{- $title := index $shell "title" }}
3
-
4
<div class="hero-right">
5
<div class="numpy-shell-canvas">
6
<div class="numpy-shell-container">
7
<div class="flex-column shell-title-container">
8
- <div class="shell-title">{{ $title }}</div>
9
{{ partial "shell-content.html" . }}
10
</div>
11
<!-- Interactive Shell -->
0 commit comments