add analytics

This commit is contained in:
Matthew Tran
2023-07-05 01:08:32 -07:00
parent e032a187f0
commit d9c4a3c017
3 changed files with 39 additions and 2 deletions
+3 -1
View File
@@ -27,7 +27,9 @@
{% include page__meta.html type=include.type %}
{% if include.type == "list" and teaser %}
<div class="archive__item-teaser">
<img style="max-height: 15vh; width: auto; height: auto" src="{{ teaser | relative_url }}" alt="">
<a href="{{ post.url | relative_url }}" rel="permalink">
<img style="max-height: 15vh; width: auto; height: auto" src="{{ teaser | relative_url }}" alt="">
</a>
</div>
{% endif %}
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}