diff --git a/src/pages/template/5/news/[...slug].astro b/src/pages/template/5/news/[...slug].astro index 903e415..ea0e5c5 100644 --- a/src/pages/template/5/news/[...slug].astro +++ b/src/pages/template/5/news/[...slug].astro @@ -1,5 +1,5 @@ --- -import Layout from '../../../../layouts/Layout_4.astro'; +import Layout from '../../../../layouts/Layout_5.astro'; import { newsDetail } from '../../../../../utils/rpc'; import { getConfig } from '../../../../../utils/config'; import { TP2_COLUMN_NEWS, TP2_COLUMN_NEWS_URL } from '../../../../../utils/const';