From 7c8983844e5175f35110c3fb4badf9bd326f0625 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Fri, 9 Oct 2020 13:57:42 +0200
Subject: [PATCH] onglet wot

---
 content/toile-de-confiance.md |  8 ++++++++
 templates/custom/wot.html     | 13 +++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 content/toile-de-confiance.md
 create mode 100644 templates/custom/wot.html

diff --git a/content/toile-de-confiance.md b/content/toile-de-confiance.md
new file mode 100644
index 0000000..8d177a7
--- /dev/null
+++ b/content/toile-de-confiance.md
@@ -0,0 +1,8 @@
++++
+title = "Toile de confiance"
+template = "custom/wot.html"
+weight = 4
++++
+
+TODO
+
diff --git a/templates/custom/wot.html b/templates/custom/wot.html
new file mode 100644
index 0000000..69fc8ae
--- /dev/null
+++ b/templates/custom/wot.html
@@ -0,0 +1,13 @@
+{% extends "index.html" %}
+
+{% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %}
+{% block description %}<meta name="description" content="{{ page.description }}">{% endblock description %}
+{% block keywords %}{% if page.taxonomies.tags %}<meta name="keywords" content="
+{%- for tag in page.taxonomies.tags %}{{tag}},{% endfor %}">{% endif %}{% endblock keywords %}
+{% block extrahead %}<link rel="stylesheet" type="text/css" href="/custom.css">{% endblock extrahead %}
+
+{% block content %}
+<main id="accueil" class="w3-container w3-padding-64 page w3-content">
+TODO revoir la page toile de confiance <a href="/wiki/toile-de-confiance/">[page actuelle]</a>.
+</main>
+{% endblock content %}
-- 
GitLab