Sha256: 26377e64c92e85c49f91390c5068bc5f2950ca0d00d1d8c392eb9353e9ccbd5c

Contents?: true

Size: 1.71 KB

Versions: 4

Compression:

Stored size: 1.71 KB

Contents

---
layout: default
---
{% capture color %}{{ page.color | default: site.color }}{% endcapture %}
{%- comment -%}{%- endcomment -%}
<article
  class="markdown-body  my-4 mx-auto p-4 pb-8 max-w-acg
    rounded-lg shadow-xl text-black bg-{{ color }}-50 bg-opacity-75 "
>
  <h1>{{ page.title }}</h1>
<!-- Jekyll TOC -->
{% include toc.html html=content %}
<!-- Jekyll TOC End -->
{{ content }}
</article>
{%- comment -%}{%- endcomment -%}




<div class="mx-auto flex justify-between max-w-acg space-x-4 pb-4">
  <a
    class="w-1/2 p-4 flex items-center rounded-lg shadow-xl
      bg-{{ color }}-50 bg-opacity-75
      {% unless page.next.id %}opacity-0{% endunless %}"
    {% if page.next.id %}href="{{ page.next.id }}"{% endif %}
  >
    <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 flex-shrink-0 text-{{ color }}-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
      <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 15l-3-3m0 0l3-3m-3 3h8M3 12a9 9 0 1118 0 9 9 0 01-18 0z" />
    </svg>
    <span class="ml-4">{{ page.next.title | default: "" }}</span>
  </a>
  <a
    class="w-1/2 p-4 flex items-center flex-row-reverse rounded-lg shadow-xl
      bg-{{ color }}-50 bg-opacity-75
      {% unless page.previous.id %}opacity-0{% endunless %}"
    {% if page.previous.id %}href="{{ page.previous.id }}"{% endif %}
  >
    <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 flex-shrink-0 text-{{ color }}-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
      <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z" />
    </svg>
    <span class="mr-4">{{ page.previous.title | default: "" }}</span>
  </a>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-acg-1.0.4 _layouts/post.html
jekyll-theme-acg-1.0.3 _layouts/post.html
jekyll-theme-acg-1.0.2 _layouts/post.html
jekyll-theme-acg-1.0.1 source/_layouts/post.html