Skip to content

Commit

Permalink
Fix spreadsheet link
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Jan 16, 2025
1 parent 4ea8fe3 commit 9a767a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h2>{{value.title}}</h2>
{% endif %}
{% if value.spreadsheet_id %}
<a href='https://docs.google.com/spreadsheets/d/{{page.spreadsheet_id}}/' class>
<a href='https://docs.google.com/spreadsheets/d/{{value.spreadsheet_id}}/' class>
<i class="bi bi-box-arrow-up-right"></i> View as a spreadsheet
</a>
{% endif %}
Expand Down

0 comments on commit 9a767a1

Please sign in to comment.