From cda9241e715e3bcb0b0ca8be9881086566c28cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Sat, 10 Aug 2024 10:27:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D0=B8=D1=80=D0=B0=D0=B5=D0=BC=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=BE=D1=87=D0=BA=D0=B8=20=D1=82=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=82=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.scss | 25 ------------------------- layouts/partials/head.html | 9 --------- 2 files changed, 34 deletions(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index c4fad11..3b9a5e4 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -200,31 +200,6 @@ blockquote { left: -25px; color: $accent; } - - &.twitter-tweet { - position: relative; - background: transparentize($accent, .9); - font: inherit; - color: inherit; - border: 1px solid $accent; - padding-top: 60px; - - p:before { - content: ''; - } - - &:before { - content: '> From Twitter:'; - position: absolute; - top: 20px; - color: $accent; - font-weight: bold; - } - - a { - color: $accent; - } - } } table { diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 9352d88..84cd750 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -42,15 +42,6 @@ {{ end }} - - -{{ if (isset $.Site.Params "twitter") }} - {{ if (isset $.Site.Params.Twitter "site") }} - - {{ end }} - -{{ end }} -