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-06-04 22:21:02 +0300
committeruPagge <git@upagge.ru>2021-06-04 22:21:02 +0300
commit4b77da2e0bc62729fc6e2988e488781373da52ba (patch)
treede0a10a1cd6e94226de3db1d4a9749224cd38808
parentf38980024169bde496cdcc50b802d45e730ee713 (diff)
circuit
-rw-r--r--layouts/shortcodes/block-media-circuit.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/shortcodes/block-media-circuit.html b/layouts/shortcodes/block-media-circuit.html
new file mode 100644
index 0000000..e61298f
--- /dev/null
+++ b/layouts/shortcodes/block-media-circuit.html
@@ -0,0 +1,5 @@
+<aside>
+ <div class="cat-cit">
+ {{ .Inner | .Page.RenderString }}
+ </div>
+</aside> \ No newline at end of file