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-05-06 23:48:41 +0300
committeruPagge <git@upagge.ru>2021-05-06 23:48:41 +0300
commit611ac8512d8e72082bb7e52353030308443cbe3d (patch)
tree79c5b058aac4f7f4cc444d70d5030138caa64566 /layouts/shortcodes
parentc5721bd42cc3958a2d78c1512e83f6737b11a4d1 (diff)
prismjs
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/m.html2
-rw-r--r--layouts/shortcodes/s.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/m.html b/layouts/shortcodes/m.html
index 967c6d9..24f62fe 100644
--- a/layouts/shortcodes/m.html
+++ b/layouts/shortcodes/m.html
@@ -1 +1 @@
-<span class="m">{{ .Inner | $.Page.RenderString }}</span> \ No newline at end of file
+<span class="marker-text">{{ .Inner | $.Page.RenderString }}</span> \ No newline at end of file
diff --git a/layouts/shortcodes/s.html b/layouts/shortcodes/s.html
index 491a187..c8dde62 100644
--- a/layouts/shortcodes/s.html
+++ b/layouts/shortcodes/s.html
@@ -1 +1 @@
-<span class="s">{{ .Inner | $.Page.RenderString }}</span> \ No newline at end of file
+<span class="str">{{ .Inner | $.Page.RenderString }}</span> \ No newline at end of file