You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _content/monographs/what-the-buddha-taught_rahula-w.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,5 @@ pages: 192
20
20
The classic introduction to Buddhist philosophy to the modern reader.
21
21
22
22
Walpola Rahula's book has had a dramatic impact on the shape of Buddhist thought in the West but its interest is far from merely historical: it remains one of the most lucid and sympathetic introductions available in English, even today. Recommended for newcomers to Buddhism or anyone looking for a solid grounding in Buddhist doctrine.
23
+
24
+
You can also find the book read out loud [on YouTube](https://youtu.be/sl3jKFTKkuI){:ga-event-value="1"}.
Copy file name to clipboardExpand all lines: _includes/content_filelinks.html
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,38 @@
1
1
{% include content_path.liquid content=include.content %}
2
2
<divclass="content_links">
3
-
{% assign value = include.content.base_value %}{% if include.content.status=="featured" %}{% assign value = value | times: site.data.ga.featured_value_multiplier %}{% endif %}
<aclass="btn" {%ifinclude.newtab%}target="_blank"{%endif%}ga-event-value="{{ value }}" data-content-path="{{ content_path }}"ga-event-label="{{ link }}" href={{site.data.content.filehost|append:link}}><iclass="fa{% case include.content.formats[i] %}{% when "pdf" %}r fa-file-pdf{% when "jpeg" %}r fa-file-image{% when "mp3" %}r fa-file-audio{% when "m4a" %}r fa-file-audio{% when "epub" %}s fa-tablet-alt{% when "png" %}r fa-file-image{% when "mp3s" %}r fa-file-open{% when "zip" %}r fa-file-archive{% when "pdfs" %}r fa-file-open{% when "wma" %}r fa-file-audio{% else %}r fa-file{% endcase %}"></i> {{ include.content.formats[i] }}</a>
<aclass="btn" {%ifinclude.newtab%}target="_blank"{%endif%}{%includecontent_link_data_attributes.htmlcontent=clinktype="Self-Hosted" linkfmt=linkfmt%}ga-event-label="{{ link }}" href={{site.data.content.filehost|append:link}}><iclass="fa{% case linkfmt %}{% when "pdf" %}r fa-file-pdf{% when "jpeg" %}r fa-file-image{% when "mp3" %}r fa-file-audio{% when "m4a" %}r fa-file-audio{% when "epub" %}s fa-tablet-alt{% when "png" %}r fa-file-image{% when "mp3s" %}r fa-file-open{% when "zip" %}r fa-file-archive{% when "pdfs" %}r fa-file-open{% when "wma" %}r fa-file-audio{% else %}r fa-file{% endcase %}"></i> {{ linkfmt }}</a>
11
12
{%- endfor -%}
12
13
{%- endif -%}
13
14
{%- if include.content.drive_links.size > 0 -%}
14
15
{%- for link in include.content.drive_links -%}
15
-
{% assign i = forloop.index | minus: 1 %}
16
-
<aclass="btn" {%ifinclude.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 }}"><iclass="fa{% if link contains "drive.google.com" %}b fa-google-drive{% elsif link contains "play.google.com" %}b fa-google-play{% else %}s fa-globe{% endif %}"></i> {{ include.content.formats[i] }}</a>
{%- unless include.content.source_url or include.content.external_url or include.content.file_links or include.content.drive_links.size > 0 or include.newtab -%}
24
25
{%- assign showworldcat = true -%}
25
26
{%- endunless -%}
26
27
{%- if include.content.excerpt_url -%}
27
28
{%- if showworldcat -%}<detailsclass="copyright details-reset"><summary>{%- endif -%}
<iclass="far fa-copyright"></i> This fine, Copyrighted work cannot be shared {% if include.content.excerpt_url %}in its entirety{% else %}directly{% endif %}, however WorldCat™ can help you find a copy at a nearby library{% if include.content.category == 'monographs' %} or wherever you get books{% endif %}.
<spanid="{{ c.slug }}">{% if c.external_url %}<atarget="_blank" data-content-path="{{ content_path }}" ga-event-value="{{ value }}" href="{{ c.external_url }}"{%fornrhinsite.data.content.noreferrerhosts%}{%ifc.external_urlcontainsnrh%}rel="noreferrer"{%break%}{%endif%}{%endfor%}>{% endif %}{{ c.title | markdownify | remove: '<p>' | remove: '</p>' }}{% if c.authors.size > 0 or c.reader %} – {% include content_authors_string.html content=c %}{% endif %}{% if c.external_url %}</a>{% endif %}</span>
6
-
{% if c.drive_links %}<span>{% for link in c.file_links %}<spanclass="inline_drive_link"> (<atarget="_blank" ga-event-value="{{ value }}" ga-event-label="{{ link }}" data-content-path="{{ content_path }}" href="{{ site.data.content.filehost | append: link }}"><iclass="fa{% case c.formats[forloop.index0] %}{% when "pdf" %}r fa-file-pdf{% when "mp3" %}r fa-file-audio{% when "m4a" %}r fa-file-audio{% when "epub" %}s fa-tablet-alt{% when "png" %}r fa-file-image{% when "mp3s" %}r fa-file-open{% when "zip" %}r fa-file-archive{% when "pdfs" %}r fa-file-open{% when "wma" %}r fa-file-audio{% else %}r fa-file{% endcase %}"></i>.{{ c.formats[forloop.index0] }}</a>)</span>{% endfor %}{% for link in c.drive_links %}{% assign index = forloop.index | minus: 1 %}<spanclass="inline_drive_link"> (<atarget="_blank" ga-event-value="{{ value }}" ga-event-label="drive.google.com/{{ content_path }}.{{ c.formats[index] }}" data-content-path="{{ content_path }}" href="{{ link }}"><iclass="fa{% if link contains "drive.google.com" %}b fa-google-drive{% elsif link contains "play.google.com" %}b fa-google-play{% else %}s fa-globe{% endif %}"></i>.{{ c.formats[index] }}</a>)</span>{% endfor %}</span>{% endif %}
4
+
<spanid="{{ c.slug }}">{% if c.external_url %}<atarget="_blank" {%includecontent_link_data_attributes.htmlcontent=clinktype="Main External URL" linkfmt="Unknown/HTML" %}href="{{ c.external_url }}"{%fornrhinsite.data.content.noreferrerhosts%}{%ifc.external_urlcontainsnrh%}rel="noreferrer"{%break%}{%endif%}{%endfor%}>{% endif %}{{ c.title | markdownify | remove: '<p>' | remove: '</p>' }}{% if c.authors.size > 0 or c.reader %} – {% include content_authors_string.html content=c %}{% endif %}{% if c.external_url %}</a>{% endif %}</span>
<spanclass="inline_drive_link"> (<atarget="_blank" ga-event-label="{{ link }}" {%includecontent_link_data_attributes.htmlcontent=clinktype="Self-Hosted" linkfmt=linkfmt%}href="{{ site.data.content.filehost | append: link }}"><iclass="fa{% case linkfmt %}{% when "pdf" %}r fa-file-pdf{% when "mp3" %}r fa-file-audio{% when "m4a" %}r fa-file-audio{% when "epub" %}s fa-tablet-alt{% when "png" %}r fa-file-image{% when "mp3s" %}r fa-file-open{% when "zip" %}r fa-file-archive{% when "pdfs" %}r fa-file-open{% when "wma" %}r fa-file-audio{% else %}r fa-file{% endcase %}"></i>.{{ linkfmt }}</a>)</span>
0 commit comments