2018-09-10 09:21:59 +00:00
|
|
|
<% if (post.link){ %>
|
|
|
|
<h1 itemprop="name">
|
2018-09-23 06:24:51 +00:00
|
|
|
<a class="<%= class_name %>" href="<%- url_for(post.link) %>" itemprop="url"><%= post.title %></a>
|
2018-09-10 09:21:59 +00:00
|
|
|
</h1>
|
|
|
|
<% } else if (post.title){ %>
|
|
|
|
<% if (index){ %>
|
|
|
|
<h1 itemprop="name">
|
|
|
|
<a class="<%= class_name %>" href="<%- url_for(post.path) %>"><%= post.title %></a>
|
|
|
|
</h1>
|
|
|
|
<% } else { %>
|
|
|
|
<h1 class="<%= class_name %>" itemprop="name">
|
|
|
|
<%= post.title %>
|
|
|
|
</h1>
|
|
|
|
<% } %>
|
|
|
|
<% } %>
|