customizations

This commit is contained in:
constantinos 2023-08-15 18:51:46 +03:00
parent cdd99d0e92
commit 54e224274d

View file

@ -14,13 +14,14 @@ abstract: |
--- ---
Current customizations (all theme customizations include a note) 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` - `render-image.html`
- `site.min.css` - `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 - `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) - `\layouts\taxonomy\list.html` (line commented)
4. commented out `h2-6:before{}` which produced double numbering of headings (`site.min.css`)
Need to: Need to:
- expose publication date in content (single) and in page metadata (header) - expose publication date in content (single) and in page metadata (header)