diff --git a/content/en/kanvas/designer/comments/_index.md b/content/en/kanvas/designer/comments/_index.md index 44fae291..5991a0b8 100644 --- a/content/en/kanvas/designer/comments/_index.md +++ b/content/en/kanvas/designer/comments/_index.md @@ -5,6 +5,7 @@ description: > weight: 3 categories: [Designer] tags: [designs, collaboration, review] +format: [video] aliases: - /meshmap/designer/comments --- diff --git a/content/en/videos/getting-started/comments/adding-comments.md b/content/en/videos/getting-started/comments/adding-comments.md index a80475f1..4ca2449c 100644 --- a/content/en/videos/getting-started/comments/adding-comments.md +++ b/content/en/videos/getting-started/comments/adding-comments.md @@ -7,6 +7,9 @@ videoType: youtube # or "local" muted: true # optional autoplay: true # optional loop: true #optional +categories: [Designer] +formats: [video] +tags: [review, collaboration] --- {{< youtube bb6J--aApk8 >}} \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index a7480f23..fa87a9f9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -20,16 +20,17 @@ enableGitInfo = true [taxonomies] tag = "tags" category = "categories" +format = "formats" [params.taxonomy] # set taxonomyCloud = [] to hide taxonomy clouds -taxonomyCloud = ["tags", "categories"] +taxonomyCloud = ["tags", "categories", "format"] # If used, must have same length as taxonomyCloud -taxonomyCloudTitle = ["Tags", "Categories"] +taxonomyCloudTitle = ["Tags", "Categories", "Formats"] # set taxonomyPageHeader = [] to hide taxonomies on the page headers -taxonomyPageHeader = ["tags", "categories"] +taxonomyPageHeader = ["tags", "categories", "formats"] staticDir = ['static'] diff --git a/layouts/_default/content.html b/layouts/_default/content.html index 901c15f8..74e1227e 100644 --- a/layouts/_default/content.html +++ b/layouts/_default/content.html @@ -1,7 +1,7 @@