mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +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">
|
<header class="post-header">
|
||||||
<h1 class="post-title">{{title}}</h1>
|
<h1 class="post-title">{{title}}</h1>
|
||||||
<section class="post-meta">
|
<section class="post-meta">
|
||||||
{{#author}}
|
<p class="author">by {{authors}}</p>
|
||||||
<p class="author">by <a href="{{url}}">{{name}}</a></p>
|
|
||||||
{{/author}}
|
|
||||||
<time class="post-date" datetime="{{date format="YYYY-MM-DD"}}">{{date format="YYYY-MM-DD"}}</time>
|
<time class="post-date" datetime="{{date format="YYYY-MM-DD"}}">{{date format="YYYY-MM-DD"}}</time>
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user