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

Regis Philibert
10.36.2022 470ea40982f5036554819253c3ac6ed4a34193f4
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 }}">