8000 add gittip button · poorprogrammer/vuejs.org@bae4b37 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bae4b37

Browse files
author
Evan You
committed
add gittip button
1 parent 03a6238 commit bae4b37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

themes/vue/layout/partials/sidebar.ejs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<% site.pages.find({type: type}).sort('order').each(function (p) { %>
77
<li><a href="/<%- p.path %>" class="sidebar-link<%- page.title === p.title ? ' current' : '' %>"><%- p.title %></a></li>
88
<% }) %>
9+
<li style="margin:10px 0 3px">
10+
<script data-gittip-username="yyx990803"
11+
data-gittip-widget="button"
12+
src="//gttp.co/v1.js"></script>
13+
</li>
914
</ul>
1015
</div>
1116
</div>

0 commit comments

Comments
 (0)
0