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-14 18:02:54 +0300
committeruPagge <git@upagge.ru>2021-05-14 18:02:54 +0300
commit75157d53b1c708b4953acc548ee509dda7e17b97 (patch)
treeadc382e941b0db7fe285404805d282653c7cc8c5 /layouts/shortcodes
parenta34e5c2763b54e95ab283aa1729bbe7b1a90bcc0 (diff)
new block user and see-also
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r--layouts/shortcodes/see-also.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/see-also.html b/layouts/shortcodes/see-also.html
index eca58d1..13406b3 100644
--- a/layouts/shortcodes/see-also.html
+++ b/layouts/shortcodes/see-also.html
@@ -4,7 +4,7 @@
{{ $related = $posts.ByDate | first 3 }}
{{ end }}
{{ with $related }}
-<div class="see-also">
+<aside class="see-also">
<span class="see-title">{{ T `seeAlso` }}</span>
<ul>
{{ range . }}
@@ -12,4 +12,4 @@
{{ end }}
</ul>
{{ end }}
-</div> \ No newline at end of file
+</aside> \ No newline at end of file