🔍️ Posts: Use latest h-entry microformat (#3115)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<article @php(post_class())>
|
||||
<article @php(post_class('h-entry'))>
|
||||
<header>
|
||||
<h1 class="entry-title">
|
||||
<h1 class="p-name">
|
||||
{!! $title !!}
|
||||
</h1>
|
||||
|
||||
@include('partials.entry-meta')
|
||||
</header>
|
||||
|
||||
<div class="entry-content">
|
||||
<div class="e-content">
|
||||
@php(the_content())
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user