forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
043d9c5c77
commit
6896b10387
|
@ -419,6 +419,11 @@ a[href^='mailto\:']::before {
|
|||
content: '📧 ';
|
||||
}
|
||||
|
||||
.share-b {
|
||||
a[href^='mailto\:']::before {
|
||||
}
|
||||
}
|
||||
|
||||
a[href^='tel\:']::before {
|
||||
content: '📞 ';
|
||||
}
|
||||
|
|
|
@ -313,7 +313,7 @@ background-color: #FF6600
|
|||
}
|
||||
</style>
|
||||
|
||||
<div style="display: flex;">
|
||||
<div style="display: flex;" class="share-b">
|
||||
{{ if in .Site.Params.ShareButtons.Networks "facebook" }}
|
||||
<!-- Sharingbutton Facebook -->
|
||||
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u={{ $pageURL }}" target="_blank" rel="noopener" aria-label="" title="Facebook">
|
||||
|
|
Loading…
Reference in New Issue
Block a user