Michael Rose
cc9d1fdaf3
Remove tabindex="-1"
from input
elements in search.html
layout
...
Make `input` elements accessible by keyboard.
Fixes #2982
2021-06-23 08:27:06 -04:00
Michael Rose
3b62fcef6b
Fix broken links in documentation
...
Close #3004
2021-06-23 08:17:31 -04:00
Michael Rose
8152b4cbfc
Update CHANGELOG and history
2021-06-23 08:12:52 -04:00
Michael Rose
b997dc5e25
Update CHANGELOG and history
2021-06-23 08:11:14 -04:00
Michael Rose
184f4f3430
Update CHANGELOG and history
2021-06-23 08:08:05 -04:00
Michael Rose
00d9900743
Fix broken image
...
Close #3013
2021-06-23 07:55:12 -04:00
Michael Rose
327a7b6f62
Add banner above related posts
2021-06-07 09:15:17 -04:00
Michael Rose
5516883310
Update Adsense
2021-06-07 08:55:28 -04:00
Michael Rose
1f9698ce37
Update support buttons
2021-06-07 08:55:21 -04:00
Michael Rose
1f0746f2d5
Disable auto ads
2021-06-07 08:20:47 -04:00
Michael Rose
edd326376b
Update Google Adsense
2021-05-31 13:23:01 -04:00
Michael Rose
e2f65248b0
Enable auto ads
2021-05-31 12:55:44 -04:00
Michael Rose
e134d13e45
Bump theme version
2021-05-14 19:36:48 -04:00
Michael Rose
5423463ca0
Update CHANGELOG and history
2021-05-14 19:36:13 -04:00
Michael Rose
65eb672dcc
Release 4.23.0 💎
2021-05-14 19:34:33 -04:00
Michael Rose
ee67ad9743
FIx menu toggle
...
ref: #2957
2021-05-14 19:24:11 -04:00
Michael Rose
b0f5370ede
Fix typo
...
Close #2911
2021-05-11 10:47:06 -04:00
Michael Rose
4e2e64989f
Fix Jekyll environment note in configuration documentation
...
Close #2912
2021-05-11 10:42:12 -04:00
Michael Rose
2127655ad8
Update CHANGELOG and history
2021-05-11 10:31:41 -04:00
David Lechner
b0261f7c43
Update 14-helpers.md ( #2940 )
...
Fix missing backtick.
2021-05-11 10:30:47 -04:00
Michael Rose
68327eb69b
Update
2021-05-11 10:24:00 -04:00
Michael Rose
4710639f05
Fix typo
2021-05-11 10:19:59 -04:00
Michael Rose
736f77c9c6
Update onchange and uglify-js dependencies
2021-05-11 10:00:36 -04:00
Michael Rose
4259ffdd6f
Update CHANGELOG and history
2021-04-13 16:12:16 -04:00
Tom Manner
de6870743d
Document user custom element hooks ( #2815 )
...
* Added documentation for including custom CSS on a site or page
* Removed non-configuration related content from 05-configuration.md and cleaned up some style in new sections of 16-stylesheets.md
* Moved small custom head documentation to a ProTip in _docs/06-overriding-theme-defaults.md
* Cleaned up some documentation, and added some example uses of custom head and footer.
* Replace double space with single
* Replace double spaces with single
Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
Co-authored-by: Michael Rose <mmistakes@users.noreply.github.com>
2021-04-13 16:10:08 -04:00
Michael Rose
99cd379c61
Update CHANGELOG and history
2021-04-13 16:01:17 -04:00
Michael Rose
b1e4881c50
Update CHANGELOG and history
2021-04-13 15:59:28 -04:00
luweizheng
c521fe58df
Datetime format ( #2844 )
...
* datetime_format
* page__meta
* page__date
* page__date test
* update docs
* update docs
2021-04-13 15:58:37 -04:00
Michael Rose
2e05b8568b
Update CHANGELOG and history
2021-04-13 15:57:24 -04:00
Vincent Tam
2301fdf5a7
Remove all references to official public Staticman API instance. ( #2831 )
...
* Updated Staticman docs
* remove any ref to official public instance in docs
* remove fallback instance for staticman v2
left staticman v1 untouched as I dunno how to deal with that
2021-04-13 15:55:51 -04:00
Michael Rose
8a39b748c2
Update CHANGELOG and history
2021-04-13 15:54:21 -04:00
luweizheng
deaed193af
Add Baidu site verfication ( #2830 )
2021-04-13 15:53:30 -04:00
iBug
641ca6f3d8
Add note on TOC heading level issue ( #2902 )
...
https://github.com/mmistakes/minimal-mistakes/issues/2892#issuecomment-809220952
2021-03-29 08:13:27 -04:00
iBug
3d3cb58a2e
Add alt attr to site logo in masthead ( #2824 )
...
Co-authored-by: Michael Rose <mmistakes@users.noreply.github.com>
2021-03-03 10:00:20 -05:00
iBug
6e4aa384d0
Remove G-stuff CSS ( #2852 ) ( #2855 )
2021-03-03 09:39:28 -05:00
Michael Rose
c501842db8
Fix typos
2021-02-05 21:02:03 -05:00
Michael Rose
aaee7b0ac7
Update
2021-02-05 20:55:08 -05:00
Michael Rose
4556423b66
Release 4.22.0 💎
2021-02-05 20:53:57 -05:00
Michael Rose
f734cf7e99
Update CHANGELOG and history
2021-02-05 20:38:20 -05:00
Nicolas Elie
6282bd9221
Allow custom sorting for collections ( #2723 )
...
* Allow custom sorting for collections
* Update docs with custom sort of collections
* Refactoring
2021-02-05 20:37:31 -05:00
Michael Rose
3a2075a090
Update CHANGELOG and history
2021-02-05 20:30:33 -05:00
Michael Rose
f189e40766
Update CHANGELOG and history
2021-02-05 20:28:25 -05:00
Sean Killeen
7bb68edf03
Add toggle option for RSS feed visibility ( #2787 )
...
* add a "hide" value in config for atom
* Update footer to use param
* update header to use param
* Update docs to note configuration
* undo formatting
* use unless syntax
* unless syntax and indentation
* indentation
2021-02-05 20:26:16 -05:00
iBug
5fe4c4810d
Allow custom gradient in page header overlays ( #2806 )
...
* Allow custom gradient in page header overlays
* Update documentation
* Update CHANGELOG and history
2021-02-05 20:24:25 -05:00
Michael Rose
d585934803
Update CHANGELOG and history
2021-02-05 20:21:41 -05:00
Michael Rose
20f45e1d01
Update CHANGELOG and history
2021-02-05 20:17:12 -05:00
Michael Rose
0fe0d83976
Update CHANGELOG and history
2021-02-05 20:15:23 -05:00
Michael Rose
db9cff2ade
Update CHANGELOG and history
2021-02-05 20:13:39 -05:00
Michael Rose
5d52384b85
Fix typo
2021-02-05 20:12:48 -05:00
Michael Rose
5ef9af5fe5
Update CHANGELOG and history
2021-02-05 20:11:18 -05:00