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
d4660a03
Commit
d4660a03
authored
3 years ago
by
Hugo Trentesaux
Browse files
Options
Downloads
Patches
Plain Diff
fix old repo link
(oups!) TODO : gérer fichier index dans lien vers sources
parent
acab3805
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
templates/page.html
+1
-1
1 addition, 1 deletion
templates/page.html
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
d4660a03
...
...
@@ -7,7 +7,7 @@ Ce site est réalisé en Zola et sert de support technique pour présenter et ut
Pour modifier le site localement, veuillez d'abord cloner le dépôt :
```
git clone https://git.
42l.fr/HugoTrentesaux/zola-duniter
git clone https://git.
duniter.org/websites/duniter_website_fr_v2.git
```
La plupart des composants sont directement inclus, mais certains comme Forkawesome (pour les icones) sont disponibles comme sous-module git. Vous pouvez les ajouter avec :
...
...
This diff is collapsed.
Click to expand it.
templates/page.html
+
1
−
1
View file @
d4660a03
...
...
@@ -8,7 +8,7 @@
{% block content %}
<main
class=
"page w3-container w3-content w3-padding-64"
>
<div
class=
"breadcrumb"
>
{{ macros::breadcrumb(path=page.components | safe) }}
<a
class=
"w3-text-light-blue"
href=
"https://git.
42l.fr/HugoTrentesaux/zola-duniter/src/branch
/master/content/{{ page.components | join(sep='/') }}.md"
>
.md
</a></div>
<div
class=
"breadcrumb"
>
{{ macros::breadcrumb(path=page.components | safe) }}
<a
class=
"w3-text-light-blue"
href=
"https://git.
duniter.org/websites/duniter_website_fr_v2/-/tree
/master/content/{{ page.components | join(sep='/') }}.md"
>
.md
</a></div>
{{ macros::taxonomies(taxonomies=page.taxonomies) }}
...
...
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