Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/plopcas/papaya.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplopcas <plopcas@m1-3.local>2020-01-28 02:52:52 +0300
committerplopcas <plopcas@m1-3.local>2020-01-28 02:52:52 +0300
commiteaa1325807616e44dd68023781fbd22c4fb8d0b7 (patch)
tree11ddefa502edfd0707f7b4ec27f85399ffac63bf
parent7cb3db9e8ded789fa4ff8baa86d201fe0fcfe610 (diff)
fix ariaHEADmaster
-rw-r--r--layouts/partials/social.html4
-rw-r--r--static/css/style.css2
2 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 880cba6..27a5508 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -1,9 +1,9 @@
<span id="social">
<i data-feather="share-2"></i></a>
<a href="https://twitter.com/share?url={{ .Permalink }}&text={{ .Title }}&via={{ .Site.Social.twitter }}"
- class="btn btn-sm btn-outline-dark twitter-btn" data-show-count="false" aria-label="Share on Twitter">
+ class="btn btn-sm btn-outline-dark share-btn" data-show-count="false" aria-label="Share on Twitter">
<i class="feather-16" data-feather="twitter"></i></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ .Permalink }}&summary={{ .Summary | plainify }}&source=Retrolog.io"
- class="btn btn-sm btn-outline-dark twitter-btn" data-show-count="false" aria-label="Share on Twitter">
+ class="btn btn-sm btn-outline-dark share-btn" data-show-count="false" aria-label="Share on LinkedIn">
<i class="feather-16" data-feather="linkedin"></i></a>
</span> \ No newline at end of file
diff --git a/static/css/style.css b/static/css/style.css
index 99035d1..08af6fd 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -45,7 +45,7 @@ h1.title {
padding-bottom: 0.3em;
}
-.twitter-btn {
+.share-btn {
margin-bottom: 0.3em;
padding-bottom: 0.3em;
}