Christian Oliff
ad094187f7
Remove IE9 flexbox fallback ( #3042 )
...
IE9 is absolutely, completely, totally dead. it's marketshare is less than 0.1%.
REF: https://caniuse.com/usage-table
Save some bytes in the HTML for all users by removing the fallback inline CSS.
2021-07-05 15:51:47 -04:00
Guillaume Gautreau
7597735c73
Loads font-awesome asynchronously ( #2967 )
...
Loading font-awesome asynchronously allows to display the site faster. This change is advised by google pagespeed insights
2021-06-23 08:10:12 -04: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 ♦
2ef1bfb856
Load Font Awesome CSS from jsDelivr CDN ( #2583 )
...
* Load Font Awesome CSS from jsDelivr CDN
* Update CHANGELOG and history
2020-07-02 08:08:45 -04:00
iBug ♦
bcd6126612
Use relative_url and absolute_url where possible ( #2387 )
...
* Use relative_url and absolute_url where possible
Drops the `contains "://"` check, adopt Jekyll 3.7
Ref: https://github.com/mmistakes/minimal-mistakes/pull/2385#issuecomment-579882236
* One more unneeded {% assign %}
* Remove one more assign as noted by mmistakes
* Consolidate 4 more captures
* Consolidate an extra assign on "active" class
2020-03-06 15:37:07 -05:00
Christian Oliff
519824eee7
remove extraneous space from IE conditional statement ( #2273 )
2019-10-04 11:01:09 -04:00
Christian Oliff
8ec8def1b8
shorter IE conditional statement ( #2006 )
...
saves 5 bytes :-)
2019-01-01 16:50:33 -05:00
Christian Oliff
5b8a9de8eb
HTTPS Twitter short link ( #2001 )
2018-12-19 08:02:41 -05:00
Christian Oliff
adfbe8622b
Remove unneeded HandheldFriendly and MobileOptimized meta tags ( #1837 )
...
Fixes : #1835
2018-09-16 18:16:47 -04:00
Michael Rose
c8226a32a6
Replace absolute_url
with relative_url
...
Where it makes sense replace asset paths and navigation related paths with `relative_url` filter.
Leave SEO related `<head>` elements and social sharing links as `absolute_url`.
Fixes #1588
2018-03-20 11:35:36 -04:00
Michael Rose
8fc9bccda8
Allow <head>
and footer scripts to be changed via config ( #1241 )
...
* Allow `<head>` and footer scripts to be changed via config
* Update JavaScript documentation
Close #1238
2017-09-12 12:27:36 -04:00
Michael Rose
eb1f445050
Remove the http-equiv="cleartype" meta tag
...
Reasons for dropping: https://www.drupal.org/node/1717090
Close #1087
2017-08-29 15:41:47 -04:00
Michael Rose
e223934f81
Add flexbox fixes for < IE9 to make the greedy nav button visible
2017-02-14 13:13:28 -05:00
Michael Rose
c3c0fc3f51
Replace base_path with absolute_url
filter where possible
2016-10-06 15:40:30 -04:00
Michael Rose
d238a0de83
Add external feed URL conditional to <head>
2016-07-26 15:34:21 -04:00
Michael Rose
d7df394a5e
Make base_path available to all includes that need it
2016-04-14 14:45:48 -04:00
Michael Rose
e58dc5d57f
Remove default favicons and add note about using Real Favicon Generator to create your own set
2016-04-05 22:02:14 -04:00
Michael Rose
3173c0dc1d
Add test for JavaScript to help style elements progressively
2016-03-21 15:59:16 -04:00
Michael Rose
7f30ab04ea
Remove Google webfonts as default and include for custom <head> includes
...
- Create font stacks using system fonts for improved performance
2016-03-21 14:11:14 -04:00
Michael Rose
f63b8fe294
Add file extensions back to non-helper _includes
2016-03-10 21:13:01 -05:00
Michael Rose
3bd495f1d4
Remove extensions from _includes to simplify naming
2016-03-07 10:27:07 -05:00
Michael Rose
1c1a9777e0
Simplify favicons and logo usage
2016-02-23 11:29:09 -05:00
Michael Rose
fec3508b5d
Add SEO stuff
...
- <head> related SEO
- Twitter Cards and Open Graph metas
- Webmaster tool verifications
2016-02-23 00:17:39 -05:00
Michael Rose
97b4571370
Add support for baseurl
2016-02-22 16:16:15 -05:00
Michael Rose
4348fc59b3
Remove "_" from includes
2016-02-22 14:58:16 -05:00
Michael Rose
b527a83e54
Rename _includes
2013-12-09 09:16:56 -05:00
Michael Rose
cf8f714bd8
Add Twitter Card summary large image
2013-09-09 11:47:15 -04:00
Michael Rose
9708efd7d1
Gruntify stylesheets
2013-09-09 11:26:55 -04:00
Michael Rose
a472d16bdf
Init Gruntjs build script
2013-09-09 10:12:07 -04:00
Michael Rose
a4bcd6e0a9
Optional Google Analytics, Google Authorship, webmaster verifies, and Twitter cards meta.
2013-07-17 08:57:09 -04:00
Michael Rose
08ff4b987e
Google+ tweaks
2013-06-21 09:37:25 -04:00
Michael Rose
61db991c98
Update head.html
...
Remove hardcoded Made Mistakes site title.
2013-06-18 16:38:48 -03:00
Michael Rose
93c92ebd8a
Add favicons and iOS icons
2013-05-28 10:43:55 -04:00
Michael Rose
c0da06a271
Add RSS and Twitter icons
2013-05-24 14:21:06 -04:00
Michael Rose
0ac30528ca
Minor cleanup
2013-05-24 12:04:43 -04:00
Michael Rose
6ac94c6ab4
Fix base url
2013-05-24 11:37:44 -04:00
Michael Rose
fe92ba4b1c
Personalize for me
2013-05-24 11:08:47 -04:00
Michael Rose
aea18887c0
Initial commit
2013-05-24 10:25:31 -04:00