mirror of https://github.com/onweru/compose.git

weru
30.48.2023 eb9964865cd088bde087d95ab7037b23e13de538
layouts/blog/list.html
@@ -19,12 +19,12 @@
      {{- $bg = $image }}
    {{- end }}
  <article class="article mb-2">
    <a href={{ $value.Permalink }} {{ if eq $index 0 }} class="grid-reverse" {{ end }}>
    <a href="{{ $value.Permalink }}" {{ if eq $index 0 }} class="grid-reverse" {{ end }}>
      <div class="article_thumb" style="background-image: url({{ $bg }});"></div>
      <div class="article_meta {{ if eq $index 0 }} center_y {{ end }}">
        <time class="post_date">{{ dateFormat "January 02, 2006" $value.Date }}</time>
        <h3 class="article_title">{{ $value.Title }}</h3>
        <div class="article_excerpt {{ if eq $index 0 }} visible {{ end }}"">
        <div class="article_excerpt {{ if eq $index 0 }} visible {{ end }}">
        <p>{{ truncate 100 $value.Summary }}</p>
        </div>
      </div>