Sha256: f358157ddae31a328fca39e8a401b3487b2e6f1d47c8957e9a008565ff762614

Contents?: true

Size: 1.31 KB

Versions: 9

Compression:

Stored size: 1.31 KB

Contents

<div class="flex flex-col-reverse justify-between md:flex-row mx-auto">
  <div class="max-w-xl">
    <div class="mb-4 mt-4 md:mt-0 md:mb-6">
      <a href="{{site.url}}{{site.baseurl}}/category/{{include.post.categories[0] | replace: ' ', '-' | downcase}}"
        aria-label="Category {{include.post.categories[0]}} url" class="font-mulish hover:text-sky-400 text-gray-600">
        {{ include.post.categories[0] | upcase }}
      </a>
    </div>
    <a href="{{include.post.url | relative_url}}">
      <h2 class="hover:underline decoration-2 text-2xl md:text-4xl font-bold text-gray-800 pb-4 ">{{ include.post.title
        }}</h2>
    </a>
    <div class="md:text-lg pb-6 font-semibold">
      <a href="{{include.post.url | relative_url}}" aria-label="Post Url">
        {{include.post.excerpt}}
      </a>
    </div>
    <a href="{{ include.post.url | relative_url }}"
      class="hover:underline decoration-2 underline-offset-2 hover:text-sky-400 text-lg font-semibold ">
      {{ site.data[site.active_lang].strings.blog.read_more | default:
      site.data['en'].strings.blog.read_more}}
    </a>
  </div>

  <a href="{{ include.post.url | relative_url }}"
    class="hover:opacity-90 transition duration-300 w-full md:w-1/2 h-80 md:h-96 bg-cover bg-center"
    style="background-image: url('{{ include.post.image }}')">
  </a>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
awesome-jekyll-theme-1.2.0 _includes/post_main.html
awesome-jekyll-theme-1.1.0 _includes/post_main.html
awesome-jekyll-theme-1.0.1 _includes/post_main.html
awesome-jekyll-theme-1.0.0 _includes/post_main.html
awesome-jekyll-theme-0.3.1 _includes/post_main.html
awesome-jekyll-theme-0.3.0 _includes/post_main.html
awesome-jekyll-theme-0.2.2 _includes/post_main.html
awesome-jekyll-theme-0.2.0 _includes/post_main.html
awesome-jekyll-theme-0.0.4 _includes/post_main.html