templates/ -> resources/views/
This commit is contained in:
6
resources/views/partials/entry-meta.blade.php
Normal file
6
resources/views/partials/entry-meta.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<time class="updated" datetime="{{ get_post_time('c', true) }}">{{ get_the_date() }}</time>
|
||||
<p class="byline author vcard">
|
||||
{{ __('By', 'sage') }} <a href="{{ get_author_posts_url(get_the_author_meta('ID')) }}" rel="author" class="fn">
|
||||
{{ get_the_author() }}
|
||||
</a>
|
||||
</p>
|
||||
Reference in New Issue
Block a user