mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Regis Philibert
09.05.2022 b89cd62afb84dd00e7eebfc7d7c13e4b8dcd59b7
layouts/partials/summary-with-image.html
@@ -7,7 +7,6 @@
    <div class="flex flex-column flex-row-ns">
      {{ if $featured_image }}
          {{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}}
        {{ $featured_image := (trim $featured_image "/") | absURL }}
        <div class="{{ cond (eq $.Site.Language.LanguageDirection "rtl") "pl3-ns" "pr3-ns" }} mb4 mb0-ns w-100 w-40-ns">
          <a href="{{.RelPermalink}}" class="db grow">
            <img src="{{ $featured_image }}" class="img" alt="image from {{ .Title }}">