Sha256: eac7d51838ddee30519cb5f42682b2377191c14d13fbd2484342fe337cde9648

Contents?: true

Size: 1.66 KB

Versions: 10

Compression:

Stored size: 1.66 KB

Contents

---
layout: default
---
<article>
  <h1 style="margin-block-start: 0; margin-block-end: 0;">{{ page.title }}</h1>
  <p class="post-meta">
    {% include time.html date=page.date %}
  </p>
  
  <div class="post-content">
    <div class="markdown-body" style="background-color: transparent; min-height: 0px;">
      {{ content }}
    </div>
  </div>
  
  <p class="post-meta">
    {% if page.tags and page.tags.size > 0 %}
    <s-icon style="width: 20px; height: 20px;">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
        <path
          d="m240-160 40-160H120l20-80h160l40-160H180l20-80h160l40-160h80l-40 160h160l40-160h80l-40 160h160l-20 80H660l-40 160h160l-20 80H600l-40 160h-80l40-160H360l-40 160h-80Zm140-240h160l40-160H420l-40 160Z">
        </path>
      </svg>
    </s-icon>
    {% for tag in page.tags %}
    <a href="/tag/{{ tag | slugify }}">{{ tag }}</a>
    {% endfor %}
    <space style="margin-right: 8px;"></space>
    {% endif %}

    {% if page.categories and page.categories.size > 0 %}
    <s-icon style="width: 20px; height: 20px;">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960">
        <path
          d="m260-520 220-360 220 360H260ZM700-80q-75 0-127.5-52.5T520-260q0-75 52.5-127.5T700-440q75 0 127.5 52.5T880-260q0 75-52.5 127.5T700-80Zm-580-20v-320h320v320H120Zm580-60q42 0 71-29t29-71q0-42-29-71t-71-29q-42 0-71 29t-29 71q0 42 29 71t71 29Zm-500-20h160v-160H200v160Zm202-420h156l-78-126-78 126Zm78 0ZM360-340Zm340 80Z">
        </path>
      </svg>
    </s-icon>
    {% for category in page.categories %}
    <a href="/category/{{ category | slugify }}">{{ category }}</a>
    {% endfor %}
    {% endif %}
  </p>
</article>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
sobekyll-0.2.9 _layouts/post.html
sobekyll-0.2.8 _layouts/post.html
sobekyll-0.2.7 _layouts/post.html
sobekyll-0.2.6 _layouts/post.html
sobekyll-0.2.5 _layouts/post.html
sobekyll-0.2.4 _layouts/post.html
sobekyll-0.2.3 _layouts/post.html
sobekyll-0.2.2 _layouts/post.html
sobekyll-0.2.1 _layouts/post.html
sobekyll-0.2.0 _layouts/post.html