minimal-mistakes-jekyll 4.13.0 → 4.14.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: 3b9575c42f0ae60582e9b8755581078d1ccc4812
4
- data.tar.gz: bb81fe8863e93afa3d244348379e5ca3b802ce01
3
+ metadata.gz: daadf7eb4d29867796d6d613c78edafd2d82795e
4
+ data.tar.gz: 07ea0a3a45f92581050ee13987a738aa96a6a2a5
5
5
  SHA512:
6
- metadata.gz: 8581fcd184eb7903ffeb90b5f540e9757f426692fed28307fbae2eb0c963364f54f03fdef9c9faa851990d00b9a66a1562f950b3f1c4ad61e8b7660c1b2fa39f
7
- data.tar.gz: 4fe6e88128a6f7ba765f33025d38d6b9a9c2cfa5856dba17d361258136ea008c6acbb4f0b6a91628f6df0aa3547b10169b9d9dba8e3878c55939eedb5594b091
6
+ metadata.gz: afe5dd5c2e5fe67acada885689483197af2342447471ea5633d23df3b2998de0f2d083d9fdd2db285fbac87101ee2755dee70765f4311a981483d69172820146
7
+ data.tar.gz: 133505f3164073717d12d6aa2a7a32b4665544d6f62e358997ca7da1bf9528289697777e23c0baf44e6040a8bc4618446c19215db99ab2e683897cd8df585d87
@@ -1,3 +1,37 @@
1
+ ## [4.14.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.0)
2
+
3
+ ### Enhancements
4
+
5
+ - Change schema.org markup to `https`. [#1969](https://github.com/mmistakes/minimal-mistakes/pull/1969)
6
+ - Add Google Drive as video provider. [#1967](https://github.com/mmistakes/minimal-mistakes/pull/1967)
7
+ - Match `:focus` color to skin.
8
+ - Add support for [utterances](https://utteranc.es/) comments. [#1909](https://github.com/mmistakes/minimal-mistakes/issues/1909)
9
+ - Use privacy aware embed options for YouTube and Vimeo in [responsive video helper](https://mmistakes.github.io/minimal-mistakes/docs/helpers/#responsive-video-embed). [#1964](https://github.com/mmistakes/minimal-mistakes/pull/1964)
10
+ - Add `rel="nofollow noopener noreferrer"` to author profile links. [#1924](https://github.com/mmistakes/minimal-mistakes/pull/1924)
11
+ - Improve color contrast of primary buttons and links.
12
+ - Add Punjabi localized UI text strings. [#1962](https://github.com/mmistakes/minimal-mistakes/pull/1962)
13
+ - Add Hindi localized UI text strings. [#1888](https://github.com/mmistakes/minimal-mistakes/pull/1888)
14
+ - Update Lunr to `2.3.3`. [#1885](https://github.com/mmistakes/minimal-mistakes/pull/1885)
15
+ - Cache "static" includes to improve build performance. **Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and added to the `plugins` array of `_config.yml`. Otherwise you'll throw `Unknown tag 'include_cached'` errors at build. [#1874](https://github.com/mmistakes/minimal-mistakes/pull/1874)
16
+ - Make entire feature and archive items "clickable". [#1864](https://github.com/mmistakes/minimal-mistakes/pull/1864)
17
+ - Allow custom Staticman endpoints. [#1842](https://github.com/mmistakes/minimal-mistakes/issues/1842)
18
+ - Remove `type="text/css"` from Algolia script includes. [#1836](https://github.com/mmistakes/minimal-mistakes/pull/1836)
19
+ - Remove unneeded `HandheldFriendly` and `MobileOptimized` meta tags. [#1837](https://github.com/mmistakes/minimal-mistakes/pull/1837)
20
+ - Update Font Awesome to version `5.5.0` and add `integrity` hash. [#1922](https://github.com/mmistakes/minimal-mistakes/pull/1922)
21
+ - Always load Google 404 Linkhelp script over HTTPS. [#1829](https://github.com/mmistakes/minimal-mistakes/pull/1829)
22
+ - Remove deprecated `base_path` include helper.
23
+
24
+ ### Bug Fixes
25
+
26
+ - Prevent current post from showing in the related posts section. [#1976]()
27
+ - Fix dark skins syntax highlighting colors. [#1973](https://github.com/mmistakes/minimal-mistakes/issues/1973)
28
+ - Remove unnecessary closing bracket in analytics documentation. [#1915](https://github.com/mmistakes/minimal-mistakes/pull/1915)
29
+ - Fix breadcrumb navigation alignment. [#1917](https://github.com/mmistakes/minimal-mistakes/issues/1917)
30
+ - Fix Algolia search link positioning. [#1904](https://github.com/mmistakes/minimal-mistakes/pull/1904)
31
+ - Fix Lunr search index merging words. [#1883](https://github.com/mmistakes/minimal-mistakes/issues/1883)
32
+ - Properly apply `relative_url` filter to internal links in header overlay `actions` array.
33
+ - Revert cached includes (`include_cached`) for comment and analytics providers. [#1905](https://github.com/mmistakes/minimal-mistakes/issues/1905)
34
+
1
35
  ## [4.13.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.13.0)
2
36
 
3
37
  ### Enhancements
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013-2018 Michael Rose and contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,14 +1,20 @@
1
- # [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/)
1
+ # [Minimal Mistakes Jekyll theme](https://mmistakes.github.io/minimal-mistakes/)
2
2
 
3
- [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE.txt)
3
+ [![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)
4
4
  [![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.6-blue.svg)](https://jekyllrb.com/)
5
5
  [![Ruby gem](https://img.shields.io/gem/v/minimal-mistakes-jekyll.svg)](https://rubygems.org/gems/minimal-mistakes-jekyll)
6
6
  [![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/mmistakes)
7
7
 
8
- Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. As the name implies --- styling is purposely minimalistic to be enhanced and customized by you :smile:.
8
+ Minimal Mistakes is a flexible two-column Jekyll theme, perfect for building personal sites, blogs, and portfolios. As the name implies, styling is purposely minimalistic to be enhanced and customized by you :smile:.
9
9
 
10
10
  :sparkles: See what's new in the [CHANGELOG](CHANGELOG.md).
11
11
 
12
+ **If you enjoy this theme, please consider [supporting me](https://www.paypal.me/mmistakes) for developing and maintaining it.**
13
+
14
+ [![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/mmistakes)
15
+
16
+ **Note:** The theme uses the [jekyll-include-cache](https://github.com/benbalter/jekyll-include-cache) plugin which will need to be installed in your `Gemfile` and added to the `plugins` array of `_config.yml`. Otherwise you'll throw `Unknown tag 'include_cached'` errors at build.
17
+
12
18
  [![Minimal Mistakes live preview][2]][1]
13
19
 
14
20
  [1]: https://mmistakes.github.io/minimal-mistakes/
@@ -16,20 +22,20 @@ Minimal Mistakes is a flexible two-column Jekyll theme. Perfect for hosting your
16
22
 
17
23
  ![layout examples](screenshot-layouts.png)
18
24
 
19
- ## Notable Features
25
+ ## Notable features
20
26
 
21
- - Bundled as a "theme gem" for easier install/upgrading.
27
+ - Bundled as a "theme gem" for easier installation/upgrading.
22
28
  - Compatible with GitHub Pages.
23
29
  - Support for Jekyll's built-in Sass/SCSS preprocessor.
24
30
  - Nine different skins (color variations).
25
31
  - Several responsive layout options (single, archive index, search, splash, and paginated home page).
26
- - Optimized for search engines with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data
32
+ - Optimized for search engines with support for [Twitter Cards](https://dev.twitter.com/cards/overview) and [Open Graph](http://ogp.me/) data.
27
33
  - 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
- - 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).
34
+ - 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](https://staticman.net/), and [utterances](https://utteranc.es/)).
29
35
  - [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, Romanian, Russian, Slovak, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
36
+ - UI localized text in English (default), Brazilian Portuguese (Português brasileiro), Chinese, Danish, Dutch, French (Français), German (Deutsch), Greek, Hindi, Hungarian, Indonesian, Italian (Italiano), Japanese, Korean, Nepali (Nepalese), Polish, Punjabi (ਪੰਜਾਬੀ), Romanian, Russian, Slovak, Spanish (Español), Swedish, Turkish (Türkçe), and Vietnamese.
31
37
 
32
- ## Skins (Color Variations)
38
+ ## Skins (color variations)
33
39
 
34
40
  This theme comes in nine different skins (including the default one).
35
41
 
@@ -45,7 +51,7 @@ This theme comes in nine different skins (including the default one).
45
51
  | --- | --- | --- |
46
52
  | ![aqua skin](https://mmistakes.github.io/minimal-mistakes/assets/images/aqua-skin-archive.png) | ![neon skin](https://mmistakes.github.io/minimal-mistakes/assets/images/neon-skin-archive.png) | ![plum skin](https://mmistakes.github.io/minimal-mistakes/assets/images/plum-skin-archive.png) |
47
53
 
48
- ## Demo Pages
54
+ ## Demo pages
49
55
 
50
56
  | Name | Description |
51
57
  | ------------------------------------------- | ----------------------------------------------------- |
@@ -70,11 +76,15 @@ Additional sample posts are available under [posts archive][year-archive] on the
70
76
 
71
77
  ## Installation
72
78
 
73
- There are three ways to install the theme: as a Ruby gem (for self-hosted sites), as a Ruby gem + jekyll-remote-theme plugin (GitHub Pages hosted sites), or forking/directly copying all of the theme files into your project.
79
+ There are three ways to install: as a [gem-based theme](https://jekyllrb.com/docs/themes/#understanding-gem-based-themes), as a [remote theme](https://blog.github.com/2017-11-29-use-any-theme-with-github-pages/) (GitHub Pages compatible), or forking/directly copying all of the theme files into your project.
80
+
81
+ ### Gem-based method
82
+
83
+ With Gem-based themes, directories such as the `assets`, `_layouts`, `_includes`, and `_sass` are stored in the theme’s gem, hidden from your immediate view. Yet all of the necessary directories will be read and processed during Jekyll’s build process.
74
84
 
75
- ### Ruby Gem Method
85
+ This allows for easier installation and updating as you don't have to manage any of the theme files. To install:
76
86
 
77
- 1. Install the theme as a Ruby Gem by adding it to your `Gemfile` like so:
87
+ 1. Add the following to your `Gemfile`:
78
88
 
79
89
  ```ruby
80
90
  gem "minimal-mistakes-jekyll"
@@ -94,7 +104,11 @@ There are three ways to install the theme: as a Ruby gem (for self-hosted sites)
94
104
 
95
105
  To update the theme run `bundle update`.
96
106
 
97
- ### GitHub Pages Method
107
+ ### Remote theme method
108
+
109
+ Remote themes are similar to Gem-based themes, but do not require `Gemfile` changes or whitelisting making them ideal for sites hosted with GitHub Pages.
110
+
111
+ To install:
98
112
 
99
113
  1. Create/replace the contents of your `Gemfile` with the following:
100
114
 
@@ -104,13 +118,15 @@ To update the theme run `bundle update`.
104
118
  gem "github-pages", group: :jekyll_plugins
105
119
  ```
106
120
 
107
- 2. Fetch and update bundled gems by running the following [Bundler](http://bundler.io/) command:
121
+ 2. Add `jekyll-include-cache` to the `plugins` array of your `_config.yml`.
122
+
123
+ 3. Fetch and update bundled gems by running the following [Bundler](http://bundler.io/) command:
108
124
 
109
125
  ```bash
110
126
  bundle
111
127
  ```
112
128
 
113
- 3. Add `remote_theme: "mmistakes/minimal-mistakes"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
129
+ 4. Add `remote_theme: "mmistakes/minimal-mistakes@4.14.0"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
114
130
 
115
131
  ## Usage
116
132
 
@@ -241,5 +257,5 @@ Copyright (c) 2017 Vladimir Jimenez.
241
257
  Pure Liquid Jekyll Table of Contents is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
242
258
 
243
259
  Minimal Mistakes incorporates [Lunr](http://lunrjs.com),
244
- Copyright (c) 2017 Oliver Nightingale.
260
+ Copyright (c) 2018 Oliver Nightingale.
245
261
  Lunr is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -1126,6 +1126,51 @@ ro: &DEFAULT_RO
1126
1126
  ro-RO:
1127
1127
  <<: *DEFAULT_RO
1128
1128
 
1129
+ # Punjabi
1130
+ # -----------------
1131
+ pa: &DEFAULT_PA
1132
+ page : "ਸਫ਼ਾ"
1133
+ pagination_previous : "ਪਿਛਲਾ"
1134
+ pagination_next : "ਅਗਲਾ "
1135
+ breadcrumb_home_label : "ਘਰ"
1136
+ breadcrumb_separator : "/"
1137
+ menu_label : "ਟੌਗਲ ਮੀਨੂ"
1138
+ toc_label : "ਇਸ ਸਫ਼ੇ 'ਤੇ"
1139
+ ext_link_label : "ਸਿੱਧਾ ਸੰਪਰਕ"
1140
+ less_than : "ਤੋਂ ਘੱਟ"
1141
+ minute_read : "ਮਿੰਟ ਵਿੱਚ ਪੜਿਆ ਜਾ ਸਕਦਾ ਹੈ"
1142
+ share_on_label : "ਸਾਂਝਾ ਕਰੋ"
1143
+ meta_label :
1144
+ tags_label : "ਟੈਗ"
1145
+ categories_label : "ਵਰਗ"
1146
+ date_label : "ਅਪਡੇਟ ਕੀਤਾ:"
1147
+ comments_label : "ਇੱਕ ਟਿੱਪਣੀ ਛੱਡੋ"
1148
+ comments_title : "ਟਿੱਪਣੀਆਂ"
1149
+ more_label : "ਹੋਰ ਜਾਣੋ"
1150
+ related_label : "ਤੁਸੀਂ ਇਸਦਾ ਆਨੰਦ ਵੀ ਲੈ ਸਕਦੇ ਹੋ"
1151
+ follow_label : "ਫਾਲੋ ਅੱਪ ਕਰੋ:"
1152
+ feed_label : "ਫੀਡ"
1153
+ powered_by : "ਦੁਆਰਾ ਸੰਚਾਲਿਤ"
1154
+ website_label : "ਵੈੱਬਸਾਇਟ"
1155
+ email_label : "ਈਮੇਲ"
1156
+ recent_posts : "ਹਾਲ ਹੀ ਦੇ ਪੋਸਟ"
1157
+ undefined_wpm : "_config.yml ਤੇ ਅਣ-ਪ੍ਰਭਾਸ਼ਿਤ ਪੈਰਾਮੀਟਰ words_per_minute"
1158
+ comment_form_info : "ਤੁਹਾਡਾ ਈਮੇਲ ਪਤਾ ਪ੍ਰਕਾਸ਼ਿਤ ਨਹੀਂ ਕੀਤਾ ਜਾਵੇਗਾ। ਅਨੁਮਾਨਿਤ ਸਥਾਨਾਂ ਨੂੰ ਅੰਡਰਲਾਈਨ ਕੀਤਾ ਗਿਆ ਹੈ"
1159
+ comment_form_comment_label : "ਟਿੱਪਣੀ"
1160
+ comment_form_md_info : "ਮਾਰਕਡਾਊਨ ਵਰਤ ਸਕਦੇ ਹੋ।"
1161
+ comment_form_name_label : "ਨਾਮ"
1162
+ comment_form_email_label : "ਈਮੇਲ ਪਤਾ"
1163
+ comment_form_website_label : "ਵੈਬਸਾਈਟ (ਵਿਕਲਪਿਕ)"
1164
+ comment_btn_submit : "ਕੋਈ ਟਿੱਪਣੀ ਭੇਜੋ"
1165
+ comment_btn_submitted : "ਪੇਸ਼ ਕੀਤਾ"
1166
+ comment_success_msg : "ਤੁਹਾਡੀਆਂ ਟਿੱਪਣੀਆਂ ਲਈ ਧੰਨਵਾਦ! ਇਹ ਮਨਜ਼ੂਰੀ ਮਿਲਣ ਦੇ ਬਾਅਦ ਸਾਈਟ 'ਤੇ ਦਿਖਾਇਆ ਜਾਵੇਗਾ।"
1167
+ comment_error_msg : "ਮੁਆਫ ਕਰਨਾ, ਤੁਹਾਡੀ ਅਧੀਨਗੀ ਵਿੱਚ ਕੋਈ ਗਲਤੀ ਹੋਈ ਸੀ ਕਿਰਪਾ ਕਰਕੇ ਯਕੀਨੀ ਬਣਾਓ ਕਿ ਸਾਰੇ ਲੋੜੀਂਦੇ ਖੇਤਰ ਪੂਰੇ ਹੋ ਗਏ ਹਨ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"
1168
+ loading_label : "ਲੋਡ ਹੋ ਰਿਹਾ ਹੈ..."
1169
+ search_placeholder_text : "ਆਪਣੀ ਖੋਜ ਦੇ ਸ਼ਬਦ ਨੂੰ ਦਰਜ ਕਰੋ..."
1170
+ results_found : "ਨਤੀਜਾ ਮਿਲਿਆ/ਮਿਲੇ"
1171
+ back_to_top : "ਵਾਪਸ ਚੋਟੀ 'ਤੇ ਜਾਓ"
1172
+ pa-IN:
1173
+ <<: *DEFAULT_PA
1129
1174
  # Another locale
1130
1175
  # --------------
1131
1176
  #
@@ -1,6 +1,6 @@
1
1
  <!--
2
2
  <li>
3
- <a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs">
3
+ <a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs" rel="nofollow noopener noreferrer">
4
4
  <i class="fas fa-fw" aria-hidden="true"></i> Custom Social Profile Link
5
5
  </a>
6
6
  </li>
@@ -51,7 +51,7 @@
51
51
  {% if author.links %}
52
52
  {% for link in author.links %}
53
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>
54
+ <li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
55
55
  {% endif %}
56
56
  {% endfor %}
57
57
  {% endif %}
@@ -75,7 +75,7 @@
75
75
 
76
76
  {% if author.keybase %}
77
77
  <li>
78
- <a href="https://keybase.io/{{ author.keybase }}" itemprop="sameAs">
78
+ <a href="https://keybase.io/{{ author.keybase }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
79
79
  <i class="fas fa-fw fa-key" aria-hidden="true"></i> Keybase
80
80
  </a>
81
81
  </li>
@@ -83,7 +83,7 @@
83
83
 
84
84
  {% if author.twitter %}
85
85
  <li>
86
- <a href="https://twitter.com/{{ author.twitter }}" itemprop="sameAs">
86
+ <a href="https://twitter.com/{{ author.twitter }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
87
87
  <i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter
88
88
  </a>
89
89
  </li>
@@ -91,7 +91,7 @@
91
91
 
92
92
  {% if author.facebook %}
93
93
  <li>
94
- <a href="https://www.facebook.com/{{ author.facebook }}" itemprop="sameAs">
94
+ <a href="https://www.facebook.com/{{ author.facebook }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
95
95
  <i class="fab fa-fw fa-facebook-square" aria-hidden="true"></i> Facebook
96
96
  </a>
97
97
  </li>
@@ -99,7 +99,7 @@
99
99
 
100
100
  {% if author.google_plus %}
101
101
  <li>
102
- <a href="https://plus.google.com/{{ author.google_plus }}" itemprop="sameAs">
102
+ <a href="https://plus.google.com/{{ author.google_plus }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
103
103
  <i class="fab fa-fw fa-google-plus-square" aria-hidden="true"></i> Google+
104
104
  </a>
105
105
  </li>
@@ -107,7 +107,7 @@
107
107
 
108
108
  {% if author.linkedin %}
109
109
  <li>
110
- <a href="https://www.linkedin.com/in/{{ author.linkedin }}" itemprop="sameAs">
110
+ <a href="https://www.linkedin.com/in/{{ author.linkedin }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
111
111
  <i class="fab fa-fw fa-linkedin" aria-hidden="true"></i> LinkedIn
112
112
  </a>
113
113
  </li>
@@ -115,7 +115,7 @@
115
115
 
116
116
  {% if author.xing %}
117
117
  <li>
118
- <a href="https://www.xing.com/profile/{{ author.xing }}" itemprop="sameAs">
118
+ <a href="https://www.xing.com/profile/{{ author.xing }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
119
119
  <i class="fab fa-fw fa-xing-square" aria-hidden="true"></i> XING
120
120
  </a>
121
121
  </li>
@@ -123,7 +123,7 @@
123
123
 
124
124
  {% if author.instagram %}
125
125
  <li>
126
- <a href="https://instagram.com/{{ author.instagram }}" itemprop="sameAs">
126
+ <a href="https://instagram.com/{{ author.instagram }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
127
127
  <i class="fab fa-fw fa-instagram" aria-hidden="true"></i> Instagram
128
128
  </a>
129
129
  </li>
@@ -131,7 +131,7 @@
131
131
 
132
132
  {% if author.tumblr %}
133
133
  <li>
134
- <a href="https://{{ author.tumblr }}.tumblr.com" itemprop="sameAs">
134
+ <a href="https://{{ author.tumblr }}.tumblr.com" itemprop="sameAs" rel="nofollow noopener noreferrer">
135
135
  <i class="fab fa-fw fa-tumblr-square" aria-hidden="true"></i> Tumblr
136
136
  </a>
137
137
  </li>
@@ -139,7 +139,7 @@
139
139
 
140
140
  {% if author.bitbucket %}
141
141
  <li>
142
- <a href="https://bitbucket.org/{{ author.bitbucket }}" itemprop="sameAs">
142
+ <a href="https://bitbucket.org/{{ author.bitbucket }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
143
143
  <i class="fab fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket
144
144
  </a>
145
145
  </li>
@@ -147,7 +147,7 @@
147
147
 
148
148
  {% if author.github %}
149
149
  <li>
150
- <a href="https://github.com/{{ author.github }}" itemprop="sameAs">
150
+ <a href="https://github.com/{{ author.github }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
151
151
  <i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub
152
152
  </a>
153
153
  </li>
@@ -155,7 +155,7 @@
155
155
 
156
156
  {% if author.gitlab %}
157
157
  <li>
158
- <a href="https://gitlab.com/{{ author.gitlab }}" itemprop="sameAs">
158
+ <a href="https://gitlab.com/{{ author.gitlab }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
159
159
  <i class="fab fa-fw fa-gitlab" aria-hidden="true"></i> GitLab
160
160
  </a>
161
161
  </li>
@@ -163,7 +163,7 @@
163
163
 
164
164
  {% if author.stackoverflow %}
165
165
  <li>
166
- <a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs">
166
+ <a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
167
167
  <i class="fab fa-fw fa-stack-overflow" aria-hidden="true"></i> Stack Overflow
168
168
  </a>
169
169
  </li>
@@ -171,7 +171,7 @@
171
171
 
172
172
  {% if author.lastfm %}
173
173
  <li>
174
- <a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs">
174
+ <a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
175
175
  <i class="fab fa-fw fa-lastfm-square" aria-hidden="true"></i> Last.fm
176
176
  </a>
177
177
  </li>
@@ -179,7 +179,7 @@
179
179
 
180
180
  {% if author.dribbble %}
181
181
  <li>
182
- <a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs">
182
+ <a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
183
183
  <i class="fab fa-fw fa-dribbble" aria-hidden="true"></i> Dribbble
184
184
  </a>
185
185
  </li>
@@ -187,7 +187,7 @@
187
187
 
188
188
  {% if author.pinterest %}
189
189
  <li>
190
- <a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs">
190
+ <a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
191
191
  <i class="fab fa-fw fa-pinterest" aria-hidden="true"></i> Pinterest
192
192
  </a>
193
193
  </li>
@@ -195,7 +195,7 @@
195
195
 
196
196
  {% if author.foursquare %}
197
197
  <li>
198
- <a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs">
198
+ <a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
199
199
  <i class="fab fa-fw fa-foursquare" aria-hidden="true"></i> Foursquare
200
200
  </a>
201
201
  </li>
@@ -203,7 +203,7 @@
203
203
 
204
204
  {% if author.steam %}
205
205
  <li>
206
- <a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs">
206
+ <a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
207
207
  <i class="fab fa-fw fa-steam" aria-hidden="true"></i> Steam
208
208
  </a>
209
209
  </li>
@@ -212,13 +212,13 @@
212
212
  {% if author.youtube %}
213
213
  {% if author.youtube contains "://" %}
214
214
  <li>
215
- <a href="{{ author.youtube }}" itemprop="sameAs">
215
+ <a href="{{ author.youtube }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
216
216
  <i class="fab fa-fw fa-youtube" aria-hidden="true"></i> YouTube
217
217
  </a>
218
218
  </li>
219
219
  {% else author.youtube %}
220
220
  <li>
221
- <a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs">
221
+ <a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
222
222
  <i class="fab fa-fw fa-youtube" aria-hidden="true"></i> YouTube
223
223
  </a>
224
224
  </li>
@@ -227,7 +227,7 @@
227
227
 
228
228
  {% if author.soundcloud %}
229
229
  <li>
230
- <a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs">
230
+ <a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
231
231
  <i class="fab fa-fw fa-soundcloud" aria-hidden="true"></i> SoundCloud
232
232
  </a>
233
233
  </li>
@@ -235,7 +235,7 @@
235
235
 
236
236
  {% if author.weibo %}
237
237
  <li>
238
- <a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs">
238
+ <a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
239
239
  <i class="fab fa-fw fa-weibo" aria-hidden="true"></i> Weibo
240
240
  </a>
241
241
  </li>
@@ -243,7 +243,7 @@
243
243
 
244
244
  {% if author.flickr %}
245
245
  <li>
246
- <a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs">
246
+ <a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
247
247
  <i class="fab fa-fw fa-flickr" aria-hidden="true"></i> Flickr
248
248
  </a>
249
249
  </li>
@@ -251,7 +251,7 @@
251
251
 
252
252
  {% if author.codepen %}
253
253
  <li>
254
- <a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs">
254
+ <a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
255
255
  <i class="fab fa-fw fa-codepen" aria-hidden="true"></i> CodePen
256
256
  </a>
257
257
  </li>
@@ -259,7 +259,7 @@
259
259
 
260
260
  {% if author.vine %}
261
261
  <li>
262
- <a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs">
262
+ <a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
263
263
  <i class="fab fa-fw fa-vine" aria-hidden="true"></i> Vine
264
264
  </a>
265
265
  </li>