Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cb892adc34
|
@ -10,7 +10,7 @@
|
||||||
<div class="empty-page-content markdown-body">
|
<div class="empty-page-content markdown-body">
|
||||||
<% if (page.content) { %>
|
<% if (page.content) { %>
|
||||||
<%- page.content %>
|
<%- page.content %>
|
||||||
<% } else { %>
|
<% } else if (page.title !== 'link' && page.title !== 'links') { %>
|
||||||
<h1><%- page.title %></h1>
|
<h1><%- page.title %></h1>
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue