core-maugli 1.2.30 → 1.2.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "core-maugli",
3
3
  "description": "Astro & Tailwind CSS blog theme for Maugli.",
4
4
  "type": "module",
5
- "version": "1.2.30",
5
+ "version": "1.2.31",
6
6
  "license": "GPL-3.0-or-later OR Commercial",
7
7
  "repository": {
8
8
  "type": "git",
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  import { type CollectionEntry } from 'astro:content';
3
- import { getFilteredCollection } from '../utils/content-loader';
4
3
  import { maugliConfig } from '../config/maugli.config';
5
4
  import { LANGUAGES } from '../i18n/languages';
5
+ import { getFilteredCollection } from '../utils/content-loader';
6
6
  import FormattedDate from './FormattedDate.astro';
7
7
  // Универсальный импорт словарей по доступным языкам
8
8
  const dicts: Record<string, any> = {};
@@ -16,7 +16,6 @@ const avatarSize = typeof size === 'number' ? `${size}px` : size;
16
16
  <img
17
17
  src={src || '/img/default/autor_default.webp'}
18
18
  alt={alt}
19
- loading="lazy"
20
19
  decoding="async"
21
20
  class="w-full h-full object-cover"
22
21
  />
@@ -31,7 +31,6 @@ const current = availableLanguages.find((l) => l.code === currentLang) || availa
31
31
  width="28"
32
32
  height="28"
33
33
  style="pointer-events:none;"
34
- loading="lazy"
35
34
  decoding="async"
36
35
  />
37
36
  )}
@@ -73,7 +72,6 @@ const current = availableLanguages.find((l) => l.code === currentLang) || availa
73
72
  width="28"
74
73
  height="28"
75
74
  style="pointer-events:none;"
76
- loading="lazy"
77
75
  decoding="async"
78
76
  />
79
77
  </span>