mirror of
https://github.com/safing/web
synced 2025-09-04 12:09:03 +00:00
Fix include tags after file renames
This commit is contained in:
parent
8c6425538e
commit
96f3d7ca0b
3 changed files with 32 additions and 35 deletions
|
@ -63,10 +63,10 @@ layout: page
|
|||
<span class="opacity-50">Portmaster</span>
|
||||
<strong class="pl-2 opacity-75">(3)</strong>
|
||||
</div>
|
||||
{% include roadmap_card.html %}
|
||||
{% include roadmap_card.html %}
|
||||
{% include roadmap_card.html %}
|
||||
{% include roadmap_card.html %}
|
||||
{% include project_card.html %}
|
||||
{% include project_card.html %}
|
||||
{% include project_card.html %}
|
||||
{% include project_card.html %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -76,10 +76,9 @@ layout: page
|
|||
<span class="opacity-50">SPN</span>
|
||||
<strong class="pl-2 opacity-75">(3)</strong>
|
||||
</div>
|
||||
{% include roadmap_card.html %}
|
||||
{% include roadmap_card.html %}
|
||||
{% include roadmap_card.html %}
|
||||
|
||||
{% include project_card.html %}
|
||||
{% include project_card.html %}
|
||||
{% include project_card.html %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="pt-48">
|
||||
|
@ -88,7 +87,7 @@ layout: page
|
|||
<span class="opacity-50">BackOffice</span>
|
||||
<strong class="pl-2 opacity-75">(3)</strong>
|
||||
</div>
|
||||
{% include roadmap_card.html %}
|
||||
{% include project_card.html %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -141,5 +140,3 @@ layout: page
|
|||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ layout: page
|
|||
<strong class="pl-2 opacity-75">({{ site.data.next.cards.done.size }})</strong>
|
||||
</div>
|
||||
{% for card in site.data.next.cards.done %}
|
||||
{% include roadmap_card.html state = 'done' %}
|
||||
{% include project_card.html state = 'done' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -60,7 +60,7 @@ layout: page
|
|||
</div>
|
||||
|
||||
{% for card in site.data.next.cards.in_progress %}
|
||||
{% include roadmap_card.html state = 'in_progress' %}
|
||||
{% include project_card.html state = 'in_progress' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -75,7 +75,7 @@ layout: page
|
|||
</div>
|
||||
|
||||
{% for card in site.data.next.cards.discarded %}
|
||||
{% include roadmap_card.html state = 'discarded' %}
|
||||
{% include project_card.html state = 'discarded' %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -32,9 +32,9 @@ layout: page
|
|||
<p>This is a list of the tasks we have completed in this month time frame. If you wish to find more about each task, click them have a read.</p>
|
||||
</div>
|
||||
<div class="pt-10 gridwrapper">
|
||||
{% include roadmap_tablecard.html %}
|
||||
{% include roadmap_tablecard.html %}
|
||||
{% include roadmap_tablecard.html %}
|
||||
{% include project_tablecard.html %}
|
||||
{% include project_tablecard.html %}
|
||||
{% include project_tablecard.html %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="pt-12">
|
||||
|
@ -43,7 +43,7 @@ layout: page
|
|||
<p>This is a list of the tasks we have completed in this month time frame. If you wish to find more about each task, click them have a read.</p>
|
||||
</div>
|
||||
<div class="pt-10">
|
||||
{% include roadmap_tablecard.html %}
|
||||
{% include project_tablecard.html %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="pt-12">
|
||||
|
@ -52,7 +52,7 @@ layout: page
|
|||
<p>This is a list of the tasks we have completed in this month time frame. If you wish to find more about each task, click them have a read.</p>
|
||||
</div>
|
||||
<div class="pt-10">
|
||||
{% include roadmap_tablecard.html %}
|
||||
{% include project_tablecard.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue