mirror of
https://github.com/dragonlock2/dragonlock2.github.io.git
synced 2026-06-28 02:38:34 +00:00
add analytics
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user