Skip to content

Commit 76c1309

Browse files
author
勾股
committed
updated title format in examples
1 parent 2436cd3 commit 76c1309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/page.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<%- partial('partials/sidebar', { type: page.type, index: page.index }) %>
33
<% } %>
44
<div class="content <%- page.type ? page.type + ' with-sidebar' : '' %>">
5-
<h1><%- page.title %><%- page.type === 'examples' ? ' Example' : '' %></h1>
5+
<h1><%- page.type === 'examples' ? '示例: ' : '' %><%- page.title %></h1>
66
<div id="ad">
77
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=vuejs" id="_carbonads_js"></script>
88
</div>

0 commit comments

Comments
 (0)