Skip to content

Commit db9189f

Browse files
committed
(1) Add report links for eqlt & RW (2) Added archive tab to resources page
1 parent ad92083 commit db9189f

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

_layouts/tool-layout.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
{% if page.impact %}
2525
<div class="impact">{{ page.impact }}</div>
2626
{% endif %}
27+
{% if page.report-link %}
28+
<a href="{{site.baseurl}}{{page.report-link}}" target="_blank">read the report here</a>
29+
{% endif %}
2730
<p>For more information or to explore collaboration opportunities, please contact us at <a
2831
href="mailto:info@fieldsofview.in">info@fieldsofview.in</a>.</p>
2932
</div>

_posts/tools/2025-01-08-resilience-workshop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ summary: <p>
2424
The workshop also provides an opportunity for organisations, researchers, and journalists to move beyond common implementation hurdles and access issues. Instead, the focus shifts to understanding and designing a comprehensive safety net for households, using a simulation-based approach and data-driven insights.
2525
</p>
2626
impact: Reimagining Resilience is adaptable and can be tailored to represent different communities, and contexts – making it relevant to a variety of scenarios and challenges.
27+
report-link: /publications/Resilience Workshop Report.pdf
2728
---

_posts/tools/2025-01-12-eqlt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ summary: <p>
2727
</p>
2828

2929
banner-img: /img/tools/eqlt-img-2.webp
30+
31+
report-link: /publications/E-QLT-Report_Measuring-Vulnerability-to-Improve-Social-Protection_Fields-of-View.pdf
3032
---

resources.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<button class="tab-btn active" data-tab="publications">Publications</button>
99
<button class="tab-btn" data-tab="newsletter">Newsletter</button>
1010
<button class="tab-btn" data-tab="financials">Financials</button>
11+
<a class="tab-btn" href="{{ site.baseurl }}/projects">Archive</a>
1112
</nav>
1213

1314
<!-- PUBLICATIONS -->

0 commit comments

Comments
 (0)