Moved each question to subfolders
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
4feb0cdcc2
commit
67adc105f5
53 changed files with 0 additions and 13 deletions
|
@ -1,7 +1,5 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{# __tera_context #}
|
||||
|
||||
{% block meta_description %}
|
||||
<meta name="description" content="OrganicMaps - F.A.Q.">
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{% extends "index.html" %}
|
||||
|
||||
{% block title %}<title>Duniter | {{term.name}}</title>{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<main id="accueil" class="w3-container w3-content page w3-padding-64">
|
||||
{%- for page in term.pages -%}
|
||||
<a href="{{page.permalink}}"> {{page.title}} </a><br>
|
||||
{%- endfor -%}
|
||||
</main>
|
||||
{% endblock content %}
|
Loading…
Add table
Reference in a new issue