Skip to content

Commit ba3398b

Browse files
committed
two small fixes
1 parent a1935a2 commit ba3398b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎_content/reference/pressing-out-pure-honey_rogell-sharda.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Pressing Out Pure Honey"
33
authors:
44
- "Sharda Rogell"
5-
external_url: "https://www.shardarogell.com/rsu_docs/pressingoutpurehoney.pdf"
5+
external_url: "https://shardarogell.com/book"
66
drive_links:
77
- "https://drive.google.com/file/d/1tPNfOxq9huJ74abAEvAnFBQ9zXXRVsGQ/view?usp=drivesdk"
88
tags:

‎_includes/content_filelinks.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{%- endif -%}
1414
{%- if include.content.drive_links.size > 0 -%}
1515
{%- for link in include.content.drive_links -%}
16-
{%- assign i = forloop.index | minus: 1 -%}
16+
{% assign i = forloop.index | minus: 1 %}
1717
<a class="btn" {% if include.newtab %}target="_blank"{% endif %} ga-event-value="{{ value }}" data-content-path="{{ content_path }}" ga-event-label="drive.google.com/{{ content_path }}.{{ include.content.formats[i] }}" href="{{ link }}"><i class="fa{% if link contains "drive.google.com" %}b fa-google-drive{% else %}s fa-globe{% endif %}"></i> {{ include.content.formats[i] }}</a>
1818
{%- endfor -%}
1919
{%- endif -%}

0 commit comments

Comments
 (0)