Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
duniter_website_fr_v2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websites
duniter_website_fr_v2
Commits
7c898384
Commit
7c898384
authored
4 years ago
by
Hugo Trentesaux
Browse files
Options
Downloads
Patches
Plain Diff
onglet wot
parent
8a90da5e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
content/toile-de-confiance.md
+8
-0
8 additions, 0 deletions
content/toile-de-confiance.md
templates/custom/wot.html
+13
-0
13 additions, 0 deletions
templates/custom/wot.html
with
21 additions
and
0 deletions
content/toile-de-confiance.md
0 → 100644
+
8
−
0
View file @
7c898384
+++
title = "Toile de confiance"
template = "custom/wot.html"
weight = 4
+++
TODO
This diff is collapsed.
Click to expand it.
templates/custom/wot.html
0 → 100644
+
13
−
0
View file @
7c898384
{% 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 %}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment