mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
21.58.2022 c21644c20739b563accbd3277672a12bbc7900c4
layouts/shortcodes/notice.html
@@ -9,7 +9,7 @@
  {{ end }}"
>
  <div
  <span
    class="notice__title{{ if eq $noticeType "warning" }}
      notice__title--warning
@@ -19,7 +19,7 @@
    {{ end }}"
  >
    {{- i18n $noticeType -}}
  </div>
</span>
  {{- $noteContent := (markdownify .Inner | chomp) -}}
  <div class="notice__content">
    {{ $noteContent }}