Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelfournier committed Oct 13, 2021
1 parent b8fea58 commit d36ee54
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "content/_external-components"]
path = content/_external-components
url = https://github.com/polifonia-project/external-components
[submodule "rulebook"]
path = content/_rulebook
url = https://github.com/polifonia-project/rulebook
[submodule "content/_stories"]
path = content/_stories
url = https://github.com/polifonia-project/stories
[submodule "content/_rulebook"]
path = content/_rulebook
url = https://github.com/polifonia-project/rulebook
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ defaults:
- scope:
type: rulebook
values:
layout: default
layout: story
- scope:
type: external-components
values:
Expand Down
2 changes: 1 addition & 1 deletion content/_rulebook
Submodule _rulebook updated 1 files
+4 −2 README.md
41 changes: 4 additions & 37 deletions tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,10 @@ permalink: /tags.html

# Tags

## WP
## Work Packages

<div class="wps">
{% assign wps = site.pages | group_by: 'WP' %}
{% for wp in wps %}
{{ wp }}

{% endfor %}
</div>

## WP2

<ul>
{% assign sorted-posts = site.pages | where: "Pilots","Access" %}
{% for page in sorted-posts %}
<li>coucou {{page.id}}</li>
{% endfor %}
</ul>

## 3

{% assign items_grouped = site.pages | group_by: 'Pilots' %}
{% for group in items_grouped %}
<h3>{{group.name}}</h3>
{% for item in group.items %}
<p>{{item.path}}</p>
{% endfor %}
{% endfor %}

## Data

<ul>
{% for wp in site.data.wps %}
<li>
<a href="{{ }}">
{{ wp.name }}
</a>
</li>
### {{ wp.name }}
{% assign wp-posts = site.documents | where: "WP", wp.name %}
{% for page in wp-posts %} <span><a href="{{ page.url }}">{{ page.persona }}</a> </span> {% endfor %}
{% endfor %}
</ul>

0 comments on commit d36ee54

Please sign in to comment.