1
0
Fork 0
textpattern-theme-musuc/forms/article/search_results.txp

34 lines
1.1 KiB
Plaintext
Executable File

<li class="article" itemscope itemtype="https://schema.org/Article">
<h4 itemprop="headline">
<a href="<txp:permlink />" itemprop="url mainEntityOfPage" title="<txp:text item="read_more" />">
<txp:title />
</a>
</h4>
<!-- if the article has an excerpt, display that, otherwise show highlighted keywords in context of article -->
<txp:if_excerpt>
<div itemprop="description">
<txp:excerpt />
</div>
<txp:else />
<p>
<txp:search_result_excerpt />
</p>
</txp:if_excerpt>
<p class="footnote">
<txp:text item="posted" />
<time datetime="<txp:posted format="iso8601" />" itemprop="datePublished">
<txp:posted />
</time>
<meta itemprop="dateModified" content="<txp:modified format="iso8601" />" />
&#183;
<txp:text item="author" />
<span itemprop="author" itemscope itemtype="https://schema.org/Person">
<span itemprop="name">
<txp:author link this_section />
</span>
</span>
</p>
</li>