Skip to content

Commit 98cdded

Browse files
committed
Prod nits
1 parent 0443920 commit 98cdded

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

‎_layouts/content-category.html‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,7 @@ <h1 class="post-title">{{ page.title | escape }}</h1>
9090
{{ p.date | date: "%Y-%m-%d %H:%M" }}
9191
</td>
9292
<td data-order="{{ p.total_mins }}">
93-
{% if p.page_count %}
94-
{{ p.page_count }} Pages
95-
{% elsif p.minutes %}
96-
{{ p.minutes }} Mins
97-
{% else %}
98-
-
99-
{% endif %}
93+
{% include content_size.html content=p %}
10094
</td>
10195
<td>
10296
{% assign plus = 1 %}

‎_layouts/tag.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 class="post-title{% if page.banner_info %} overlay-into-banner{% endif %}">{
2727
## <i class="fas fa-person-digging"></i> Caution! Under Construction
2828

2929
Please be aware that this tag is still under construction and as such is missing information and may be changed or removed at any time.
30-
{% if site.data.drive_folders[page.slug]["public"] contains "http" %}For all the content under consideration for this tag, see [the "{{ page.title }}" folder on Google Drive]({{ site.data.drive_folders[page.slug]["public"] }}).{% else %}Please pardon our dust as you peruse this incomplete bibliography.{% endif %}
30+
{% if site.data.drive_folders[page.slug]["public"] contains "http" %}For all the content under consideration for this tag, see <a data-content-path="tags/{{ page.slug }}" data-content-category="tag" data-content-course="{{ page.slug }}" data-content-link-ext="Drive Folder" data-content-title="{{ page.title | smartify | markdownify | strip_html | strip | escape }}" data-content-value="{{ site.data.ga.drive_folder_value }}" href="{{ site.data.drive_folders[page.slug]["public"] }}">the "{{ page.title }}" folder on Google Drive</a>.{% else %}Please pardon our dust as you peruse this incomplete bibliography.{% endif %}
3131
{% endcapture %}{% include toast.html type="warning" content=warningtext %}{% endunless %}
3232
{% if page.illustration %}
3333
<figure>

0 commit comments

Comments
 (0)