mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
Fix extra space cause underline link in google plus button
This commit is contained in:
parent
977be3adea
commit
a62f75d52a
@ -1,6 +1,4 @@
|
||||
{% if site.google_plus_user %}
|
||||
<a href="https://plus.google.com/{{ site.google_plus_user }}?rel=author">
|
||||
<img src="https://ssl.gstatic.com/images/icons/gplus-{{ site.google_plus_image_size}}.png" alt="Google Plus icon">
|
||||
</a>
|
||||
<a href="https://plus.google.com/{{ site.google_plus_user }}?rel=author"><img src="https://ssl.gstatic.com/images/icons/gplus-{{ site.google_plus_image_size}}.png" alt="Google Plus icon"></a>
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user