forked from Codeception/codeception.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.html
More file actions
26 lines (24 loc) · 1.44 KB
/
Copy pathpost.html
File metadata and controls
26 lines (24 loc) · 1.44 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
---
layout: page
---
<h1>{{ page.title }}</h1>
<p class="lead">
Published on {{ page.date | date: "%B %d, %Y" }}
</p>
{{ content }}
<div class="alert alert-info">
<a href="http://www.reddit.com/submit" onclick="window.location = 'http://www.reddit.com/submit?url=' + encodeURIComponent(window.location); return false" style="float: right"><img src="http://www.reddit.com/static/spreddit7.gif" alt="submit to reddit" border="0" /></a>
<!-- Розмістіть цей тег там, де необхідно розмістити кнопку +1 -->
<g:plusone size="tall" annotation="inline"></g:plusone>
<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 type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; 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 %}