Remove extra div and move button class onto anchor
This commit is contained in:
parent
f1cbdb8846
commit
1a79f58d02
1 changed files with 1 additions and 1 deletions
|
@ -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: { }
|
||||
|
|
Loading…
Reference in a new issue