e243901e9f
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2021-02-05 20:13:44 -05:00
db9cff2ade
Update CHANGELOG and history
2021-02-05 20:13:39 -05:00
08c53cb804
Add hebrew translation ( #2760 )
2021-02-05 20:12:56 -05:00
5d52384b85
Fix typo
2021-02-05 20:12:48 -05:00
5ef9af5fe5
Update CHANGELOG and history
2021-02-05 20:11:18 -05:00
fe77557d60
Add toc_sticky parameter's description ( #2741 )
2021-02-05 20:10:08 -05:00
faf86f59e9
Update allejo/jekyll-toc to v1.1.0, skip headings without an ID ( #2752 )
...
* Update allejo/jekyll-toc to v1.1.0, skip headings without an ID
https://github.com/allejo/jekyll-toc/releases/tag/v1.1.0
* Update CHANGELOG and history
2020-12-10 14:41:57 -05:00
e61476d0a9
Delete feature_request.md
2020-12-08 22:47:06 -05:00
e3200acafc
Delete support.md
2020-12-08 22:46:58 -05:00
f69e6cbfc4
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2020-11-14 18:10:40 -05:00
13a644d22c
Update CHANGELOG and history
2020-11-14 18:10:37 -05:00
48bf0d4e6c
Update 404.md ( #2737 )
...
Removed Google Search script which no longer worked.
https://github.com/mmistakes/minimal-mistakes/issues/2597
2020-11-14 18:09:04 -05:00
2d813530d4
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2020-11-14 18:08:18 -05:00
72897524d7
Update CHANGELOG and history
2020-11-14 18:08:15 -05:00
2e6fe02f78
indonesian translation minor typo fix ( #2731 )
2020-11-14 18:07:24 -05:00
d591b2b8d8
Update CHANGELOG and history
2020-11-14 18:06:58 -05:00
64dc575476
Merge pull request #2734 from susanstevens:jekyll-include-cache
...
Update remote theme instructions
2020-11-14 18:05:52 -05:00
899050cdfa
Update remote theme instructions
...
* jekyll-install-cache gem should be added to Gemfile
2020-11-08 19:42:21 -06:00
d1dd94246c
Fix Font Awesome icon color in various skins
...
Close #2724
2020-11-02 11:54:08 -05:00
010825dfca
Fix heading level
2020-11-02 11:37:10 -05:00
b24f69a71f
Update remote_theme
version
2020-11-02 11:36:35 -05:00
144cfee5b7
Release 4.21.0 💎
2020-11-02 11:35:14 -05:00
d993845dfd
Update CHANGELOG and history
2020-11-02 11:26:10 -05:00
133dffe2f9
Update jQuery to 3.5.1 ( #2713 )
...
* Update jQuery to 3.5.1
Closes #2712
* Build NodeJS
Run using `npm run build:js`
2020-11-02 11:25:10 -05:00
8d162a7767
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
2020-11-02 11:24:37 -05:00
de2cf5609b
Update CHANGELOG and history
2020-11-02 11:24:34 -05:00
2a6d2bdd13
Merge pull request #2725 from akhyarrh:add-id-translation
...
Indonesian translation
2020-11-02 11:23:40 -05:00
0c8cb15210
Merge pull request #2718 from iBug:typo-fix
...
Fix a small typo in documentation
2020-11-02 11:23:07 -05:00
0c9553da06
Update CHANGELOG and history
2020-11-02 11:22:18 -05:00
caa21efd4d
Merge pull request #2722 from quanengineering:patch-1
...
Update ui-text.yml for Vietnamese
2020-11-02 09:48:37 -05:00
a5aeef3d70
Update indonesian translation
2020-11-02 05:22:01 +08:00
efe9f3bf94
Added some translation for indonesian language
2020-11-02 05:00:46 +08:00
7e3a7c1b16
Update ui-text.yml for Vietnamese
2020-10-30 10:52:35 +07:00
f98d7de897
Fix a small typo in documentation
2020-10-29 14:24:52 +08:00
10a4cb116f
Update CHANGELOG and history
2020-10-28 15:05:35 -04:00
95f3f0ac64
Merge pull request #2674 from migupry:master
...
Greedy-nav fix
2020-10-28 15:03:09 -04:00
c70990aa70
Update CHANGELOG and history
2020-10-28 14:54:19 -04:00
b69acb6743
Norwegian translation ( #2702 )
2020-10-28 14:50:55 -04:00
f75d8e552c
Update CHANGELOG and history
2020-10-28 14:50:18 -04:00
11524f165e
Merge pull request #2700 from iBug:update-toc
...
Update allejo/jekyll-toc to v1.0.14
2020-10-28 14:49:22 -04:00
4488d4cf2b
Update CHANGELOG and history
2020-10-28 14:45:24 -04:00
c2c05b9b67
Fix closing tag of figures without captions in lists ( #2697 )
...
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.
2020-10-28 14:43:09 -04:00
50bd68e6d0
Update stale.yml
2020-10-28 09:20:07 -04:00
187752b673
Update CONTRIBUTING.md
2020-10-23 13:39:22 -04:00
052f3f786f
Update README.md
2020-10-23 13:37:42 -04:00
d6444412c6
Fix dead link to "CI services" Jekyll ( #2692 )
...
* Fix #2635
* Update CHANGELOG and history
2020-09-21 10:28:18 -04:00
99a77e4d3a
Update allejo/jekyll-toc to v1.0.14
...
https://github.com/allejo/jekyll-toc/releases/tag/v1.0.14
2020-09-21 01:17:26 +08:00
bdc8ac01e8
merging into master
2020-09-10 10:48:37 -03:00
ab19c77ac9
Bump theme version
2020-09-07 10:08:23 -04:00
526445bffe
Release 4.20.2 💎
2020-09-07 10:07:29 -04:00