Skip to content

Commit 3414a05

Browse files
committed
Instrument drive subtopic links better
1 parent 30b860f commit 3414a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎_layouts/tag.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 class="post-title{% if page.banner_info %} overlay-into-banner{% endif %}">{
4949
{% assign childtags = site.tags | where_exp: "t", cfilter | where: "status", "unpublished" %}
5050
{% for child in childtags %}
5151
{% if site.data.drive_folders[child.slug].public %}
52-
{% capture clink %}<a href="{{ site.data.drive_folders[child.slug].public }}"><i class="fab fa-google-drive"></i> {{ child.title }}</a>{% endcapture %}
52+
{% 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 %}
5555
{% endfor %}

0 commit comments

Comments
 (0)