parent
39f68f0051
commit
9d0a823351
23 changed files with 1158 additions and 31 deletions
14
src/pages/the-founders.astro
Normal file
14
src/pages/the-founders.astro
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
import SiteLayout from "../components/SiteLayout.astro";
|
||||
import TwoColumnPage from "../components/TwoColumnPage.astro";
|
||||
import articleHtml from "../content/pages/the-founders.html?raw";
|
||||
---
|
||||
|
||||
<SiteLayout
|
||||
title="The Founders – FFWPU Ireland"
|
||||
bodyClass="page-template-default page page-id-71 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left"
|
||||
pathname="/the-founders.html"
|
||||
>
|
||||
<link slot="head" rel="stylesheet" id="su-shortcodes-css" href="/assets/vendor/shortcodes/includes/css/shortcodes.css?ver=7.3.1" type="text/css" media="all" />
|
||||
<TwoColumnPage articleHtml={articleHtml} />
|
||||
</SiteLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue