minimal-mistakes-jekyll 4.12.2 → 4.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5832c168d58ce1865475142748e402a446e76ead
4
- data.tar.gz: 388f4e07a468efc0fd1e590e66b5bba0244d5f62
3
+ metadata.gz: 3b9575c42f0ae60582e9b8755581078d1ccc4812
4
+ data.tar.gz: bb81fe8863e93afa3d244348379e5ca3b802ce01
5
5
  SHA512:
6
- metadata.gz: 72e6ce9d2429c5188b5ec03f28bb4a77da5340fa7cf9cba5f349a6878d7cbe8a92e9bf08def05e604f64d4ae97e3658800a6c999d57ec0949579bf9fb8fb6714
7
- data.tar.gz: 1b9c2f4cf0009ba916bbb7df42c45258deac10c0c487e209cf174a578f8832fc852c554964418cf1b3235f0c2685ca2fc60157cc03c63e97438a146139446ed3
6
+ metadata.gz: 8581fcd184eb7903ffeb90b5f540e9757f426692fed28307fbae2eb0c963364f54f03fdef9c9faa851990d00b9a66a1562f950b3f1c4ad61e8b7660c1b2fa39f
7
+ data.tar.gz: 4fe6e88128a6f7ba765f33025d38d6b9a9c2cfa5856dba17d361258136ea008c6acbb4f0b6a91628f6df0aa3547b10169b9d9dba8e3878c55939eedb5594b091
@@ -1,55 +1,70 @@
1
+ ## [4.13.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.13.0)
2
+
3
+ ### Enhancements
4
+
5
+ - Add Romanian localized UI text strings. [#1814](https://github.com/mmistakes/minimal-mistakes/pull/1814)
6
+ - Improve author link flexibility. [#1581](https://github.com/mmistakes/minimal-mistakes/issues/1581)
7
+ - Improve footer link flexibility.
8
+ - Deprecate `cta_label` and `cta_url` in header overlay in favor of new `actions` array that allows for multiple "call to action" button links. [#1461](https://github.com/mmistakes/minimal-mistakes/issues/1461)
9
+ - Add support to [gallery helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) for defining column layout (`half`, `third`, or single `''`). [#1821](https://github.com/mmistakes/minimal-mistakes/issues/1821)
10
+
11
+ ### Bug Fixes
12
+
13
+ - Fix sidebar navigation list toggle. [#1819](https://github.com/mmistakes/minimal-mistakes/issues/1819)
14
+ - Fix hover animation for links with `:visited` state. [#1820](https://github.com/mmistakes/minimal-mistakes/issues/1820)
15
+
1
16
  ## [4.12.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.2)
2
17
 
3
18
  ### Enhancements
4
19
 
5
- * Add missing Italian localized UI text strings. [#1793]
6
- * Update [jekyll-toc](https://github.com/allejo/jekyll-toc) to `v1.0.5`.
7
- * Support heading levels 1-6 in table of contents with proper indentation styling. [#1782](https://github.com/mmistakes/minimal-mistakes/issues/1782)
8
- * Use relative links for masthead navigation menu items when possible. [#1784](https://github.com/mmistakes/minimal-mistakes/pull/1784)
9
- * Add `.emoji` class to author sidebar to normalize image sizes. [#1780](https://github.com/mmistakes/minimal-mistakes/pull/1780)
10
- * Update Staticman commit message to include commentor's name.
11
- * Improve side navigation spacing in relation to masthead.
12
- * Style archive links with appropriate link color.
13
- * Adjust feature row spacing and font-sizes.
14
- * Use sentence case and increase font-sizes for improved readability in table of contents.
15
- * Add `{{ content }}` to `home` layout. [#1775](https://github.com/mmistakes/minimal-mistakes/pull/1775)
20
+ - Add missing Italian localized UI text strings. [#1793](https://github.com/mmistakes/minimal-mistakes/pull/1793)
21
+ - Update [jekyll-toc](https://github.com/allejo/jekyll-toc) to `v1.0.5`.
22
+ - Support heading levels 1-6 in table of contents with proper indentation styling. [#1782](https://github.com/mmistakes/minimal-mistakes/issues/1782)
23
+ - Use relative links for masthead navigation menu items when possible. [#1784](https://github.com/mmistakes/minimal-mistakes/pull/1784)
24
+ - Add `.emoji` class to author sidebar to normalize image sizes. [#1780](https://github.com/mmistakes/minimal-mistakes/pull/1780)
25
+ - Update Staticman commit message to include commentor's name.
26
+ - Improve side navigation spacing in relation to masthead.
27
+ - Style archive links with appropriate link color.
28
+ - Adjust feature row spacing and font-sizes.
29
+ - Use sentence case and increase font-sizes for improved readability in table of contents.
30
+ - Add `{{ content }}` to `home` layout. [#1775](https://github.com/mmistakes/minimal-mistakes/pull/1775)
16
31
 
17
32
  ## [4.12.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.1)
18
33
 
19
34
  ### Enhancements
20
35
 
21
- * Add missing French localized UI text strings. [#1769](https://github.com/mmistakes/minimal-mistakes/pull/1769) [#1741](https://github.com/mmistakes/minimal-mistakes/pull/1741)
22
- * Update Font Awesome to version [`5.2.0`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md). [#1754](https://github.com/mmistakes/minimal-mistakes/pull/1754)
23
- * Add documentation note to update root `Gemfile` when forking theme.
36
+ - Add missing French localized UI text strings. [#1769](https://github.com/mmistakes/minimal-mistakes/pull/1769) [#1741](https://github.com/mmistakes/minimal-mistakes/pull/1741)
37
+ - Update Font Awesome to version [`5.2.0`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md). [#1754](https://github.com/mmistakes/minimal-mistakes/pull/1754)
38
+ - Add documentation note to update root `Gemfile` when forking theme.
24
39
 
25
40
  ### Bug Fixes
26
41
 
27
- * Remove slash at the beginning of `path` in staticman.yml example. [#1772](https://github.com/mmistakes/minimal-mistakes/pull/1772)
28
- * Fix `read_time` logic in header image overlay. [#1756](https://github.com/mmistakes/minimal-mistakes/pull/1756)
42
+ - Remove slash at the beginning of `path` in staticman.yml example. [#1772](https://github.com/mmistakes/minimal-mistakes/pull/1772)
43
+ - Fix `read_time` logic in header image overlay. [#1756](https://github.com/mmistakes/minimal-mistakes/pull/1756)
29
44
 
30
45
  ## [4.12.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.12.0)
31
46
 
32
47
  ### Enhancements
33
48
 
34
- * Add Hungarian localized UI text strings. [#1682](https://github.com/mmistakes/minimal-mistakes/pull/1682)
35
- * DRY `tags_max` calculation in tags.html layout. [#1696](https://github.com/mmistakes/minimal-mistakes/pull/1696)
36
- * DRY `categories_max` calculation in categories.html layout.
37
- * Add support for ["sticking" table of contents](https://mmistakes.github.io/minimal-mistakes/layout-table-of-contents-sticky/) to top of page via `toc_sticky: true` YAML Front Matter.
38
- * Add support for captioning images in feature row helper via `image_caption` YAML Front Matter. [#1440](https://github.com/mmistakes/minimal-mistakes/issues/1440)
39
- * Add [Google Custom Search Engine](https://cse.google.com/cse) support. [#1652](https://github.com/mmistakes/minimal-mistakes/issues/1652)
40
- * Update Font Awesome to version [`5.1.13`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
41
- * Add "Pets" sample archive page to documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)
42
- * Add GitLab social icon brand color. [#1653](https://github.com/mmistakes/minimal-mistakes/issues/1653)
43
- * Prevent line breaks between FontAwesome icon and text in footer social links. [#1659](https://github.com/mmistakes/minimal-mistakes/issues/1659)
49
+ - Add Hungarian localized UI text strings. [#1682](https://github.com/mmistakes/minimal-mistakes/pull/1682)
50
+ - DRY `tags_max` calculation in tags.html layout. [#1696](https://github.com/mmistakes/minimal-mistakes/pull/1696)
51
+ - DRY `categories_max` calculation in categories.html layout.
52
+ - Add support for ["sticking" table of contents](https://mmistakes.github.io/minimal-mistakes/layout-table-of-contents-sticky/) to top of page via `toc_sticky: true` YAML Front Matter.
53
+ - Add support for captioning images in feature row helper via `image_caption` YAML Front Matter. [#1440](https://github.com/mmistakes/minimal-mistakes/issues/1440)
54
+ - Add [Google Custom Search Engine](https://cse.google.com/cse) support. [#1652](https://github.com/mmistakes/minimal-mistakes/issues/1652)
55
+ - Update Font Awesome to version [`5.1.13`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
56
+ - Add "Pets" sample archive page to documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)
57
+ - Add GitLab social icon brand color. [#1653](https://github.com/mmistakes/minimal-mistakes/issues/1653)
58
+ - Prevent line breaks between FontAwesome icon and text in footer social links. [#1659](https://github.com/mmistakes/minimal-mistakes/issues/1659)
44
59
 
45
60
  ### Bug Fixes
46
61
 
47
- * Set default `title_separator`. [#1701](https://github.com/mmistakes/minimal-mistakes/pull/1701)
48
- * Fix `naver_site_verification` typo in /_includes/seo.html. [#1687](https://github.com/mmistakes/minimal-mistakes/pull/1687)
49
- * Fix table of contents missing borders. [#1675](https://github.com/mmistakes/minimal-mistakes/issues/1675)
50
- * Fix link to "Recipes" sample archive on documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)
51
- * Update example Reddit social share interpolation syntax in documentation. [#1656](https://github.com/mmistakes/minimal-mistakes/issues/1656)
52
- * Fix "Back to Top" links on pages that use [header overlays](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay).
62
+ - Set default `title_separator`. [#1701](https://github.com/mmistakes/minimal-mistakes/pull/1701)
63
+ - Fix `naver_site_verification` typo in /_includes/seo.html. [#1687](https://github.com/mmistakes/minimal-mistakes/pull/1687)
64
+ - Fix table of contents missing borders. [#1675](https://github.com/mmistakes/minimal-mistakes/issues/1675)
65
+ - Fix link to "Recipes" sample archive on documentation site. [#1664](https://github.com/mmistakes/minimal-mistakes/pull/1664)
66
+ - Update example Reddit social share interpolation syntax in documentation. [#1656](https://github.com/mmistakes/minimal-mistakes/issues/1656)
67
+ - Fix "Back to Top" links on pages that use [header overlays](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay).
53
68
 
54
69
  ## [4.11.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.2)
55
70
 
@@ -594,380 +609,380 @@
594
609
 
595
610
  ### Maintenance
596
611
 
597
- * Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
598
- * Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
599
- * Add `{% highlight %}` code block examples to demo site.
600
- * Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
612
+ - Clarified comment for `author.stackoverflow` value used in author sidebar links. [#487](https://github.com/mmistakes/minimal-mistakes/pull/487)
613
+ - Add list of localized text strings. [#488](https://github.com/mmistakes/minimal-mistakes/pull/488)
614
+ - Add `{% highlight %}` code block examples to demo site.
615
+ - Add documentation for using custom sidebar navigation menus. [#476](https://github.com/mmistakes/minimal-mistakes/issues/476)
601
616
 
602
617
  ## [3.4.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.4)
603
618
 
604
619
  ### Enhancements
605
620
 
606
- * Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
621
+ - Add French "comments" related localized UI text. [#472](https://github.com/mmistakes/minimal-mistakes/pull/472)
607
622
 
608
623
  ### Bug Fixes
609
624
 
610
- * Exclude `vendor` in Jekyll config file.
611
- * Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
625
+ - Exclude `vendor` in Jekyll config file.
626
+ - Fix Liquid syntax error for offending parenthesis. [#479](https://github.com/mmistakes/minimal-mistakes/issues/479)
612
627
 
613
628
  ### Maintenance
614
629
 
615
- * Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
630
+ - Update gems: `colorator` (1.1.0), `forwardable-extended` (2.6.0), `github-pages` (93), `jekyll` (= 3.2.1), `minima` (= 1.0.1).
616
631
 
617
632
  ## [3.4.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.3)
618
633
 
619
634
  ### Enhancements
620
635
 
621
- * Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
622
- * Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
623
- * Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
624
- * Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
636
+ - Make ["honeypot" `input`](https://github.com/mmistakes/minimal-mistakes/commit/06a8249a69a37dddda7e2a5bfbe32056c1a9a607) in Staticman comment form less obvious to spam bots
637
+ - Add padding to `.highlight` code blocks to better [align `overflow` scrollbar](https://github.com/mmistakes/minimal-mistakes/commit/e4abec0a6f7f8cff72505ca0754615df294fd5b3) to the bottom.
638
+ - Add additional image options for Twitter card social sharing meta tags. [#466](https://github.com/mmistakes/minimal-mistakes/pull/466)
639
+ - Add structured data markup for Staticman comments. [#458](https://github.com/mmistakes/minimal-mistakes/issues/458)
625
640
 
626
641
  ### Bug Fixes
627
642
 
628
- * Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
643
+ - Format `og:locale` tag with `_` instead of `-`. [#462](https://github.com/mmistakes/minimal-mistakes/issues/462)
629
644
 
630
645
  ### Maintenance
631
646
 
632
- * Add note to docs about using `url: http://localhost:4000` when working locally.
647
+ - Add note to docs about using `url: http://localhost:4000` when working locally.
633
648
 
634
649
  ## [3.4.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.2)
635
650
 
636
651
  ### Enhancements
637
652
 
638
- * Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
653
+ - Improve UX of static comment forms. [#448](https://github.com/mmistakes/minimal-mistakes/issues/448)
639
654
 
640
655
  ## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
641
656
 
642
657
  ### Enhancements
643
658
 
644
- * Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
659
+ - Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
645
660
 
646
661
  ### Bug Fixes
647
662
 
648
- * Don't add `<a>` to author name if URL is blank.
663
+ - Don't add `<a>` to author name if URL is blank.
649
664
 
650
665
  ## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
651
666
 
652
667
  ### Enhancements
653
668
 
654
- * Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
669
+ - Support static-based commenting via [Staticman](https://staticman.net/) for sites hosted with GitHub Pages. [#424](https://github.com/mmistakes/minimal-mistakes/issues/424)
655
670
 
656
671
  ## [3.3.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.7)
657
672
 
658
673
  ### Bug Fixes
659
674
 
660
- * Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
675
+ - Re-enabled Jekyll plugins in `_config.yml` in case they aren't autoloaded in `Gemfile`. [#417](https://github.com/mmistakes/minimal-mistakes/issues/417)
661
676
 
662
677
  ### Enhancements
663
678
 
664
- * Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
665
- * Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)
679
+ - Fallback to `site.github.url` for use in `{{ base_path }}` when `site.url` is `nil`.
680
+ - Replace Sass and Autoprefixer `npm` build scripts with [Jekyll's built-in asset support](https://jekyllrb.com/docs/assets/). [#333](https://github.com/mmistakes/minimal-mistakes/issues/333)
666
681
 
667
682
  ### Maintenance
668
683
 
669
- * Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
670
- * Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
684
+ - Document `site.repository` and its role with [`github-metadata`](https://github.com/jekyll/github-metadata) gem.
685
+ - Add sample [archive page with content](https://mmistakes.github.io/minimal-mistakes/archive-layout-with-content/) for testing styles on demo site.
671
686
 
672
687
  ## [3.3.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.6)
673
688
 
674
689
  ### Bug Fixes
675
690
 
676
- * Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
691
+ - Fix blank `site.teaser` bug. [#412](https://github.com/mmistakes/minimal-mistakes/issues/412)
677
692
 
678
693
  ## [3.3.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.5)
679
694
 
680
695
  ### Enhancements
681
696
 
682
- * Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
683
- * Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
684
- * Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
697
+ - Add English default text `site.locale` strings. [#407](https://github.com/mmistakes/minimal-mistakes/issues/407)
698
+ - Add Portuguese localized UI text. [#411](https://github.com/mmistakes/minimal-mistakes/pull/411)
699
+ - Add Italian localized UI text. [#409](https://github.com/mmistakes/minimal-mistakes/pull/409)
685
700
 
686
701
  ### Maintenance
687
702
 
688
- * Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
689
- * Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
690
- * Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
691
- * Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
703
+ - Remove unused Google AdSense variables in `_config.yml`. [#404](https://github.com/mmistakes/minimal-mistakes/issues/404)
704
+ - Update `Gemfile` instructions for using `github-pages` vs. native `jekyll` gems.
705
+ - Disable `gems:` in `_config.yml` and enable plugins with Bundler instead.
706
+ - Add `repository` to `_config.yml` to suppress GitHub Pages error `Liquid Exception: No repo name found.`
692
707
 
693
708
  ## [3.3.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.4)
694
709
 
695
710
  ### Enhancements
696
711
 
697
- * Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to `feed.xml` in `<head>` and the site footer. [#378](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)
698
- * Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
712
+ - Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to `feed.xml` in `<head>` and the site footer. [#378](https://github.com/mmistakes/minimal-mistakes/issues/378), [#379](https://github.com/mmistakes/minimal-mistakes/pull/379), [#406](https://github.com/mmistakes/minimal-mistakes/pull/406)
713
+ - Add Turkish localized UI text. [#403](https://github.com/mmistakes/minimal-mistakes/pull/403)
699
714
 
700
715
  ### Maintenance
701
716
 
702
- * Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
717
+ - Update gems: `activesupport` (4.2.7), `ffi` (1.9.14), `github-pages` (88), `jekyll-redirect-from` (0.11.0), `jekyll-watch` (1.5.0).
703
718
 
704
719
  ## [3.3.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.3)
705
720
 
706
721
  ### Enhancements
707
722
 
708
- * Make footer stick to the bottom of the page.
723
+ - Make footer stick to the bottom of the page.
709
724
 
710
725
  ### Bug Fixes
711
726
 
712
- * Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
727
+ - Fix `gallery` size bug [#402](https://github.com/mmistakes/minimal-mistakes/issues/402)
713
728
 
714
729
  ### Maintenance
715
730
 
716
- * Set default `lang` to `en`.
731
+ - Set default `lang` to `en`.
717
732
 
718
733
  ## [3.3.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.2)
719
734
 
720
735
  ### Bug Fixes
721
736
 
722
- * Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
737
+ - Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < `1024px`. [#396](https://github.com/mmistakes/minimal-mistakes/issues/396)
723
738
 
724
739
  ## [3.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.3.1)
725
740
 
726
741
  ### Enhancements
727
742
 
728
- * Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
729
- * Indicate the relationship between component URLs in a paginated series by applying `rel="prev"` and `rel="next"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)
730
- * Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
743
+ - Enable image popup on < 500px wide screens. [#385](https://github.com/mmistakes/minimal-mistakes/issues/385)
744
+ - Indicate the relationship between component URLs in a paginated series by applying `rel="prev"` and `rel="next"` to pages that use `site.paginator`. [#253](https://github.com/mmistakes/minimal-mistakes/issues/253)
745
+ - Improve link posts in archive listings. [#276](https://github.com/mmistakes/minimal-mistakes/issues/276)
731
746
 
732
747
  ### Maintenance
733
748
 
734
- * Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
735
- * Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
749
+ - Update gems: `github-pages` (86), `ffi` 1.9.13, `jekyll-mentions` 1.1.3, and `rouge` 1.11.1
750
+ - Fix note about custom sidebar content appearing below author profile. [#388](https://github.com/mmistakes/minimal-mistakes/issues/388)
736
751
 
737
752
  ## [3.2.13](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.13)
738
753
 
739
754
  ### Enhancements
740
755
 
741
- * Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
742
- * Switch default locale from `en-US` to `en`.
756
+ - Add English default UI text for Canada, Great Britain, and Australia. [#377](https://github.com/mmistakes/minimal-mistakes/issues/377)
757
+ - Switch default locale from `en-US` to `en`.
743
758
 
744
759
  ## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
745
760
 
746
761
  ### Enhancements
747
762
 
748
- * Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
763
+ - Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
749
764
 
750
765
  ### Bug Fixes
751
766
 
752
- * Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)
767
+ - Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)
753
768
 
754
769
  ## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
755
770
 
756
771
  ### Bug Fixes
757
772
 
758
- * Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
773
+ - Fix disappearing author sidebar links [#372](https://github.com/mmistakes/minimal-mistakes/issues/372)
759
774
 
760
775
  ### Maintenance
761
776
 
762
- * Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
763
- * Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
764
- * Update Font Awesome 4.6.3
777
+ - Update gems: `github-pages` (84), `jekyll-github-metadata` 2.0.2, and `kramdown` 1.11.1
778
+ - Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
779
+ - Update Font Awesome 4.6.3
765
780
 
766
781
  ## [3.2.10](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.10)
767
782
 
768
783
  ### Maintenance
769
784
 
770
- * Add `CONTRIBUTING.md`
785
+ - Add `CONTRIBUTING.md`
771
786
 
772
787
  ## [3.2.9](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.9)
773
788
 
774
789
  ### Enhancements
775
790
 
776
- * Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
791
+ - Add support for [header overlay images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#header-overlay) for Open Graph images. [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
777
792
 
778
793
  ### Bug Fixes
779
794
 
780
- * Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
795
+ - Fix `Person` typo Schema.org type [#358](https://github.com/mmistakes/minimal-mistakes/pull/358)
781
796
 
782
797
  ### Maintenance
783
798
 
784
- * Update `github-pages` gem and dependencies.
785
- * Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
799
+ - Update `github-pages` gem and dependencies.
800
+ - Remove `minutes_read` to avoid awkward reading time wording [#356](https://github.com/mmistakes/minimal-mistakes/issues/356)
786
801
 
787
802
  ## [3.2.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.8)
788
803
 
789
804
  ### Bug Fixes
790
805
 
791
- * Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
806
+ - Remove `cursor: pointer` that appears on white-space surrounding author side list items and links. [#354](https://github.com/mmistakes/minimal-mistakes/pull/354)
792
807
 
793
808
  ### Maintenance
794
809
 
795
- * Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
810
+ - Add contributing information to `README.md`. [#357](https://github.com/mmistakes/minimal-mistakes/issues/357)
796
811
 
797
812
  ## [3.2.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.7)
798
813
 
799
814
  ### Enhancements
800
815
 
801
- * Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
816
+ - Add French localized UI text. [#346](https://github.com/mmistakes/minimal-mistakes/pull/346)
802
817
 
803
818
  ### Bug Fixes
804
819
 
805
- * Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
820
+ - Fix branch logic for Yandex and Alexa in `seo.html`. [#348](https://github.com/mmistakes/minimal-mistakes/pull/348)
806
821
 
807
822
  ## [3.2.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.6)
808
823
 
809
824
  ### Bug Fixes
810
825
 
811
- * Fix error `Liquid Exception: divided by 0 in _includes/archive-single.html, included in _layouts/single.html` caused by null `words_per_minute` in `_config.yml`. [#345](https://github.com/mmistakes/minimal-mistakes/pull/345)
826
+ - Fix error `Liquid Exception: divided by 0 in _includes/archive-single.html, included in _layouts/single.html` caused by null `words_per_minute` in `_config.yml`. [#345](https://github.com/mmistakes/minimal-mistakes/pull/345)
812
827
 
813
828
  ## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
814
829
 
815
830
  ### Bug Fixes
816
831
 
817
- * Fix link color in hero overlay to be white.
818
- * Remove underlines from archive item titles.
832
+ - Fix link color in hero overlay to be white.
833
+ - Remove underlines from archive item titles.
819
834
 
820
835
  ## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
821
836
 
822
837
  ### Enhancements
823
838
 
824
- * Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
825
- * Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
839
+ - Improve text alignment of masthead, hero overlay, page footer to be flush left and remove awkward white-space gaps. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
840
+ - Add Spanish localized UI text. [#338](https://github.com/mmistakes/minimal-mistakes/pull/338)
826
841
 
827
842
  ### Bug Fixes
828
843
 
829
- * Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
844
+ - Fix alignment of icons in author sidebar [#341](https://github.com/mmistakes/minimal-mistakes/issues/341)
830
845
 
831
846
  ### Maintenance
832
847
 
833
- * Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
834
- * Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
835
- * Update screenshots found in theme documentation.
848
+ - Add background color to page footer to set it apart from main content. [#342](https://github.com/mmistakes/minimal-mistakes/issues/342)
849
+ - Add terms and privacy policy to theme's demo site. [#343](https://github.com/mmistakes/minimal-mistakes/issues/343)
850
+ - Update screenshots found in theme documentation.
836
851
 
837
852
  ## [3.2.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.3)
838
853
 
839
854
  ### Enhancements
840
855
 
841
- * Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
856
+ - Add [Discourse](https://www.discourse.org/) as a commenting provider. [#335](https://github.com/mmistakes/minimal-mistakes/pull/335)
842
857
 
843
858
  ## [3.2.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.2)
844
859
 
845
860
  ### Enhancements
846
861
 
847
- * Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)
862
+ - Add support for image captions in Magnific Popup overlays via the [`gallery`](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery) helper. [#334](https://github.com/mmistakes/minimal-mistakes/issues/334)
848
863
 
849
864
  ## [3.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.1)
850
865
 
851
866
  ### Bug Fixes
852
867
 
853
- * Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
868
+ - Remove need for "double tapping" masthead menu links on iOS devices. [#315](https://github.com/mmistakes/minimal-mistakes/issues/315)
854
869
 
855
870
  ### Maintenance
856
871
 
857
- * Add `ISSUE_TEMPLATE.md` for improve issue submission process.
872
+ - Add `ISSUE_TEMPLATE.md` for improve issue submission process.
858
873
 
859
874
  ## [3.2.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.0)
860
875
 
861
876
  ### Bug Fixes
862
877
 
863
- * Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)
878
+ - Fix missing category/tag links in post footer due to possible conflict with `site.tags` and `site.categories`. [#329](https://github.com/mmistakes/minimal-mistakes/issues/329#issuecomment-222375568)
864
879
 
865
880
  ## [3.1.8](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.8)
866
881
 
867
882
  ### Bug Fixes
868
883
 
869
- * Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. `<h1>` element is now conditional if `title:` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)
884
+ - Fix `Liquid Exception: undefined method 'gsub' for nil:NilClass in _layouts/single.html` error when `page.title` is null. `<h1>` element is now conditional if `title:` is not set for a `page` or collection item. [#312](https://github.com/mmistakes/minimal-mistakes/issues/312)
870
885
 
871
886
  ### Maintenance
872
887
 
873
- * Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
888
+ - Remove duplicate `fa-twitter` and `fa-twitter-square` classes from `_utilities.scss`. [#302](https://github.com/mmistakes/minimal-mistakes/issues/302)
874
889
 
875
- * Document installing additional Jekyll gem dependencies when using `gem "jekyll"` instead of `gem "github-pages"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)
890
+ - Document installing additional Jekyll gem dependencies when using `gem "jekyll"` instead of `gem "github-pages"` to avoid any errors on run. [#305](https://github.com/mmistakes/minimal-mistakes/issues/305)
876
891
 
877
892
  ## [3.1.7](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.7)
878
893
 
879
894
  ### Enhancements
880
895
 
881
- * Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
896
+ - Add translation key for "Recent Posts" used in home page `index.html`. [#316](https://github.com/mmistakes/minimal-mistakes/pull/316)
882
897
 
883
898
  ### Maintenance
884
899
 
885
- * Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
900
+ - Small fix to avoid underlying the whitespace between icons and related text when hovering. [#303](https://github.com/mmistakes/minimal-mistakes/pull/303)
886
901
 
887
902
  ## [3.1.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.6)
888
903
 
889
904
  ### Maintenance
890
905
 
891
- * Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
906
+ - Update gem dependencies. Run `bundle` to update `Gemfile.lock`.
892
907
 
893
908
  ## [3.1.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.5)
894
909
 
895
910
  ### Maintenance
896
911
 
897
- * Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
912
+ - Fix `www` and `https` links in author profile include [#293](https://github.com/mmistakes/minimal-mistakes/pull/293)
898
913
 
899
914
  ## [3.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.4)
900
915
 
901
916
  ### Enhancements
902
917
 
903
- * Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
918
+ - Add overlay_filter param to hero headers [#298](https://github.com/mmistakes/minimal-mistakes/pull/298)
904
919
 
905
920
  ## [3.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.3)
906
921
 
907
922
  ### Enhancements
908
923
 
909
- * Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
910
- * Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
924
+ - Improve `site.locale` documentation [#284](https://github.com/mmistakes/minimal-mistakes/issues/284)
925
+ - Remove ProTip note about protocol-less `site.url` as it is an anti-pattern [#288](https://github.com/mmistakes/minimal-mistakes/issues/288)
911
926
 
912
927
  ### Bug Fixes
913
928
 
914
- * Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
915
- * Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
916
- * Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
917
- * Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
918
- * SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
929
+ - Fix `og_image` URL in seo.html [#277](https://github.com/mmistakes/minimal-mistakes/issues/277)
930
+ - Fix `author_profile` toggle when assigned in a `_layout` [#285](https://github.com/mmistakes/minimal-mistakes/issues/285)
931
+ - Fix typo in `build:all` npm script [#283](https://github.com/mmistakes/minimal-mistakes/pull/283)
932
+ - Fix URL typo documentation [#287](https://github.com/mmistakes/minimal-mistakes/issues/287)
933
+ - SEO author bug. If `twitter.username` is set and `author.twitter` is `nil` bad things happen. [#289](https://github.com/mmistakes/minimal-mistakes/issues/289)
919
934
 
920
935
  ## [3.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.2)
921
936
 
922
937
  ### Enhancements
923
938
 
924
- * Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
925
- * Reduce left/right padding on smaller screens to increase width of main content column.
939
+ - Explain how to use `nav_list` helper in [documentation](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list).
940
+ - Reduce left/right padding on smaller screens to increase width of main content column.
926
941
 
927
942
  ### Bug Fixes
928
943
 
929
- * Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and "Follow" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).
944
+ - Fix alignment issues with related posts [#273](https://github.com/mmistakes/minimal-mistakes/issues/273) and "Follow" button in author profile [#274](https://github.com/mmistakes/minimal-mistakes/issues/274).
930
945
 
931
946
  ## [3.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.1)
932
947
 
933
948
  ### Bug Fix
934
949
 
935
- * Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
950
+ - Fixed reading time bug when `words_per_minute` wasn't set in `_config.yml` [#271](https://github.com/mmistakes/minimal-mistakes/issues/271)
936
951
 
937
952
  ## [3.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.1.0)
938
953
 
939
954
  ### Enhancements
940
955
 
941
- * Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
942
- * Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
956
+ - Updated [Font Awesome](https://fortawesome.github.io/Font-Awesome/whats-new/) to version 4.6.1
957
+ - Added optional GitHub and Bitbucket links to footer if set on `site.author` in `_config.yml`.
943
958
 
944
959
  ### Bug Fixes
945
960
 
946
- * Fixed Bitbucket URL typo in author sidebar.
961
+ - Fixed Bitbucket URL typo in author sidebar.
947
962
 
948
963
  ## [3.0.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.0.3)
949
964
 
950
965
  ### Enhancements
951
966
 
952
- * Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
953
- * Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
954
- * Replaced grid system with [Susy](http://susy.oddbird.net/).
955
- * Replaced Grunt tasks with `npm` scripts.
956
- * Removed Google Fonts and replaced with system fonts to improve performance (they can be [added back](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/) if desired)
957
- * Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
958
- * Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
959
- * Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
960
- * Added new layouts for `splash` pages, archives for [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-compress-html) to improve performance.
961
- * Added taxonomy links to posts (tags and categories).
962
- * Added optional "reading time" meta data.
963
- * Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
964
- * Improved `gallery` include helper and added `feature_row` for use with splash page layout.
965
- * Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
966
- * Add `feed.xml` link to footer.
967
- * Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
968
- * Added LinkedIn to optional social share buttons.
969
- * Added Facebook, Google+, and custom commenting options in addition to Disqus.
970
- * Added optional breadcrumb links.
967
+ - Rebuilt the entire theme: layouts, includes, stylesheets, scripts, you name it.
968
+ - Refreshed the look and feel while staying true to the original design of the theme (author sidebar/main content).
969
+ - Replaced grid system with [Susy](http://susy.oddbird.net/).
970
+ - Replaced Grunt tasks with `npm` scripts.
971
+ - Removed Google Fonts and replaced with system fonts to improve performance (they can be [added back](https://mmistakes.github.io/minimal-mistakes/docs/stylesheets/) if desired)
972
+ - Greatly improved [theme documentation](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/).
973
+ - Increased the amount of sample posts, sample pages, and sample collections to throughly test the theme and edge-cases.
974
+ - Moved all sample content and assets out of `master` to keep it as clean as possible for forking.
975
+ - Added new layouts for `splash` pages, archives for [`jekyll-archives`](https://github.com/jekyll/jekyll-archives) if enabled, and [`compress.html`](https://github.com/penibelst/jekyll-compress-html) to improve performance.
976
+ - Added taxonomy links to posts (tags and categories).
977
+ - Added optional "reading time" meta data.
978
+ - Improved Liquid used for Twitter Cards and Open Graph data in `<head>`.
979
+ - Improved `gallery` include helper and added `feature_row` for use with splash page layout.
980
+ - Added Keybase.io, author web URI, and Bitbucket optional links to sidebar.
981
+ - Add `feed.xml` link to footer.
982
+ - Added a [UI text data file](https://mmistakes.github.io/minimal-mistakes/docs/ui-text/) to easily change all text found in the theme.
983
+ - Added LinkedIn to optional social share buttons.
984
+ - Added Facebook, Google+, and custom commenting options in addition to Disqus.
985
+ - Added optional breadcrumb links.
971
986
 
972
987
  ## [2.2.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.2.1)
973
988
 
@@ -975,64 +990,64 @@
975
990
 
976
991
  ### Enhancements
977
992
 
978
- * Add support for Jekyll 3.0
979
- * Minor updates to syntax highlighting CSS and theme documentation
993
+ - Add support for Jekyll 3.0
994
+ - Minor updates to syntax highlighting CSS and theme documentation
980
995
 
981
996
  ## [2.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.3)
982
997
 
983
998
  ### Enhancements
984
999
 
985
- * Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
1000
+ - Cleaner print styles that remove the top navigation, social sharing buttons, and other elements not needed when printed.
986
1001
 
987
1002
  ## [2.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.2)
988
1003
 
989
1004
  ### Enhancements
990
1005
 
991
- * Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
992
- * Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
993
- * Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
1006
+ - Add optional CodePen icon/url to author side bar [#156](https://github.com/mmistakes/minimal-mistakes/pull/156)
1007
+ - Documented Stackoverflow username explanation in `_config.yml` [#157](https://github.com/mmistakes/minimal-mistakes/pull/157)
1008
+ - Simplified Liquid in `post-index.html` to better handle year listings [#166](https://github.com/mmistakes/minimal-mistakes/pull/166)
994
1009
 
995
1010
  ### Bug Fixes
996
1011
 
997
- * Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
998
- * Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
1012
+ - Cleanup Facebook related Open Graph meta tags [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
1013
+ - Corrected minor typos [#158](https://github.com/mmistakes/minimal-mistakes/pull/158) [#175](https://github.com/mmistakes/minimal-mistakes/issues/175)
999
1014
 
1000
1015
  ## [2.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.1)
1001
1016
 
1002
1017
  ### Enhancements
1003
1018
 
1004
- * Add optional XING profile link to author sidebar
1005
- * Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
1006
- * Create an include for feed footer
1019
+ - Add optional XING profile link to author sidebar
1020
+ - Include open graph meta tags for feature image (if assigned) [#149](https://github.com/mmistakes/minimal-mistakes/issues/149)
1021
+ - Create an include for feed footer
1007
1022
 
1008
1023
  ### Bug Fixes
1009
1024
 
1010
- * Remove http protocol from Google search form on sample 404 page
1011
- * Only show related posts if there are one or more available
1012
- * Fix alignment of email address link in author sidebar
1025
+ - Remove http protocol from Google search form on sample 404 page
1026
+ - Only show related posts if there are one or more available
1027
+ - Fix alignment of email address link in author sidebar
1013
1028
 
1014
1029
  ## [2.1.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/2.1.0)
1015
1030
 
1016
1031
  ### Enhancements
1017
1032
 
1018
- * Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
1033
+ - Add optional social sharing buttons ([#42](https://github.com/mmistakes/minimal-mistakes/issues/42))
1019
1034
 
1020
1035
  ![social sharing buttons](https://cloud.githubusercontent.com/assets/1376749/5860522/d9f28a96-a22f-11e4-9b83-940a3a9a766a.png)
1021
1036
 
1022
- * Add Soundcloud, YouTube ([#95](https://github.com/mmistakes/minimal-mistakes/pull/95)), Flickr ([#119](https://github.com/mmistakes/minimal-mistakes/pull/119)), and Weibo ([#116](https://github.com/mmistakes/minimal-mistakes/pull/116)) icons for use in author sidebar.
1023
- * Fix typos in posts and documentation and remove references to Less
1024
- * Include note about Octopress gem being optional
1025
- * Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
1026
- * Only include email address in feed if specified in `_config.yml` or author `_data`
1027
- * Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
1028
- * Include new sample feature images for posts and pages
1029
- * Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
1030
- * Include note about running Jekyll with `bundle exec` when using Bundler
1031
- * Fix home page path in top navigation
1032
- * Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
1033
- * Remove duplicate author content that displayed in `div.article-author-bottom`
1034
- * Removed unused `_sass/print.scss` styles
1035
- * Improve comments in `.scss` files
1037
+ - Add Soundcloud, YouTube ([#95](https://github.com/mmistakes/minimal-mistakes/pull/95)), Flickr ([#119](https://github.com/mmistakes/minimal-mistakes/pull/119)), and Weibo ([#116](https://github.com/mmistakes/minimal-mistakes/pull/116)) icons for use in author sidebar.
1038
+ - Fix typos in posts and documentation and remove references to Less
1039
+ - Include note about Octopress gem being optional
1040
+ - Post author override support extended to the Atom feed ([#71](https://github.com/mmistakes/minimal-mistakes/pull/71))
1041
+ - Only include email address in feed if specified in `_config.yml` or author `_data`
1042
+ - Wrap all page content in `#main` to harmonize article and post index styles ([#86](https://github.com/mmistakes/minimal-mistakes/issues/86))
1043
+ - Include new sample feature images for posts and pages
1044
+ - Table of contents improvements: fix collapse toggle, indent nested elements, show on small screens, and create an `_include` for reusing in posts and pages.
1045
+ - Include note about running Jekyll with `bundle exec` when using Bundler
1046
+ - Fix home page path in top navigation
1047
+ - Remove Google Authorship ([#120](https://github.com/mmistakes/minimal-mistakes/issues/120))
1048
+ - Remove duplicate author content that displayed in `div.article-author-bottom`
1049
+ - Removed unused `_sass/print.scss` styles
1050
+ - Improve comments in `.scss` files
1036
1051
 
1037
1052
  ## [2.0.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/v2.0)
1038
1053
 
@@ -1040,24 +1055,24 @@
1040
1055
 
1041
1056
  ### Enhancements
1042
1057
 
1043
- * Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
1044
- * Cleaned up the Kramdown auto table of contents styling to be more readable
1045
- * Removed page width specific .less stylesheets and created mixins for easier updating
1046
- * Removed Modernizr since it wasn't being used
1047
- * Added pages to sitemap.xml
1048
- * Added category: to rake new_post task
1049
- * Minor typographic changes
1058
+ - Added new icons and profile links for Stackoverflow, Dribbble, Pinterest, Foursquare, and Steam to the author bio sidebar.
1059
+ - Cleaned up the Kramdown auto table of contents styling to be more readable
1060
+ - Removed page width specific .less stylesheets and created mixins for easier updating
1061
+ - Removed Modernizr since it wasn't being used
1062
+ - Added pages to sitemap.xml
1063
+ - Added category: to rake new_post task
1064
+ - Minor typographic changes
1050
1065
 
1051
1066
  ### Bug Fixes
1052
1067
 
1053
- * Corrected various broken links in README and Theme Setup.
1068
+ - Corrected various broken links in README and Theme Setup.
1054
1069
 
1055
1070
  ## [1.3.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.3.1)
1056
1071
 
1057
1072
  ### Enhancements
1058
1073
 
1059
- * Cleaned up table of contents styling
1060
- * Reworked top navigation to be a better experience on small screens. Nav items now display vertically when the menu button is tapped, revealing links with larger touch targets.
1074
+ - Cleaned up table of contents styling
1075
+ - Reworked top navigation to be a better experience on small screens. Nav items now display vertically when the menu button is tapped, revealing links with larger touch targets.
1061
1076
 
1062
1077
  ![menu animation](https://camo.githubusercontent.com/3fbd8c1326485f4b1ab32c0005c0fca7660b5d31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313337363734392f323136343037352f31653366303663322d393465372d313165332d383961612d6436623636376562306564662e676966)
1063
1078
 
@@ -1065,54 +1080,54 @@
1065
1080
 
1066
1081
  ### Bug Fixes
1067
1082
 
1068
- * Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
1083
+ - Table weren't filling the entire width of the content container. They now scale at 100%. Thanks [@dhruvbhatia](https://github.com/dhruvbhatia)
1069
1084
 
1070
1085
  ### Enhancements
1071
1086
 
1072
- * Decreased spacing between Markdown footnotes
1073
- * Removed dark background on footer
1074
- * Removed UPPERCASE styling on post titles in the index listing
1087
+ - Decreased spacing between Markdown footnotes
1088
+ - Removed dark background on footer
1089
+ - Removed UPPERCASE styling on post titles in the index listing
1075
1090
 
1076
1091
  ## [1.1.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.4)
1077
1092
 
1078
1093
  ### Bug Fixes
1079
1094
 
1080
- * Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
1095
+ - Fix top navigation bug issue ([#10](https://github.com/mmistakes/minimal-mistakes/issues/10)) for real this time. Remember to clear your floats kids.
1081
1096
 
1082
1097
  ## [1.1.3](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.3)
1083
1098
 
1084
1099
  ### Bug Fixes
1085
1100
 
1086
- * Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
1087
- * Remove line wrap from top navigation links that may span multiple lines.
1101
+ - Fix top navigation links that weren't click able on small viewports (Issue [#10](https://github.com/mmistakes/minimal-mistakes/issues/10)).
1102
+ - Remove line wrap from top navigation links that may span multiple lines.
1088
1103
 
1089
1104
  ## [1.1.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.2)
1090
1105
 
1091
1106
  ### Enhancements
1092
1107
 
1093
- * Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
1094
- * Added support for large image summary Twitter card.
1095
- * Stylesheet adjustments
1108
+ - Added Grunt build script for compiling Less/JavaScript and optimizing image assets.
1109
+ - Added support for large image summary Twitter card.
1110
+ - Stylesheet adjustments
1096
1111
 
1097
1112
  ## [1.1.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/1.1.1)
1098
1113
 
1099
1114
  ### Bug Fixes
1100
1115
 
1101
- * Removed [Typeplate](http://typeplate.com/) styles. Was [causing issues with newer versions of Less](https://github.com/typeplate/typeplate.github.io/issues/108) and is no longer maintained.
1116
+ - Removed [Typeplate](http://typeplate.com/) styles. Was [causing issues with newer versions of Less](https://github.com/typeplate/typeplate.github.io/issues/108) and is no longer maintained.
1102
1117
 
1103
1118
  ### Enhancements
1104
1119
 
1105
- * Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
1106
- * Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
1107
- * Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
1108
- * Removed Chrome Frame references.
1109
- * Added global CSS3 transitions to text and block elements.
1110
- * Improved typography in a few places.
1120
+ - Added [image attribution](http://mmistakes.github.io/minimal-mistakes/theme-setup/#feature-images) for post and page feature images.
1121
+ - Added [404 page](http://mmistakes.github.io/minimal-mistakes/404.html).
1122
+ - Cleaned up various Less variables to better align with naming conventions used in other MM Jekyll themes.
1123
+ - Removed Chrome Frame references.
1124
+ - Added global CSS3 transitions to text and block elements.
1125
+ - Improved typography in a few places.
1111
1126
 
1112
1127
  ## [1.0.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.2)
1113
1128
 
1114
1129
  ### Enhancements
1115
1130
 
1116
- * Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
1131
+ - Google Analytics, Google Authorship, webmaster verifies, and Twitter card meta are now optional.
1117
1132
 
1118
1133
  ## [1.0.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/v1.0.1)
data/README.md CHANGED
@@ -27,7 +27,7 @@ Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your
27
27
  - Optional [header images](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#headers), [custom sidebars](https://mmistakes.github.io/minimal-mistakes/docs/layouts/#sidebars), [table of contents](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#table-of-contents), [galleries](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#gallery), related posts, [breadcrumb links](https://mmistakes.github.io/minimal-mistakes/docs/configuration/#breadcrumb-navigation-beta), [navigation lists](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#navigation-list), and more.
28
28
  - Commenting support (powered by [Disqus](https://disqus.com/), [Facebook](https://developers.facebook.com/docs/plugins/comments), Google+, [Discourse](https://www.discourse.org/), static-based via [Staticman v1 and v2](https://staticman.net/), and custom).
29
29
  - [Google Analytics](https://www.google.com/analytics/) support.
30
- - UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Hungarian, Indonesian, Italian (Italiano), Japanese, Korean, Nepali (Nepalese), Polish, Russian, Slovak, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
30
+ - UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Hungarian, Indonesian, Italian (Italiano), Japanese, Korean, Nepali (Nepalese), Polish, Romanian, Russian, Slovak, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
31
31
 
32
32
  ## Skins (Color Variations)
33
33
 
@@ -1080,6 +1080,52 @@ hu: &DEFAULT_HU
1080
1080
  hu-HU:
1081
1081
  <<: *DEFAULT_HU
1082
1082
 
1083
+ # Romanian
1084
+ # -----------------
1085
+ ro: &DEFAULT_RO
1086
+ page : "Pagina"
1087
+ pagination_previous : "Anterior"
1088
+ pagination_next : "Următor"
1089
+ breadcrumb_home_label : "Acasă"
1090
+ breadcrumb_separator : "/"
1091
+ menu_label : "Comută meniul"
1092
+ toc_label : "Pe această pagină"
1093
+ ext_link_label : "Link direct"
1094
+ less_than : "mai puțin de"
1095
+ minute_read : "minute de citit"
1096
+ share_on_label : "Distribuie pe"
1097
+ meta_label :
1098
+ tags_label : "Etichete:"
1099
+ categories_label : "Categorii:"
1100
+ date_label : "Actualizat:"
1101
+ comments_label : "Lasă un comentariu"
1102
+ comments_title : "Comentarii"
1103
+ more_label : "Citește mai departe"
1104
+ related_label : "S-ar putea să-ți placă"
1105
+ follow_label : "Urmărește:"
1106
+ feed_label : "Feed RSS"
1107
+ powered_by : "Cu sprijinul"
1108
+ website_label : "Site"
1109
+ email_label : "Email"
1110
+ recent_posts : "Articole recente"
1111
+ undefined_wpm : "Parametru words_per_minute nedefinit în _config.yml"
1112
+ comment_form_info : "Adresa ta de email nu va fi făcută publică. Câmpurile marcate sunt obligatorii"
1113
+ comment_form_comment_label : "Comentariu"
1114
+ comment_form_md_info : "Markdown este suportat."
1115
+ comment_form_name_label : "Nume"
1116
+ comment_form_email_label : "Adresă de email"
1117
+ comment_form_website_label : "Site (opțional)"
1118
+ comment_btn_submit : "Trimite comentariul"
1119
+ comment_btn_submitted : "Trimis"
1120
+ comment_success_msg : "Mulțumesc pentru comentariu! Va apărea pe site în momentul în care va fi aprobat."
1121
+ comment_error_msg : "Scuze, este o problemă cu comentariul tău. Asigură-te că toate câmpurile obligatorii au fost completate și încearcă din nou."
1122
+ loading_label : "Se încarcă..."
1123
+ search_placeholder_text : "Caută ceva..."
1124
+ results_found : "Rezultate găsite"
1125
+ back_to_top : "Înapoi în susul paginii"
1126
+ ro-RO:
1127
+ <<: *DEFAULT_RO
1128
+
1083
1129
  # Another locale
1084
1130
  # --------------
1085
1131
  #
@@ -48,6 +48,14 @@
48
48
  </li>
49
49
  {% endif %}
50
50
 
51
+ {% if author.links %}
52
+ {% for link in author.links %}
53
+ {% if link.label and link.url %}
54
+ <li><a href="{{ link.url }}"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
55
+ {% endif %}
56
+ {% endfor %}
57
+ {% endif %}
58
+
51
59
  {% if author.uri %}
52
60
  <li>
53
61
  <a href="{{ author.uri }}" itemprop="url">
@@ -3,21 +3,15 @@
3
3
  {% if site.data.ui-text[site.locale].follow_label %}
4
4
  <li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
5
5
  {% endif %}
6
- {% if site.twitter.username %}
7
- <li><a href="https://twitter.com/{{ site.twitter.username }}"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
8
- {% endif %}
9
- {% if site.facebook.username %}
10
- <li><a href="https://www.facebook.com/{{ site.facebook.username }}"><i class="fab fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook</a></li>
11
- {% endif %}
12
- {% if site.author.github %}
13
- <li><a href="https://github.com/{{ site.author.github }}"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
14
- {% endif %}
15
- {% if site.author.gitlab %}
16
- <li><a href="https://gitlab.com/{{ site.author.gitlab }}"><i class="fab fa-fw fa-gitlab" aria-hidden="true"></i> Gitlab</a></li>
17
- {% endif %}
18
- {% if site.author.bitbucket %}
19
- <li><a href="https://bitbucket.org/{{ site.author.bitbucket }}"><i class="fab fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
6
+
7
+ {% if site.footer.links %}
8
+ {% for link in site.footer.links %}
9
+ {% if link.label and link.url %}
10
+ <li><a href="{{ link.url }}"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
11
+ {% endif %}
12
+ {% endfor %}
20
13
  {% endif %}
14
+
21
15
  <li><a href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</a></li>
22
16
  </ul>
23
17
  </div>
@@ -4,12 +4,16 @@
4
4
  {% assign gallery = page.gallery %}
5
5
  {% endif %}
6
6
 
7
- {% if gallery.size == 2 %}
8
- {% assign gallery_layout = 'half' %}
9
- {% elsif gallery.size >= 3 %}
10
- {% assign gallery_layout = 'third' %}
7
+ {% if include.layout %}
8
+ {% assign gallery_layout = include.layout %}
11
9
  {% else %}
12
- {% assign gallery_layout = '' %}
10
+ {% if gallery.size == 2 %}
11
+ {% assign gallery_layout = 'half' %}
12
+ {% elsif gallery.size >= 3 %}
13
+ {% assign gallery_layout = 'third' %}
14
+ {% else %}
15
+ {% assign gallery_layout = '' %}
16
+ {% endif %}
13
17
  {% endif %}
14
18
 
15
19
  <figure class="{{ gallery_layout }} {{ include.class }}">
@@ -51,6 +51,12 @@
51
51
  {% if page.header.cta_url %}
52
52
  <p><a href="{{ cta_path }}" class="btn btn--light-outline btn--large">{{ page.header.cta_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}</a></p>
53
53
  {% endif %}
54
+ {% if page.header.actions %}
55
+ <p>
56
+ {% for action in page.header.actions %}
57
+ <a href="{{ action.url }}" class="btn btn--light-outline btn--large">{{ action.label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}</a>
58
+ {% endfor %}
59
+ {% endif %}
54
60
  </div>
55
61
  {% else %}
56
62
  <img src="{{ img_path }}" alt="{{ image_description }}" class="page__hero-image">
@@ -3,7 +3,7 @@
3
3
 
4
4
  <!doctype html>
5
5
  <!--
6
- Minimal Mistakes Jekyll Theme 4.12.2 by Michael Rose
6
+ Minimal Mistakes Jekyll Theme 4.13.0 by Michael Rose
7
7
  Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
8
8
  Free for personal and commercial use under the MIT license
9
9
  https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.12.2 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.13.0 by Michael Rose
3
3
  * Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt)
5
5
  */
@@ -130,15 +130,14 @@ a {
130
130
  @extend %tab-focus;
131
131
  }
132
132
 
133
- &:hover,
134
- &:active {
135
- color: $link-color-hover;
136
- outline: 0;
137
- }
138
-
139
133
  &:visited {
140
134
  color: $link-color-visited;
141
135
  }
136
+
137
+ &:hover {
138
+ color: $link-color-hover;
139
+ outline: 0;
140
+ }
142
141
  }
143
142
 
144
143
  /* buttons */
@@ -52,13 +52,13 @@
52
52
  border: 1px solid #fff;
53
53
  }
54
54
 
55
- &:hover {
56
- @include yiq-contrasted(mix(#000, $color, 20%));
57
- }
58
-
59
55
  &:visited {
60
56
  @include yiq-contrasted($color);
61
57
  }
58
+
59
+ &:hover {
60
+ @include yiq-contrasted(mix(#000, $color, 20%));
61
+ }
62
62
  }
63
63
  }
64
64
 
@@ -340,7 +340,7 @@
340
340
  display: none;
341
341
  }
342
342
 
343
- @include breakpoint(max-width($large - 1px)) {
343
+ @include breakpoint(max-width $large - 1px) {
344
344
  label {
345
345
  position: relative;
346
346
  display: inline-block;
@@ -446,7 +446,7 @@
446
446
  font-weight: bold;
447
447
  }
448
448
 
449
- @include breakpoint(max-width($large - 1px)) {
449
+ @include breakpoint(max-width $large - 1px) {
450
450
  position: relative;
451
451
  max-height: 0;
452
452
  opacity: 0%;
@@ -460,7 +460,7 @@
460
460
  }
461
461
  }
462
462
 
463
- @include breakpoint(max-width($large - 1px)) {
463
+ @include breakpoint(max-width $large - 1px) {
464
464
  .nav__list input:checked ~ .nav__items {
465
465
  -webkit-transition: 0.5s ease-in-out;
466
466
  transition: 0.5s ease-in-out;
@@ -248,12 +248,21 @@ body:hover .visually-hidden button {
248
248
  color: $linkedin-color;
249
249
  }
250
250
 
251
+ .fa-mastodon,
252
+ .fa-mastodon-square {
253
+ color: $mastodon-color;
254
+ }
255
+
251
256
  .fa-pinterest,
252
257
  .fa-pinterest-p,
253
258
  .fa-pinterest-square {
254
259
  color: $pinterest-color;
255
260
  }
256
261
 
262
+ .fa-reddit {
263
+ color: $reddit-color;
264
+ }
265
+
257
266
  .fa-rss,
258
267
  .fa-rss-square {
259
268
  color: $rss-color;
@@ -87,7 +87,9 @@ $google-plus-color: #dd4b39 !default;
87
87
  $instagram-color: #517fa4 !default;
88
88
  $lastfm-color: #d51007 !default;
89
89
  $linkedin-color: #007bb6 !default;
90
+ $mastodon-color: #2b90d9 !default;
90
91
  $pinterest-color: #cb2027 !default;
92
+ $reddit-color: #ff4500 !default;
91
93
  $rss-color: #fa9b39 !default;
92
94
  $soundcloud-color: #ff3300 !default;
93
95
  $stackoverflow-color: #fe7a15 !default;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Minimal Mistakes Jekyll Theme 4.12.2 by Michael Rose
2
+ * Minimal Mistakes Jekyll Theme 4.13.0 by Michael Rose
3
3
  * Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
4
4
  * Licensed under MIT
5
5
  */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal-mistakes-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.12.2
4
+ version: 4.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Rose
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-02 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll