diff --git a/layouts/index.html b/layouts/index.en.html similarity index 100% rename from layouts/index.html rename to layouts/index.en.html diff --git a/layouts/index.ja.html b/layouts/index.ja.html new file mode 100644 index 000000000..13f893297 --- /dev/null +++ b/layouts/index.ja.html @@ -0,0 +1,63 @@ +{{ define "main" }} + + + + + + + + + The Falco Project + + + {{ T "cloud-native-runtime-security" | markdownify }} + + + + + + + + + + + + {{ T "home_falco_description" | markdownify }} + + + + + + + + + + + + +{{ with .Content }} +{{ . }} +{{ end }} + + + + + + {{ T "home_featured_videos" }} + {{ partial "videos.html" .}} + + + + + +{{ partial "logos.html" . }} + + + {{ T "cncf_status_statement" | markdownify }} + + + + + +{{ end }} diff --git a/layouts/index.ko.html b/layouts/index.ko.html new file mode 100644 index 000000000..13f893297 --- /dev/null +++ b/layouts/index.ko.html @@ -0,0 +1,63 @@ +{{ define "main" }} + + + + + + + + + The Falco Project + + + {{ T "cloud-native-runtime-security" | markdownify }} + + + + + + + + + + + + {{ T "home_falco_description" | markdownify }} + + + + + + + + + + + + +{{ with .Content }} +{{ . }} +{{ end }} + + + + + + {{ T "home_featured_videos" }} + {{ partial "videos.html" .}} + + + + + +{{ partial "logos.html" . }} + + + {{ T "cncf_status_statement" | markdownify }} + + + + + +{{ end }} diff --git a/layouts/index.ml.html b/layouts/index.ml.html new file mode 100644 index 000000000..13f893297 --- /dev/null +++ b/layouts/index.ml.html @@ -0,0 +1,63 @@ +{{ define "main" }} + + + + + + + + + The Falco Project + + + {{ T "cloud-native-runtime-security" | markdownify }} + + + + + + + + + + + + {{ T "home_falco_description" | markdownify }} + + + + + + + + + + + + +{{ with .Content }} +{{ . }} +{{ end }} + + + + + + {{ T "home_featured_videos" }} + {{ partial "videos.html" .}} + + + + + +{{ partial "logos.html" . }} + + + {{ T "cncf_status_statement" | markdownify }} + + + + + +{{ end }} diff --git a/layouts/index.zh.html b/layouts/index.zh.html new file mode 100644 index 000000000..13f893297 --- /dev/null +++ b/layouts/index.zh.html @@ -0,0 +1,63 @@ +{{ define "main" }} + + + + + + + + + The Falco Project + + + {{ T "cloud-native-runtime-security" | markdownify }} + + + + + + + + + + + + {{ T "home_falco_description" | markdownify }} + + + + + + + + + + + + +{{ with .Content }} +{{ . }} +{{ end }} + + + + + + {{ T "home_featured_videos" }} + {{ partial "videos.html" .}} + + + + + +{{ partial "logos.html" . }} + + + {{ T "cncf_status_statement" | markdownify }} + + + + + +{{ end }}
{{ T "cncf_status_statement" | markdownify }}