Skip to content

Commit 46154a8

Browse files
committed
updated
1 parent 21b0e97 commit 46154a8

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

_includes/hero.html

-16
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,6 @@ <h1>
2121

2222
</div>
2323

24-
<p>
25-
<aside>
26-
<a href="https://twitter.com/codeception" class="twitter-follow-button" data-show-count="false"
27-
data-lang="en" data-size="large">Follow @Codeception</a>
28-
<script>!function (d, s, id) {
29-
var js, fjs = d.getElementsByTagName(s)[0];
30-
if (!d.getElementById(id)) {
31-
js = d.createElement(s);
32-
js.id = id;
33-
js.src = "//platform.twitter.com/widgets.js";
34-
fjs.parentNode.insertBefore(js, fjs);
35-
}
36-
}(document, "script", "twitter-wjs");</script>
37-
</aside>
38-
39-
</p>
4024

4125

4226

_layouts/bootstrap.html

+18
Original file line numberDiff line numberDiff line change
@@ -285,5 +285,23 @@ <h4>Codeception Family</h4>
285285
});
286286
</script>
287287

288+
<div style="position: fixed; right: 10px; bottom: 0px">
289+
290+
<aside>
291+
<a href="https://twitter.com/codeception" class="twitter-follow-button" data-show-count="false"
292+
data-lang="en" data-size="large">Follow @Codeception</a>
293+
<script>!function (d, s, id) {
294+
var js, fjs = d.getElementsByTagName(s)[0];
295+
if (!d.getElementById(id)) {
296+
js = d.createElement(s);
297+
js.id = id;
298+
js.src = "//platform.twitter.com/widgets.js";
299+
fjs.parentNode.insertBefore(js, fjs);
300+
}
301+
}(document, "script", "twitter-wjs");</script>
302+
</aside>
303+
304+
</div>
305+
288306
</body>
289307
</html>

0 commit comments

Comments
 (0)