add correct news templates
This commit is contained in:
12
src/pages/news/index.astro
Normal file
12
src/pages/news/index.astro
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
import MainLayout from '@layouts/MainLayout.astro';
|
||||
|
||||
---
|
||||
|
||||
<MainLayout
|
||||
title=Новости
|
||||
description=Новости
|
||||
>
|
||||
<h1>Все новости</h1>
|
||||
</MainLayout>
|
||||
Reference in New Issue
Block a user