diff --git a/src/_icons/list.svg b/src/_icons/list.svg index 7c916da5d..5e34dbf5f 100644 --- a/src/_icons/list.svg +++ b/src/_icons/list.svg @@ -1,10 +1,10 @@ --- --- diff --git a/src/_icons/strikethrough.svg b/src/_icons/strikethrough.svg new file mode 100644 index 000000000..cd88c6149 --- /dev/null +++ b/src/_icons/strikethrough.svg @@ -0,0 +1,6 @@ +--- +--- + diff --git a/src/editor.html b/src/editor.html index 688cf5e39..00007b552 100644 --- a/src/editor.html +++ b/src/editor.html @@ -2,7 +2,7 @@ layout: default --- -{% assign toolbar = 'bold,italic,underline|align-left,align-center,align-right,align-justified|list,list-check' | split: '|' %} +{% assign toolbar = 'bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified|list,list-check|link,photo' | split: '|' %}