diff --git a/site/themes/citra-bs-theme/layouts/shortcodes/mp4.html b/site/themes/citra-bs-theme/layouts/shortcodes/mp4.html index 51b4c6c..b9a9503 100644 --- a/site/themes/citra-bs-theme/layouts/shortcodes/mp4.html +++ b/site/themes/citra-bs-theme/layouts/shortcodes/mp4.html @@ -1,13 +1,15 @@
- - {{ with .Get "title" }} -
-

+
+ + {{ with .Get "title" }} +
+

{{ . }} -

-
- {{ end }} -

\ No newline at end of file + + + {{ end }} + + diff --git a/site/themes/citra-bs-theme/layouts/shortcodes/webm.html b/site/themes/citra-bs-theme/layouts/shortcodes/webm.html deleted file mode 100644 index a64bbde..0000000 --- a/site/themes/citra-bs-theme/layouts/shortcodes/webm.html +++ /dev/null @@ -1,13 +0,0 @@ -
- - {{ with .Get "title" }} -
-

- {{ . }} -

-
- {{ end }} -
\ No newline at end of file