Skip to content

Commit 09f5146

Browse files
committed
fix nits
1 parent 9cd7862 commit 09f5146

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

‎_layouts/tag.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1 class="post-title{% if page.banner_info %} overlay-into-banner{% endif %}">{
4848
{% if page.status == "published" %}
4949
{% assign childtags = site.tags | where_exp: "t", cfilter | where: "status", "unpublished" %}
5050
{% for child in childtags %}
51-
{% if site.data.drive_folders[child.slug].public %}
51+
{% if site.data.drive_folders[child.slug].public contains "https://" %}
5252
{% 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 %}
5353
{% assign children = children | push: clink %}
5454
{% endif %}

‎_tags/communication.md‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: "Communication Studies"
33
status: published
44
parents: [social]
5-
illustration: https://illeakyw.sirv.com/Images/tags/Amparo_Pe%C3%B1aherrera_at_a_meeting_in_Ecuador_in_2018.jpg
6-
use_sirv: true
5+
illustration: https://buddhistuniversity.net/imgs/tags/tags/Amparo_Pe%C3%B1aherrera_at_a_meeting_in_Ecuador_in_2018.jpg
76
illustration_height: 848
87
illustration_width: 1280
98
illustration_center_x: 80%
10-
illustration_center_y: 60%
9+
illustration_center_y: 50%
1110
illustration_caption: >-
1211
A small group of people sit around a simple, lace-covered table
1312
to discuss the needs of Sucumbíos' children for

0 commit comments

Comments
 (0)