From 1f80adaf1faf16e842c269e31fe876b743a50a46 Mon Sep 17 00:00:00 2001 From: MultiMote Date: Sun, 2 Jun 2024 15:20:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=B2=D0=BE=D0=B4=20=D0=BA=D0=B0?= =?UTF-8?q?=D1=80=D1=82=D0=B8=D0=BD=D0=BA=D0=B8=20=D0=BF=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B0=20=D0=B8=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=B2=20=D0=B1=D0=BE=D0=BA=D0=BE=D0=B2=D0=BE=D0=B9=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontmatter.json | 13 +++++++---- themes/mmotium/assets/css/style.scss | 6 +++++ themes/mmotium/layouts/partials/sidebar.html | 23 ++++++++++---------- 3 files changed, 26 insertions(+), 16 deletions(-) diff --git a/frontmatter.json b/frontmatter.json index 9d66969..e75f8f6 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -45,14 +45,19 @@ "type": "categories" }, { - "title": "featured_image", - "name": "Thumbnail", + "title": "Thumbnail", + "name": "featured_image", "type": "image" }, { - "title": "lastmod", - "name": "Last modified", + "title": "Last modified", + "name": "lastmod", "type": "datetime" + }, + { + "title": "Telegram Entry ID (channel/id)", + "name": "telegram_entry_id", + "type": "string" } ] } diff --git a/themes/mmotium/assets/css/style.scss b/themes/mmotium/assets/css/style.scss index 8501b14..95ffa16 100644 --- a/themes/mmotium/assets/css/style.scss +++ b/themes/mmotium/assets/css/style.scss @@ -204,6 +204,8 @@ section.posts { } .toc { + margin-top: 1em; + ul { list-style-position: inside; margin: 0; @@ -224,6 +226,10 @@ section.posts { p { margin: 0; } + + img { + max-width: 100%; + } } } diff --git a/themes/mmotium/layouts/partials/sidebar.html b/themes/mmotium/layouts/partials/sidebar.html index 8288e0e..62c6089 100644 --- a/themes/mmotium/layouts/partials/sidebar.html +++ b/themes/mmotium/layouts/partials/sidebar.html @@ -1,22 +1,21 @@