File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments