8000
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 8402c22 commit 3060119Copy full SHA for 3060119
themes/vue/layout/partials/sidebar.ejs
@@ -8,12 +8,6 @@
8
<% site.pages.find({type: type}).sort('order').each(function (p) { %>
9
<li><a href="/<%- p.path %>" class="sidebar-link<%- page.title === p.title ? ' current' : '' %>"><%- p.title %></a></li>
10
<% }) %>
11
- <li><a href="http://legacy.vuejs.org">Looking for 0.10 docs?</a></li>
12
- <li style="margin:10px 0 3px">
13
- <script data-gittip-username="yyx990803"
14
- data-gittip-widget="button"
15
- src="//gttp.co/v1.js"></script>
16
- </li>
17
</ul>
18
</div>
19
-</div>
+</div>
0 commit comments