-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathpost.html
More file actions
57 lines (54 loc) · 2.34 KB
/
post.html
File metadata and controls
57 lines (54 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: bootstrap
---
<div class="fixed pt">
<div class="col-md-6 hidden-xs release-well-block">
<div class="row">
<div class="well">
<a class="btn btn-lg btn-warning btn-block" href="/quickstart">Quick Start →<br>with Codeception</a>
<p><br/>Write and execute a test for an existing app
<b>in less then a 5 mins!</b>
</p>
</div>
</div>
</div>
<div class="content page">
<h1>{{ page.title }}</h1>
<p class="lead">
Published on {{ page.date | date: "%B %d, %Y" }}
{% if page.author %}
<br>by <strong>{{ page.author }}</strong>
{% endif %}
</p>
<div class="post">
{{ content }}
</div>
<div class="alert alert-info">
<a href="https://www.reddit.com/submit"
onclick="window.location = 'https://www.reddit.com/submit?url=' + encodeURIComponent(window.location); return false"
style="float: right"><img src="https://www.reddit.com/static/spreddit7.gif" alt="submit to reddit"/></a>
<!-- Розмістіть цей тег там, де необхідно розмістити кнопку +1 -->
<a href="https://twitter.com/share" class="twitter-share-button" data-via="codeception">Tweet</a>
</div> <!-- /.alert -->
<script>!function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');</script>
<!-- Розмістіть цю команду відображення в потрібному місці -->
<script>
(function () {
var po = document.createElement('script');
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
{% include comment.html %}
</div>
</div>