Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Khemarato Bhikkhu committed May 23, 2024
1 parent 9cd7862 commit 09f5146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _layouts/tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1 class="post-title{% if page.banner_info %} overlay-into-banner{% endif %}">{
{% if page.status == "published" %}
{% assign childtags = site.tags | where_exp: "t", cfilter | where: "status", "unpublished" %}
{% for child in childtags %}
{% if site.data.drive_folders[child.slug].public %}
{% if site.data.drive_folders[child.slug].public contains "https://" %}
{% capture clink %}<a data-content-path="tags/{{child.slug}}" data-content-category="tag" data-content-course="{{child.slug}}" data-content-link-ext="Drive Folder" data-content-title="{{ child.title | smartify | markdownify | strip_html | strip }}" data-content-value="{{ site.data.ga.drive_folder_value }}" href="{{ site.data.drive_folders[child.slug].public }}"><i class="fab fa-google-drive"></i> {{ child.title }}</a>{% endcapture %}
{% assign children = children | push: clink %}
{% endif %}
Expand Down
5 changes: 2 additions & 3 deletions _tags/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: "Communication Studies"
status: published
parents: [social]
illustration: https://illeakyw.sirv.com/Images/tags/Amparo_Pe%C3%B1aherrera_at_a_meeting_in_Ecuador_in_2018.jpg
use_sirv: true
illustration: https://buddhistuniversity.net/imgs/tags/tags/Amparo_Pe%C3%B1aherrera_at_a_meeting_in_Ecuador_in_2018.jpg
illustration_height: 848
illustration_width: 1280
illustration_center_x: 80%
illustration_center_y: 60%
illustration_center_y: 50%
illustration_caption: >-
A small group of people sit around a simple, lace-covered table
to discuss the needs of Sucumbíos' children for
Expand Down

0 comments on commit 09f5146

Please sign in to comment.