Convert case-studies to bundles (#9822)

This commit is contained in:
Bjørn Erik Pedersen
2018-08-20 21:07:54 +02:00
committed by k8s-ci-robot
parent 3c044ffc81
commit 5d6ca9ef5c
117 changed files with 2154 additions and 261 deletions
+4
View File
@@ -1,3 +1,7 @@
{{ define "main" }}
{{ with .Params.content_url }}
<meta http-equiv="refresh" content="0; URL='{{ . }}'" />
{{ else }}
{{ .Content }}
{{ end }}
{{ end }}