From 36503c4f9dabcb4aad8a5bd25f17af8341eec7a2 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Sat, 29 Mar 2025 01:51:01 +0000
Subject: [PATCH] refactor: sort css classes
---
layouts/partials/summary-with-image.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/summary-with-image.html b/layouts/partials/summary-with-image.html
index 0fcf591..056c1c7 100644
--- a/layouts/partials/summary-with-image.html
+++ b/layouts/partials/summary-with-image.html
@@ -3,8 +3,8 @@
More info here: https://github.com/theNewDynamic/gohugo-theme-ananke/releases/tag/v2.8.1` }}
{{ $featured_image := partials.Include "func/GetFeaturedImage.html" . }}
<article class="bb b--black-10">
- <div class="no-underline db pv4 ph3 ph0-l dark-gray">
- <div class="flex flex-column flex-row-ns">
+ <div class="db pv4 ph3 ph0-l dark-gray no-underline">
+ <div class="flex-column flex-row-ns flex">
{{ if $featured_image }}
{{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}}
<div class="{{ compare.Conditional (compare.Eq $.Site.Language.LanguageDirection "rtl") "pl3-ns" "pr3-ns" }} mb4 mb0-ns w-100 w-40-ns">
--
Gitblit v1.10.0