Skip to content

Commit 5a4d365

Browse files
committed
removes numpy shell title
1 parent 1df60a0 commit 5a4d365

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ params:
3434
title: NumPy News
3535

3636
shell:
37-
title: NumPy Shell
37+
title: placeholder
3838
section3:
3939
title: CASE STUDIES
4040
features:

layouts/partials/shell.html

-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
{{- $shell := .Site.Params.shell }}
2-
{{- $title := index $shell "title" }}
3-
41
<div class="hero-right">
52
<div class="numpy-shell-canvas">
63
<div class="numpy-shell-container">
74
<div class="flex-column shell-title-container">
8-
<div class="shell-title">{{ $title }}</div>
95
{{ partial "shell-content.html" . }}
106
</div>
117
<!-- Interactive Shell -->

0 commit comments

Comments
 (0)