diff --git a/templates/faq/api.html.twig b/templates/faq/api.html.twig deleted file mode 100644 index 6fa67c0f17..0000000000 --- a/templates/faq/api.html.twig +++ /dev/null @@ -1,18 +0,0 @@ -{% extends 'faq/home.html.twig' %} - -{% block title %}Help{% endblock %} - -{% block body %} -
- {% block markdown %} - {% apply markdown_to_html %} - ## What is this site? - This is a social network, running the GNU social software. - - You can use it to make connections between friends, family and colleagues -- writing short notices about yourself, where you are, and what you're doing, and those notices will be sent to all your contacts. - - In the future, we'll be adding support for photo, video and file sharing, as well as events, better contact management and mobile devices. - {% endapply %} - {% endblock %} -
-{% endblock %} \ No newline at end of file diff --git a/templates/faq/help.html.twig b/templates/faq/help.html.twig deleted file mode 100644 index 6fa67c0f17..0000000000 --- a/templates/faq/help.html.twig +++ /dev/null @@ -1,18 +0,0 @@ -{% extends 'faq/home.html.twig' %} - -{% block title %}Help{% endblock %} - -{% block body %} -
- {% block markdown %} - {% apply markdown_to_html %} - ## What is this site? - This is a social network, running the GNU social software. - - You can use it to make connections between friends, family and colleagues -- writing short notices about yourself, where you are, and what you're doing, and those notices will be sent to all your contacts. - - In the future, we'll be adding support for photo, video and file sharing, as well as events, better contact management and mobile devices. - {% endapply %} - {% endblock %} -
-{% endblock %} \ No newline at end of file