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 2436cd3 commit 76c1309Copy full SHA for 76c1309
themes/vue/layout/page.ejs
@@ -2,7 +2,7 @@
2
<%- partial('partials/sidebar', { type: page.type, index: page.index }) %>
3
<% } %>
4
<div class="content <%- page.type ? page.type + ' with-sidebar' : '' %>">
5
- <h1><%- page.title %><%- page.type === 'examples' ? ' Example' : '' %></h1>
+ <h1><%- page.type === 'examples' ? '示例: ' : '' %><%- page.title %></h1>
6
<div id="ad">
7
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=vuejs" id="_carbonads_js"></script>
8
</div>
0 commit comments