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
31 lines (22 loc) · 1.05 KB
/
post.html
File metadata and controls
31 lines (22 loc) · 1.05 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
---
layout: page
---
<h1>{{ page.title }}</h1>
<p>
<div class="badge">Published on {{ page.date | date: "%B %d, %Y" }}</div>
</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>
<!-- Розмістіть цю команду відображення в потрібному місці -->
<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>
</div>
{% include comment.html %}