Compare commits
2 Commits
2fbbd8b9a2
...
edda716755
Author | SHA1 | Date |
---|---|---|
Marcell Mars | edda716755 | |
Marcell Mars | 561aaa4b4d |
|
@ -4,7 +4,7 @@ title: "How to assist people in home isolation"
|
||||||
|
|
||||||
Drafted by the [Pirate Care Syllabus](http://syllabus.pirate.care/) crew. Last edit: March 14, 9pm CST.
|
Drafted by the [Pirate Care Syllabus](http://syllabus.pirate.care/) crew. Last edit: March 14, 9pm CST.
|
||||||
|
|
||||||
Document available also in Croatian: ![](session:hr.assistingpeopleinisolation).
|
Document available also in Croatian: ![](session:hr.assistingpeopleinisolation.md).
|
||||||
|
|
||||||
# Examples of communities organising assistance
|
# Examples of communities organising assistance
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Kids in quarantine"
|
title: "Kids in quarantine"
|
||||||
---
|
---
|
||||||
This document has an Italian version: ![](session:it.kidsinquarantine).
|
This document has an Italian version: ![](session:it.kidsinquarantine.md).
|
||||||
|
|
||||||
# Crisis of domesticity
|
# Crisis of domesticity
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ The challenge today and in the next period of time is and will be how to keep th
|
||||||
|
|
||||||
In this topic we address what are the immediate ways to attend to the critical care needs that distancing, isolation and quarantine are introducing or making worse and that we can address in a collective and mutualist manner. These are the notes documenting interventions and practices in response to the Coronavirus pandemic:
|
In this topic we address what are the immediate ways to attend to the critical care needs that distancing, isolation and quarantine are introducing or making worse and that we can address in a collective and mutualist manner. These are the notes documenting interventions and practices in response to the Coronavirus pandemic:
|
||||||
|
|
||||||
- ![](session:assistingpeopleinisolation) (and in Croatian ![](session:hr.assistingpeopleinisolation))
|
- ![](session:assistingpeopleinisolation) (and in Croatian ![](session:hr.assistingpeopleinisolation.md))
|
||||||
|
|
||||||
- ![](session:throughafeministlense)
|
- ![](session:throughafeministlense)
|
||||||
|
|
||||||
|
|
|
@ -16,9 +16,9 @@
|
||||||
{{ if $.Page.Site.GetPage $s_destination }}
|
{{ if $.Page.Site.GetPage $s_destination }}
|
||||||
{{ $session := $.Page.Site.GetPage $s_destination }}
|
{{ $session := $.Page.Site.GetPage $s_destination }}
|
||||||
{{ if not $text_link }}
|
{{ if not $text_link }}
|
||||||
<a href="{{ $s_destination }}/{{ if eq hugo.Environment "offline" }}index.html{{ end }}"{{ with $session.Title}} title="{{ $session.Title }}"{{ end }}>{{ $session.Title }}</a>
|
<a href="{{ $session.RelPermalink }}{{ if eq hugo.Environment "offline" }}index.html{{ end }}"{{ with $session.Title}} title="{{ $session.Title }}"{{ end }}>{{ $session.Title }}</a>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a href="{{ $s_destination }}/{{ if eq hugo.Environment "offline" }}index.html{{ end }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ $text_link }}</a>
|
<a href="{{ $session.RelPermalink }}{{ if eq hugo.Environment "offline" }}index.html{{ end }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ $text_link }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a href="{{ $s_destination }}/{{ if eq hugo.Environment "offline" }}index.html{{ end }}">{{ $text_link }}⦚<span class="text-xs font-bold p-1 bg-AuChico text-CoconutCream">session:{{ $s_destination }} not found</span></a>
|
<a href="{{ $s_destination }}/{{ if eq hugo.Environment "offline" }}index.html{{ end }}">{{ $text_link }}⦚<span class="text-xs font-bold p-1 bg-AuChico text-CoconutCream">session:{{ $s_destination }} not found</span></a>
|
||||||
|
@ -28,9 +28,9 @@
|
||||||
{{ if $.Page.Site.GetPage $t_destination }}
|
{{ if $.Page.Site.GetPage $t_destination }}
|
||||||
{{ $topic := $.Page.Site.GetPage $t_destination }}
|
{{ $topic := $.Page.Site.GetPage $t_destination }}
|
||||||
{{ if not $text_link }}
|
{{ if not $text_link }}
|
||||||
<a href="{{ $t_destination }}/{{ if eq hugo.Environment "offline" }}index.html{{ end }}"{{ with $topic.Title}} title="{{ $topic.Title }}"{{ end }}>{{ $topic.Title }}</a>
|
<a href="{{ $topic.RelPermalink }}{{ if eq hugo.Environment "offline" }}index.html{{ end }}"{{ with $topic.Title}} title="{{ $topic.Title }}"{{ end }}>{{ $topic.Title }}</a>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a href="{{ $t_destination }}/{{ if eq hugo.Environment "offline" }}index.html{{ end }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ $text_link }}</a>
|
<a href="{{ $topic.RelPermalink }}{{ if eq hugo.Environment "offline" }}index.html{{ end }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ $text_link }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a href="{{ $t_destination }}/{{ if eq hugo.Environment "offline" }}index.html{{ end }}">{{ $text_link }}⦚<span class="text-xs font-bold p-1 bg-AuChico text-CoconutCream">topic:{{ $t_destination }} not found</span></a>
|
<a href="{{ $t_destination }}/{{ if eq hugo.Environment "offline" }}index.html{{ end }}">{{ $text_link }}⦚<span class="text-xs font-bold p-1 bg-AuChico text-CoconutCream">topic:{{ $t_destination }} not found</span></a>
|
||||||
|
|
Loading…
Reference in New Issue