Migrate legacy archive pages
This commit is contained in:
parent
e90920ce86
commit
cbedd9b723
25 changed files with 652 additions and 1 deletions
18
src/pages/about-us-organizations.astro
Normal file
18
src/pages/about-us-organizations.astro
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
import SiteLayout from "../components/SiteLayout.astro";
|
||||
import TwoColumnPage from "../components/TwoColumnPage.astro";
|
||||
import { legacyPageArticle } from "../lib/legacy-page";
|
||||
|
||||
const articleHtml = legacyPageArticle("about-us-organizations.html");
|
||||
---
|
||||
|
||||
<SiteLayout
|
||||
title="Organizations – FFWPU Ireland"
|
||||
description="Explore organizations connected with Rev. Sun Myung Moon and Dr. Hak Ja Han Moon, including UPF, WFWP, IRFF, and the Unification Church."
|
||||
bodyClass="page-template page-template-templates page-template-template-twocolumns-right page-template-templatestemplate-twocolumns-right-php page page-id-124 page-child parent-pageid-29 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left"
|
||||
pathname="/about-us-organizations.html"
|
||||
canonical="/about-us-organizations.html"
|
||||
>
|
||||
<TwoColumnPage articleHtml={articleHtml} />
|
||||
</SiteLayout>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue