[FAQ] Removing unnecessary categories.

This commit is contained in:
rainydaysavings 2020-06-15 23:25:15 +01:00 committed by Hugo Sales
parent 22b68766db
commit 8674d20327
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
2 changed files with 0 additions and 36 deletions

View File

@ -1,18 +0,0 @@
{% extends 'faq/home.html.twig' %}
{% block title %}Help{% endblock %}
{% block body %}
<div class="content">
{% 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 %}
</div>
{% endblock %}

View File

@ -1,18 +0,0 @@
{% extends 'faq/home.html.twig' %}
{% block title %}Help{% endblock %}
{% block body %}
<div class="content">
{% 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 %}
</div>
{% endblock %}