fix rngs.io keys for site headline
This commit is contained in:
parent
3753966494
commit
185039c35e
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ updated:
|
||||||
sectionUrl={content.sectionUrl}
|
sectionUrl={content.sectionUrl}
|
||||||
hed={content.hed}
|
hed={content.hed}
|
||||||
authors={content.authors.split(',')}
|
authors={content.authors.split(',')}
|
||||||
publishTime={content.published}
|
publishTime={content.publishTime}
|
||||||
updateTime={content.updated}
|
updateTime={content.updatTime}
|
||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue