layout |
---|
landing |
{% include hero.html %}
{%- for tag in site.data.tags -%}
{%- if tag.icon -%}
{%- endif -%}
<a class="tag-list-item" href="/tags/{{tag.urlName}}">
{{ tag.fullName }}
</a>
</span>
{%- endfor -%}
{% assign hide=true%}
{%- for post in site.data.content -%}
{%- include post.html -%}
{%- endfor -%}
<div class="post-list-no-result" style="display: none;">No posts found</div>
No results found
<script src="/assets/search.js"></script>