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