Sha256: 5b5ab7f576a1a504ffb65cf298023e26d3813ef06c431b6cb0afc1120264d769

Contents?: true

Size: 1.54 KB

Versions: 2

Compression:

Stored size: 1.54 KB

Contents

---
layout: page
---
<div class="ais-Container">
  <div class="ais-SearchIcon">
    <svg class="ais-Searsh-svg" viewbox="0 0 13.33 13.33" xmlns="http://www.w3.org/2000/svg">
      <path d="M13.14 12.19l-2.46-2.45a6 6 0 1 0-.94.94l2.45 2.46a.7.7 0 0 0 .48.19.66.66 0 0 0 .47-.19.68.68 0 0 0 0-.95zM1.33 6a4.67 4.67 0 1 1 8 3.29 4.67 4.67 0 0 1-8-3.29z"></path>
    </svg>
  </div>
  <div class="ais-SearchBox" id="searchbox"></div>
  <div class="ais-PoweredBy"></div>
</div>
<ul class="posts-feed my-3" id="hits">
  {% for post in site.posts  limit: 8 %}
    <li class="post-node">
      <a class="post-link row {% unless post.cover %}py-3{% endunless %}" href="{{ post.url | relative_url }}">
        <div class="col-12 col-sm-4 col-md-3 col-xl-2">
          {%- if post.cover -%}
            <img class="w-100 mb-0.5 mb-sm-0" src="{{ site.url }}{{ post.cover }}" alt="{{ post.title }}">
          {%- endif -%}
        </div>
        <div class="col-12 col-sm-8 col-md-9 col-xl-10 pl-0">
          <div class="row">
            <div class="post-title col-12 col-lg-9 col-xl-10">
              <span class="fw-600">{{ post.title }}</span>
              {%- if post.cover -%}
              <p class="body-md mt-1">
                {{ post.excerpt | strip_html }}
              </p>
              {%- endif -%}
            </div>
            <time class="post-date col-12 col-lg-3 col-xl-2 text-lg-right">{{ post.date | date: "%b %d, %Y" }}</time>
          </div>
        </div>
      </a>
    </li>
  {% endfor %}
</ul>
<div id="pagination"></div>

{% include algolia.html %}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
another-theme-1.0.1 _layouts/algolia-feed.html
another-theme-1.0.0 _layouts/algolia-feed.html