We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a6238 commit bae4b37Copy full SHA for bae4b37
themes/vue/layout/partials/sidebar.ejs
@@ -6,6 +6,11 @@
6
<% site.pages.find({type: type}).sort('order').each(function (p) { %>
7
<li><a href="/<%- p.path %>" class="sidebar-link<%- page.title === p.title ? ' current' : '' %>"><%- p.title %></a></li>
8
<% }) %>
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>
14
</ul>
15
</div>
16
0 commit comments