[FAQ] Removing unnecessary categories.
This commit is contained in:
parent
22b68766db
commit
8674d20327
@ -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 %}
|
|
@ -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 %}
|
|
Loading…
Reference in New Issue
Block a user