-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathimagerycoursepart.html
More file actions
21 lines (17 loc) · 1016 Bytes
/
imagerycoursepart.html
File metadata and controls
21 lines (17 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: coursepart
---
{% assign pslug = page.path | split: "/" | last | split: "." | first %}
<figure>
<img style="width: 533px;" src="{{ page.image }}" srcset="{% assign image = page.image | replace: '/imgs/', '/big_imgs/' | replace: '.JPG', '.webp' %}{{ image }} 2x, {{ image | replace: '.webp', '-1x.webp' }}">
<figcaption><p class="attribution">Illustration by Ayya Vimalayani aka "<a href="https://discourse.suttacentral.net/t/dhamma-doodles-grin/7206" target="_blank">Ven Yodha</a>"</p><p class="description">{{ page.description }}</p></figcaption>
</figure>
{% case page.order %}{% when 1 %}{% when 26 %}{% when 2 %}{% else %}
<h3>Textbook</h3>
<p>Read Chapter {{ page.order | minus: 2 | modulo: 12 | plus: 1 }} of:
</li></ul></p>
<p>{% if page.order < 14 %}{% include content_blurb.html category="monographs" slug="craving-to-liberation_analayo" %}
{% else %}{% include content_blurb.html category="monographs" slug="grasping-to-emptiness_analayo" %}
{% endif %}
</p>{% endcase %}
{{ content }}