mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05: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
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue