mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
🐛Fixed multiple authors for amp (#10253)
no issue - refs: gscan `GS001-DEPR-AUTHBL` - the amp page always printed a single author only
This commit is contained in:
parent
42e013cfae
commit
7419566756
@ -42,9 +42,7 @@
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">{{title}}</h1>
|
||||
<section class="post-meta">
|
||||
{{#author}}
|
||||
<p class="author">by <a href="{{url}}">{{name}}</a></p>
|
||||
{{/author}}
|
||||
<p class="author">by {{authors}}</p>
|
||||
<time class="post-date" datetime="{{date format="YYYY-MM-DD"}}">{{date format="YYYY-MM-DD"}}</time>
|
||||
</section>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user