-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathtags.html
More file actions
23 lines (21 loc) · 843 Bytes
/
tags.html
File metadata and controls
23 lines (21 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: "Topical Bibliographies"
permalink: "/tags/"
section: library
layout: page
custom_css: ["tagindex"]
image: "https://www.buddhistuniversity.net/imgs/tibetan_prayer_flags.jpg"
image_width: 1280
image_center_x: 20%
image_center_y: 65%
big_image: https://upload.wikimedia.org/wikipedia/commons/5/58/Buddhist_prayer_flags.jpg
big_width: 3872
big_height: 2592
banner_info: <a href="https://commons.wikimedia.org/wiki/File:Buddhist_prayer_flags.jpg">Markus Koljonen</a>, <a href="https://creativecommons.org/licenses/by-sa/3.0">BY-SA 3.0</a>
---
<p>Simply click on whatever you're interested in to get a list of recommended articles, books and more on the topic:</p>
{%- assign roots = site.tags | where: "level", 1 -%}
{%- for root in roots -%}
{%- assign level = 1 -%}
{% include taglist.html level=level tag=root %}
{%- endfor -%}