mod: еще чуьт-чуть SEO

This commit is contained in:
2026-09-07 01:03:02 +03:00
parent bbe63fc4f0
commit cd12ef1f24
4 changed files with 14 additions and 7 deletions
+3 -3
View File
@@ -405,11 +405,11 @@ def generate_halftone_svg(
)
svg_template = (
f'<!-- Generated by hypn0.xyz -->\n'
f'<!-- Generated by hypn0.xyz (HypnoSVG) -->\n'
f'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 {width} {height}" '
f'data-author="hypn0.xyz" data-generator="https://hypn0.xyz">'
f'data-author="hypn0.xyz" data-generator="https://hypn0.xyz" role="img" aria-label="HypnoSVG animation">'
f'{svg_css}'
f'<desc>Generated by Hypn0 (https://hypn0.xyz)</desc>'
f'<desc>Generated by Hypn0 / HypnoSVG (https://hypn0.xyz)</desc>'
f'{defs_html}'
f'<g id="hypn0-xyz" data-source="https://hypn0.xyz">{groups_html}</g>'
f'</svg>'