Skip to content

Commit 73b0331

Browse files
committed
Delete Google+ social item
Google is closing the consumer version of Google+ in April 2019. RIP Google+ https://www.blog.google/technology/safety-security/expediting-changes-google-plus/
1 parent 1ff500f commit 73b0331

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

‎README.md

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
9898
gitlab = "username"
9999
bitbucket = "username"
100100
email = "example@example.com"
101-
google_plus = "profileid"
102101
```
103102

104103
### Front Matter example

‎layouts/partials/widgets/social.html

-8
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ <h4 class="widget-social__title widget__title">{{ T "social_title" }}</h4>
6666
</a>
6767
</div>
6868
{{- end }}
69-
{{- with .Site.Params.widgets.social.google_plus }}
70-
<div class="widget-social__item widget__item">
71-
<a class="widget-social__link widget__link btn" title="Google Plus" rel="noopener noreferrer" href="https://plus.google.com/{{ . }}" target="_blank">
72-
<svg class="widget-social__link-icon icon-googleplus" viewBox="0 0 512 512" width="24" height="24" fill="#fff"><path d="M0 279c-2-92 66-170 156-173 43-2 83 15 115 45l-43 45C201 177 167 164 132 177c-53 19-81 81-62 136s79 85 132 64c28-11 45-38 53-64l-92 0v-60H320c0 49-4 98-34 136-60 70-162 77-228 15C22 373 2 328 0 279L0 279zM418 205h47l0 49H512v49h-47l0 49h-47v-49h-47v-49h47V205z"/></svg>
73-
<span>{{ . }}</span>
74-
</a>
75-
</div>
76-
{{- end }}
7769
{{- with .Site.Params.widgets.social.email }}
7870
<div class="widget-social__item widget__item">
7971
<a class="widget-social__link widget__link btn" title="Email" href="mailto:{{ . }}">

0 commit comments

Comments
 (0)