Extend Katacoda removal warning

Also cover HTML-based interactive tutorials that do not launch Katacoda
from a button. This commit only updates the English localization.
This commit is contained in:
Tim Bannister
2022-05-29 14:17:54 +01:00
parent e173bf4940
commit a7c5ec8eda
9 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
{{ block "deprecated" . }}
{{ partial "deprecation-warning.html" . }}
{{ end }}
{{ if .HasShortcode "kat-button" }}
{{ if or ( .HasShortcode "kat-button" ) ( .HasShortcode "katacoda-tutorial" ) }}
{{ block "katacoda-removal" . }}
{{ partial "katacoda-removal.html" . }}
{{ end }}