You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: themes/chapel-theme/layouts/partials/series-item-name.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
{{ strings.TrimPrefix "Advent of Code 2022," .name }}
3
3
{{ else if and (strings.Contains .name "10 Myths About Scalable Parallel Programming Languages (Redux),") (eq .series "10 Myths About Scalable Parallel Programming Languages Redux") }}
4
4
{{ strings.TrimPrefix "10 Myths About Scalable Parallel Programming Languages (Redux)," .name }}
5
+
{{ else if and (strings.Contains .name "Navier-Stokes in Chapel — ") (eq .series "Navier-Stokes in Chapel") }}
6
+
{{ strings.TrimPrefix "Navier-Stokes in Chapel — " .name }}
7
+
{{ else if and (strings.Contains .name "NetCDF in Chapel, ") (eq .series "NetCDF in Chapel") }}
8
+
{{ strings.TrimPrefix "NetCDF in Chapel, " .name }}
0 commit comments