Skip to content

Config/2026 07 26 update libraries - #5506

Closed
chukycheese wants to merge 792 commits into
mmistakes:masterfrom
chukycheese:config/2026-07-26-update-libraries
Closed

Config/2026 07 26 update libraries#5506
chukycheese wants to merge 792 commits into
mmistakes:masterfrom
chukycheese:config/2026-07-26-update-libraries

Conversation

@chukycheese

Copy link
Copy Markdown

Summary

Context

gamue and others added 30 commits September 19, 2023 00:03
* Rename include

* Add grid view test pages

* Rename `.post__meta-sep` and use CSS to add line break

* Improve collection grid archive

* Improve page grid archive

* Enable `grid`

* Don't show date icon if there is no `date` value

* Add blank line at EOF

* Add space

* Wrap date and reading time in named `span` elements
When the figure helper is used in a list, which can be either ordered or
unordered, and no caption is specified, a line with text "</figure>"
will be shown below the figure on the rendered page.

This is because, if the '{% if include.caption %}' evaluates to false,
the lines between that 'if' statement and '{% endif %}' will be emptied,
not removed, so the block will be filled by empty lines.

HTML ignores redundant empty lines, but Markdown takes them seriously.
In addition, Markdown expects proper indentation of lines inside lists,
and the closing '</figure>' tag is not indented.  When combined, the
empty space and absence of indentation cause Markdown to process the
'</figure>' tag as a separate paragraph instead of an HTML tag, thus the
text for the tag is directly rendered on the page.

The fix for this issue is very simple: remove the empty space when
'include.caption' is false.  As described in
<https://shopify.github.io/liquid/basics/whitespace/>, this can be done
by adding hyphens to the 'if' and 'endif' tags.
* Update jQuery to 3.5.1

Closes mmistakes#2712

* Build NodeJS

Run using `npm run build:js`
chukycheese and others added 23 commits October 26, 2023 20:22
@github-actions github-actions Bot added Type: Invalid Type: Spam Don't submit your own website content here! labels Jul 26, 2026
@github-actions

Copy link
Copy Markdown

You have created a Pull Request to the wrong repository. This is the repository for Minimal Mistakes, the free Jekyll theme. See GitHub Docs: About pull requests if you need help.

@github-actions github-actions Bot closed this Jul 26, 2026
@github-actions github-actions Bot locked as spam and limited conversation to collaborators Jul 26, 2026
@chukycheese
chukycheese deleted the config/2026-07-26-update-libraries branch July 26, 2026 04:38
@chukycheese
chukycheese restored the config/2026-07-26-update-libraries branch July 26, 2026 04:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Type: Invalid Type: Spam Don't submit your own website content here!

Projects

None yet

Development

Successfully merging this pull request may close these issues.