diff --git a/layouts/partials/after-content-js.html b/layouts/partials/after-content-js.html
index 2892009..b15454c 100644
--- a/layouts/partials/after-content-js.html
+++ b/layouts/partials/after-content-js.html
@@ -14,13 +14,16 @@
+
+
+
{{/* a pangu support */}}
{{ if .Site.Params.features.pangu }}
-->
@@ -39,6 +39,9 @@
+
+
+
@@ -64,4 +67,3 @@
{{ .Site.Params.title }}
-
diff --git a/layouts/partials/row.html b/layouts/partials/row.html
index 66b8fd5..a3606b4 100644
--- a/layouts/partials/row.html
+++ b/layouts/partials/row.html
@@ -58,7 +58,7 @@
{{ .Content }}
-
+
{{/* add-on info 1: pictures */}}
{{/* new pictures API `pictures` (combine single & multiple pictures)*/}}
{{ $pictures_set := slice}}
@@ -71,6 +71,13 @@
{{ end }}
{{ end }}
+ {{ $video_caption := .Plain}}
+ {{ with .Params.video }}
+
+
+
+ {{ end }}
+
{{ if (eq (len $pictures_set) 1) }}
{{ range $pictures_set }}