Remove extra div and move button class onto anchor

This commit is contained in:
Keegan Rankin 2022-12-16 18:16:26 -05:00
parent f1cbdb8846
commit 1a79f58d02

View file

@ -283,7 +283,7 @@ display:
plugin_id: text
empty: false
content:
value: "<div class=\"buttons is-centered\">\r\n <div class=\"button\">\r\n <a href=\"/blog\">More blog posts</a>\r\n </div>\r\n</div>\r\n"
value: "<div class=\"buttons is-centered\">\r\n <a href=\"/blog\" class=\"button\">More blog posts</a>\r\n</div>\r\n"
format: full_html
tokenize: false
display_extenders: { }