diff --git a/web/mindflow.templ b/web/mindflow.templ index feae8e1..9033181 100644 --- a/web/mindflow.templ +++ b/web/mindflow.templ @@ -27,11 +27,10 @@ templ Mindflow(posts []mindflow.Post, categories []mindflow.Category, r *http.Re for _, line := range strings.Split(post.Body, "\n") { +

0 && line[0] == '>' { -

@templ.Raw(line)

- } else { -

@templ.Raw(line)

- } + class="quote" + }>@templ.Raw(line)

}