From e8ca7357419b518bd9238fc2a8b90f56eedf7176 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Fri, 8 Nov 2024 23:35:23 +0300 Subject: [PATCH] yandex --- quartz/components/Head.tsx | 2 ++ quartz/components/_Ads.tsx | 22 ++++++++++------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx index 0c9bbd601..daf69f0ea 100644 --- a/quartz/components/Head.tsx +++ b/quartz/components/Head.tsx @@ -39,6 +39,8 @@ export default (() => { + + {css.map((href) => ( ))} diff --git a/quartz/components/_Ads.tsx b/quartz/components/_Ads.tsx index 460b1989d..a0bafee45 100644 --- a/quartz/components/_Ads.tsx +++ b/quartz/components/_Ads.tsx @@ -4,18 +4,16 @@ import { classNames } from "../util/lang" const Ads: QuartzComponent = ({ displayClass, fileData }: QuartzComponentProps) => { return ( -
-
-
-

Спонсор: VDSina

-
-
-

Хостинг провайдер, которым пользуюсь сам. Сервера на территории РФ и Нидерландов, 2 ТБ трафика на - сервер.
– - – – – –
Вечная скидка 10% при - регистрации.

-
-
+ +
+ ) } export default (() => Ads) satisfies QuartzComponentConstructor