-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcontent_icon.html
More file actions
1 lines (1 loc) · 1.14 KB
/
content_icon.html
File metadata and controls
1 lines (1 loc) · 1.14 KB
1
<span>{% if include.subcat %}{% case include.subcat %}{% when "poetry" %}<i class="fas fa-feather-alt"></i> {% when "map" %}<i class="fas fa-map-location-dot"></i> {% when "fiction" %}<i class="fas fa-feather"></i> {% when "thesis" %}<i class="fas fa-graduation-cap"></i> {% when "comic" %}<i class="far fa-pen-to-square"></i> {% when "course" %}<i class="fas fa-chalkboard-teacher"></i> {% when "podcast" %}<i class="fas fa-podcast"></i> {% when "film" %}<i class="fas fa-film"></i> {% when "music" %}<i class="fas fa-music"></i> {% else %}<i class="far fa-file-alt"></i> {% endcase %}{% else %}{% case include.category %}{% when "monographs" %}<i class="fas fa-book"></i> {% when "booklets" %}<i class="fas fa-book-open"></i> {% when "reference" %}<i class="fas fa-atlas"></i> {% when "excerpts" %}<i class="fas fa-book-reader"></i> {% when "canon" %}<i class="fas fa-dharmachakra"></i> {% when "essays" %}<i class="far fa-file-word"></i> {% when "papers" %}<i class="far fa-file-powerpoint"></i> {% when "av" %}<i class="fas fa-volume-up"></i> {% when "articles" %}<i class="far fa-newspaper"></i> {% else %}<i class="far fa-file"></i> {% endcase %}{% endif %}</span>