From 54e224274dac810452d01496b56ff1b0cdd5aeb5 Mon Sep 17 00:00:00 2001 From: constantinos Date: Tue, 15 Aug 2023 18:51:46 +0300 Subject: [PATCH] customizations --- content/article/dev-customizations.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/article/dev-customizations.md b/content/article/dev-customizations.md index d128817..55ce8b5 100644 --- a/content/article/dev-customizations.md +++ b/content/article/dev-customizations.md @@ -14,13 +14,14 @@ abstract: | --- Current customizations (all theme customizations include a note) -1. customization for `figcaptions` for images/tables/videos etc. Edits with commentary at +1. edit for `figcaption` for images/tables/videos etc. Edits with commentary at - `render-image.html` - `site.min.css` -2. customization for background color for code blocks +2. add background color for code blocks - `site.min.css` -> `pre` and `code` classes -3. customization for omitting entry date from keyword view +3. omit entry date from keyword view - `\layouts\taxonomy\list.html` (line commented) +4. commented out `h2-6:before{}` which produced double numbering of headings (`site.min.css`) Need to: - expose publication date in content (single) and in page metadata (header) \ No newline at end of file