Migrate legacy archive pages
This commit is contained in:
parent
e90920ce86
commit
cbedd9b723
25 changed files with 652 additions and 1 deletions
12
src/pages/archive-sunday-services-2013.astro
Normal file
12
src/pages/archive-sunday-services-2013.astro
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
import SiteLayout from "../components/SiteLayout.astro";
|
||||
import TwoColumnPage from "../components/TwoColumnPage.astro";
|
||||
import { legacyPageArticle } from "../lib/legacy-page";
|
||||
|
||||
const articleHtml = legacyPageArticle("archive-sunday-services-2013.html");
|
||||
---
|
||||
|
||||
<SiteLayout title="2013 Sunday Service Archive – FFWPU Ireland" description="Archived FFWPU Ireland Sunday service videos from 2013." bodyClass="page-template-default page page-id-405 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/archive-sunday-services-2013.html" canonical="/archive-sunday-services-2013.html">
|
||||
<TwoColumnPage articleHtml={articleHtml} />
|
||||
</SiteLayout>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue