Skip to content

Commit ea0c665

Browse files
committed
two minor additions
1 parent da8632a commit ea0c665

4 files changed

Lines changed: 34 additions & 1 deletion

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Michael Faraday's The Chemical History of a Candle"
3+
authors:
4+
- "Alex Black"
5+
- "Don DeCoste"
6+
- "Bill Hammack"
7+
external_url: "https://youtube.com/playlist?list=PL0INsTTU1k2UCpOfRuMDR-wlvWkLan1_r"
8+
course: science
9+
status: featured
10+
tags:
11+
- physical-sciences
12+
year: 2016
13+
month: jun
14+
---
15+
16+
Five classic lectures by Faraday on the physics of a candle, restaged by the "Engineering Guy" YouTube Channel.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Buddhist Rituals and Observances"
3+
authors: ["Barry Durrant"]
4+
year: 2001
5+
month: dec
6+
formats: [pdf]
7+
drive_links: ["https://drive.google.com/file/d/1RvRQ8UBfx4LNTUNC8iIbbSrV_Af_N4cW/view?usp=drivesdk"]
8+
external_url: "https://cdn.amaravati.org/wp-content/uploads/2014/09/Rituals-and-Observances-Ajahn-Sucitto-and-Candasiri.pdf"
9+
course: theravada
10+
tags:
11+
- thai
12+
---
13+
14+
A brief overview of the rituals and holidays observed by modern (especially Thai) Theravada Buddhists.
15+
16+

‎_includes/content_filelinks.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="content_links">
44
{% assign value = include.content.base_value %}{% if include.content.status=="featured" %}{% assign value = value | times: site.data.ga.featured_value_multiplier %}{% endif %}
55
{% if include.content.external_url %}
6-
<a class="btn" {% if include.newtab %}target="_blank"{% endif %} data-content-path="{{ content_path }}" ga-event-value="{{ value }}" href="{{ include.content.external_url }}"><i class="fa{% if include.content.external_url contains "youtu" %}b fa-youtube"></i> YouTube{% else %}s fa-{% assign ext = include.content.external_url | slice: -4, 4 %}{% if ext == ".mp3" %}volume-up{% else %}globe{% endif %}"></i> Online{% endif %}</a>
6+
<a class="btn" {% if include.newtab %}target="_blank"{% endif %} data-content-path="{{ content_path }}" ga-event-value="{{ value }}" href="{{ include.content.external_url }}"><i class="fa{% if include.content.external_url contains "youtu" %}b fa-youtube"></i> YouTube{% else %}s fa-{% assign ext = include.content.external_url | slice: -4, 4 %}{% if ext == ".mp3" %}volume-up{% elsif ext == ".pdf" %}file-pdf{% else %}globe{% endif %}"></i> Online{% endif %}</a>
77
{% endif %}
88
{% if include.content.file_links.size > 0 %}
99
{% for link in include.content.file_links %}

‎_quick_build.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ exclude:
162162
- _content/av/buddhist-tourism-in-asia.md
163163
- _content/av/call-it-what-you-want_foster-the-people.md
164164
- _content/av/change_delong-robert.md
165+
- _content/av/chemical-history-of-a-candle.md
165166
- _content/av/children-nuns-in-myanmar.md
166167
- _content/av/from-the-mountains-to-the-cities_nathan-mark.md
167168
- _content/av/good-walk-spoiled_gladwell.md

0 commit comments

Comments
 (0)