File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
98
98
gitlab = " username"
99
99
bitbucket = " username"
100
100
email = " example@example.com"
101
- google_plus = " profileid"
102
101
```
103
102
104
103
### Front Matter example
Original file line number Diff line number Diff line change @@ -66,14 +66,6 @@ <h4 class="widget-social__title widget__title">{{ T "social_title" }}</h4>
66
66
</ a >
67
67
</ div >
68
68
{{- 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 }}
77
69
{{- with .Site.Params.widgets.social.email }}
78
70
< div class ="widget-social__item widget__item ">
79
71
< a class ="widget-social__link widget__link btn " title ="Email " href ="mailto:{{ . }} ">
You can’t perform that action at this time.
0 commit comments