page blogs title and head and list article & change footer hover mode
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import BlogsPage from '@/components/blogs'
|
||||
import Layout from '@/components/layout'
|
||||
|
||||
function Blogs() {
|
||||
return (
|
||||
<Layout title='وبلاگ ها' name='blogs'>
|
||||
<BlogsPage />
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
||||
export default Blogs
|
||||
Reference in New Issue
Block a user