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-15 20:41:11 +0300
committeruPagge <git@upagge.ru>2021-03-15 20:41:11 +0300
commit81c80090bd44b28a8fc147659ecd124b247ca118 (patch)
treebc4eea96944a6f694ad7b65156d0272e3f1b13fb /layouts
parentf11f74c126f6558140f8d3bb8ab53a8d7295eb0e (diff)
fix css html5
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/content-image.html3
-rw-r--r--layouts/shortcodes/marker.html2
-rw-r--r--layouts/shortcodes/str.html2
3 files changed, 4 insertions, 3 deletions
diff --git a/layouts/shortcodes/content-image.html b/layouts/shortcodes/content-image.html
deleted file mode 100644
index c7774f0..0000000
--- a/layouts/shortcodes/content-image.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<div class="content-image">
-
-</div> \ No newline at end of file
diff --git a/layouts/shortcodes/marker.html b/layouts/shortcodes/marker.html
new file mode 100644
index 0000000..9ed2456
--- /dev/null
+++ b/layouts/shortcodes/marker.html
@@ -0,0 +1,2 @@
+{{ $text := cond $.IsNamedParams ($.Get "text") "" }}
+<span class="m">{{ $text }}</span> \ No newline at end of file
diff --git a/layouts/shortcodes/str.html b/layouts/shortcodes/str.html
new file mode 100644
index 0000000..d8a470b
--- /dev/null
+++ b/layouts/shortcodes/str.html
@@ -0,0 +1,2 @@
+{{ $text := cond $.IsNamedParams ($.Get "text") "" }}
+<span class="s">{{ $text }}</span> \ No newline at end of file