Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-08 20:14:28 +0300
committeruPagge <git@upagge.ru>2021-03-08 20:14:28 +0300
commit2669287a7d5a6da33466e3a2bbdd14dbf4d69ebe (patch)
treefc1dc39e02fe8cb936ea7e52dca1c3502600f79f /layouts/shortcodes
parent36e074d8c4b0915a14dae38d01e7bf37d11a86ce (diff)
fix css
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/block-media-left.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/shortcodes/block-media-left.html b/layouts/shortcodes/block-media-left.html
new file mode 100644
index 0000000..89c307d
--- /dev/null
+++ b/layouts/shortcodes/block-media-left.html
@@ -0,0 +1,3 @@
+<div class="block-media block-media_left">
+ {{ .Inner | $.Page.RenderString }}
+</div> \ No newline at end of file