index
This commit is contained in:
parent
b67b0d66e3
commit
714042de21
@ -48,7 +48,7 @@ const IndexPage = ({ data }) => {
|
|||||||
</div>
|
</div>
|
||||||
<hr style={{marginBottom: `50px`}}/>
|
<hr style={{marginBottom: `50px`}}/>
|
||||||
{/* --------------------------------- */}
|
{/* --------------------------------- */}
|
||||||
<h1 style={{textAlign: `center`}}>Последние новости</h1>
|
<h1 style={{textAlign: `center`}}><FormattedMessage id="more.news"/></h1>
|
||||||
{ news.map(({node}) => {
|
{ news.map(({node}) => {
|
||||||
const title = node.frontmatter.title;
|
const title = node.frontmatter.title;
|
||||||
const date = node.frontmatter.date;
|
const date = node.frontmatter.date;
|
||||||
|
Loading…
Reference in New Issue
Block a user