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 @@