Skip to content

Commit

Permalink
add initial levy pages
Browse files Browse the repository at this point in the history
  • Loading branch information
skippy committed Jul 4, 2024
1 parent 2c66768 commit f583b64
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/_data/levy_2024.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
documents:
- file: approved-2024-budget.pdf
title: 2024 Approved Budget
- title: 2022-budget-adopted.pdf
file: budget-cy2022-adopted.pdf
- title: 2021-operations-report.pdf
file: jan22-annual-ops-report-v2.pdf
- file: san-juan-island-2021-goals.pdf
title: 2021-department-goals.pdf
body: >-
Summary
23 changes: 23 additions & 0 deletions src/pages/levy-2024.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Levy Lid Lift 2024"
permalink: "/about/levy-2024/index.html"
---

{% set pageData = levy_2024 %}

{% block sidebar_content %}
<div class="sidebar-block">
<h4 class="sidebar__heading">Documents & Resources</h4>
<ul>
{% for doc in levy_2024.documents %}
<li>
<a href="/assets/docs/{{ doc.file }}">
{{ doc.title }}
</a>
</li>
{% endfor %}
</ul>
</div>
{% endblock %}

{% extends "default_double_col_page.njk" %}

0 comments on commit f583b64

Please sign in to comment.