From 508bb7a4dadd4eb4d0f242591876b761494668e2 Mon Sep 17 00:00:00 2001 From: Workshop Bot Date: Thu, 11 Jun 2026 12:39:57 +0000 Subject: [PATCH 01/58] Polish accessibility and SEO metadata --- content/blog/2016/happy-new-year.md | 2 +- src/components/SiteLayout.astro | 32 +++++++++++++++---- src/components/SiteNav.astro | 4 +-- src/content/pages/index.html | 10 +++--- src/pages/about.astro | 2 ++ .../blog/[year]/[month]/[day]/[slug].astro | 31 ++++++++++++++++-- src/pages/contact.astro | 1 + src/pages/events.astro | 6 ++-- src/pages/index.astro | 2 ++ src/pages/services.astro | 2 ++ src/pages/speeches/index.astro | 1 + src/pages/the-founders.astro | 2 ++ src/pages/videos.astro | 2 ++ 13 files changed, 76 insertions(+), 21 deletions(-) diff --git a/content/blog/2016/happy-new-year.md b/content/blog/2016/happy-new-year.md index 1a1d6dd9..667dcd23 100644 --- a/content/blog/2016/happy-new-year.md +++ b/content/blog/2016/happy-new-year.md @@ -9,7 +9,7 @@ categories: tags: [] --- -

Happy New Year 2016!

+
Happy New Year 2016 greeting

Happy New Year 2016!

Let go of the past year and bring on the new! Check out this article by Dplife.info:

2015 Wasn’t What I Thought It Would Be 

…and That’s Okay.

diff --git a/src/components/SiteLayout.astro b/src/components/SiteLayout.astro index 210b2e0c..82344a8e 100644 --- a/src/components/SiteLayout.astro +++ b/src/components/SiteLayout.astro @@ -4,22 +4,40 @@ import SiteNav from "./SiteNav.astro"; const { title, + description, bodyClass, - pathname, + pathname = "/", canonical, + robots = "max-image-preview:large", + ogType = "website", + image = "/assets/uploads/2013/10/BannerFamilyFed_23_10c1.jpg", parabolaSettings = { masonry: "0", magazine: "0", mobile: "1", fitvids: "1" }, } = Astro.props; const parabolaSettingsScript = `var parabola_settings = ${JSON.stringify(parabolaSettings)};`; +const canonicalUrl = canonical ?? pathname; +const metaTitle = title + .replace(/–|–/g, "-") + .replace(/‘|’|‘|’/g, "'") + .replace(/“|”|“|”/g, '"') + .replace(/&/g, "&"); --- - + - <meta name="robots" content="max-image-preview:large" /> + {description && <meta name="description" content={description} />} + {robots && <meta name="robots" content={robots} />} + <meta property="og:site_name" content="FFWPU Ireland" /> + <meta property="og:title" content={metaTitle} /> + {description && <meta property="og:description" content={description} />} + {canonicalUrl && <meta property="og:url" content={canonicalUrl} />} + {image && <meta property="og:image" content={image} />} + <meta property="og:type" content={ogType} /> + <meta name="twitter:card" content="summary_large_image" /> <link rel="stylesheet" id="content-blocks-css" href="/css/block-library.css?ver=6.6.5" type="text/css" media="all" /> <link rel="stylesheet" id="pdfprnt_frontend-css" href="/assets/vendor/pdf/css/frontend.css?ver=2.4.0" type="text/css" media="all" /> <link rel="stylesheet" id="parabola-fonts-css" href="/assets/theme/parabola/fonts/fontfaces.css?ver=2.4.1" type="text/css" media="all" /> @@ -30,7 +48,7 @@ const parabolaSettingsScript = `var parabola_settings = ${JSON.stringify(parabol <script is:inline type="text/javascript" src="/js/jquery.min.js?ver=2.0.2" id="jquery-js"></script> <script is:inline type="text/javascript" id="parabola-frontend-js-extra" set:html={parabolaSettingsScript}></script> <script is:inline type="text/javascript" src="/assets/theme/parabola/js/frontend.js?ver=2.4.1" id="parabola-frontend-js"></script> - {canonical && <link rel="canonical" href={canonical} />} + {canonicalUrl && <link rel="canonical" href={canonicalUrl} />} </head> <body class={bodyClass}> <div id="toTop"> </div> @@ -39,13 +57,13 @@ const parabolaSettingsScript = `var parabola_settings = ${JSON.stringify(parabol <header id="header"> <div id="masthead"> <div id="branding" role="banner"> - <img id="bg_image" alt="FFWPU Ireland" title="FFWPU Ireland" src="/assets/uploads/2013/10/BannerFamilyFed_23_10c1.jpg" /> + <img id="bg_image" alt="Family Federation for World Peace and Unification Ireland" src="/assets/uploads/2013/10/BannerFamilyFed_23_10c1.jpg" /> <div id="header-container"> - <a href="/index.html" id="linky"></a> + <a href="/index.html" id="linky" aria-label="FFWPU Ireland home page"></a> </div> <div style="clear:both;"></div> </div> - <a id="nav-toggle"><span> </span></a> + <a id="nav-toggle" href="#access" role="button" aria-label="Toggle navigation menu"><span> </span></a> <SiteNav pathname={pathname} /> </div> <div style="clear:both;height:1px;width:1px;"> </div> diff --git a/src/components/SiteNav.astro b/src/components/SiteNav.astro index 692bb440..f3428f98 100644 --- a/src/components/SiteNav.astro +++ b/src/components/SiteNav.astro @@ -36,8 +36,8 @@ function isCurrent(item) { } --- -<nav id="access" class="jssafe" role="navigation"> - <div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div> +<nav id="access" class="jssafe" role="navigation" aria-label="Primary navigation"> + <div class="skip-link screen-reader-text"><a href="#content">Skip to content</a></div> <div class="menu"> <ul id="prime_nav" class="menu"> { diff --git a/src/content/pages/index.html b/src/content/pages/index.html index cfeb8d99..aa009f60 100644 --- a/src/content/pages/index.html +++ b/src/content/pages/index.html @@ -26,9 +26,9 @@ <div class="ribbon"></div> <div id="slider" class="nivoSlider"> <a href='/the-founders.html'> - <img src='/assets/uploads/2013/10/TrueParentsSlider.jpg' alt="" /> + <img src='/assets/uploads/2013/10/TrueParentsSlider.jpg' alt="Rev. Sun Myung Moon and Dr. Hak Ja Han Moon" /> </a> <a href='/about-us-organizations.html'> - <img src='/assets/uploads/2013/10/Little-Angels-Presentationlight1.jpg' alt="The Little Angels" title="#caption1" /> + <img src='/assets/uploads/2013/10/Little-Angels-Presentationlight1.jpg' alt="The Little Angels children's folk ballet performance" title="#caption1" /> </a> <a href='/the-founders.html'> <img src='/assets/uploads/2013/10/father-Seung-Hwa_Presentation.jpg' alt="Rev. Sun Myung Moon" title="#caption2" /> </a> </div> @@ -46,7 +46,7 @@ <div class="ppcolumn column1" id="column1"> <a href="/the-founders.html" > <div class="column-image"> - <img src="/assets/uploads/2013/10/True_Parents.jpg" id="columnImage1" alt="Founders of FFWPU International" /> + <img src="/assets/uploads/2013/10/True_Parents.jpg" id="columnImage1" alt="Rev. Sun Myung Moon and Dr. Hak Ja Han Moon, founders of FFWPU International" /> <h3 class='column-header-image'>Founders of FFWPU International</h3> </div> </a> <!-- link --> @@ -64,7 +64,7 @@ <div class="ppcolumn column2" id="column2"> <a href="/videos.html" > <div class="column-image"> - <img src="/assets/uploads/2013/10/DP-Screenshot.jpg" id="columnImage2" alt="The Divine Principle and Other teachings." /> + <img src="/assets/uploads/2013/10/DP-Screenshot.jpg" id="columnImage2" alt="Divine Principle video presentation screenshot" /> <h3 class='column-header-image'>The Divine Principle and Other teachings.</h3> </div> </a> <!-- link --> @@ -82,7 +82,7 @@ <div class="ppcolumn column3" id="column3"> <a href="/about-us-organizations.html" > <div class="column-image"> - <img src="/assets/uploads/2013/10/UPF-Prayer-Evening.jpg" id="columnImage3" alt="Activities and Organizations" /> + <img src="/assets/uploads/2013/10/UPF-Prayer-Evening.jpg" id="columnImage3" alt="UPF prayer evening gathering" /> <h3 class='column-header-image'>Activities and Organizations</h3> </div> </a> <!-- link --> diff --git a/src/pages/about.astro b/src/pages/about.astro index 9981d0be..6dd89887 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -6,8 +6,10 @@ import articleHtml from "../content/pages/about.html?raw"; <SiteLayout title="About Us – FFWPU Ireland" + description="Learn about the Family Federation for World Peace and Unification in Ireland, its teachings, and its focus on God-centered families." bodyClass="page-template page-template-templates page-template-template-twocolumns-right page-template-templatestemplate-twocolumns-right-php page page-id-29 page-parent custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/about.html" + canonical="/about.html" > <TwoColumnPage articleHtml={articleHtml} /> </SiteLayout> diff --git a/src/pages/blog/[year]/[month]/[day]/[slug].astro b/src/pages/blog/[year]/[month]/[day]/[slug].astro index e62fbdfb..d1ffec03 100644 --- a/src/pages/blog/[year]/[month]/[day]/[slug].astro +++ b/src/pages/blog/[year]/[month]/[day]/[slug].astro @@ -32,6 +32,30 @@ function slugify(value: string): string { .replace(/^-|-$/g, ""); } +function descriptionFromHtml(value: string, fallbackTitle: string): string { + const text = value + .replace(/<[^>]*>/g, " ") + .replace(/ /g, " ") + .replace(/–|–/g, "-") + .replace(/‘|’|‘|’/g, "'") + .replace(/“|”|“|”/g, '"') + .replace(/&/g, "&") + .replace(/\s+/g, " ") + .trim(); + + if (!text) { + return `${fallbackTitle} from FFWPU Ireland.`; + } + + if (text.length <= 155) { + return text; + } + + const clipped = text.slice(0, 152); + const finalSpace = clipped.lastIndexOf(" "); + return `${finalSpace > 80 ? clipped.slice(0, finalSpace) : clipped}...`; +} + function categoryHref(entry, category: string): string { if (entry.data.type === "speech") { if (entry.data.speechCollection === "mrs-hak-ja-han-moon" || category.includes("Mrs. Hak Ja Han Moon")) { @@ -92,9 +116,10 @@ const categories = entry.data.categories ?? []; const tags = entry.data.tags ?? []; const canonical = entry.data.source; const pdfHref = canonical ? `${canonical}?print=pdf` : undefined; +const description = descriptionFromHtml(entry.body ?? "", title); --- -<SiteLayout title={`${title} – FFWPU Ireland`} bodyClass={bodyClass} pathname={canonical} canonical={canonical}> +<SiteLayout title={`${title} – FFWPU Ireland`} description={description} bodyClass={bodyClass} pathname={canonical} canonical={canonical} ogType="article"> <div id="main"> <div id="forbottom"> <div style="clear:both;"> </div> @@ -133,7 +158,7 @@ const pdfHref = canonical ? `${canonical}?print=pdf` : undefined; pdfHref && ( <div class="pdfprnt-buttons pdfprnt-buttons-post pdfprnt-top-bottom-left"> <a href={pdfHref} class="pdfprnt-button pdfprnt-button-pdf" target="_blank"> - <img decoding="async" src="/assets/vendor/pdf/images/pdf.png" alt="image_pdf" title="Download PDF" /> + <img decoding="async" src="/assets/vendor/pdf/images/pdf.png" alt="Download PDF" title="Download PDF" /> </a> </div> ) @@ -143,7 +168,7 @@ const pdfHref = canonical ? `${canonical}?print=pdf` : undefined; pdfHref && ( <div class="pdfprnt-buttons pdfprnt-buttons-post pdfprnt-top-bottom-left"> <a href={pdfHref} class="pdfprnt-button pdfprnt-button-pdf" target="_blank"> - <img decoding="async" src="/assets/vendor/pdf/images/pdf.png" alt="image_pdf" title="Download PDF" /> + <img decoding="async" src="/assets/vendor/pdf/images/pdf.png" alt="Download PDF" title="Download PDF" /> </a> </div> ) diff --git a/src/pages/contact.astro b/src/pages/contact.astro index d9720ee9..33710c32 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -6,6 +6,7 @@ import articleHtml from "../content/pages/contact.html?raw"; <SiteLayout title="Contact – FFWPU Ireland" + description="Contact FFWPU Ireland at Unity House in Dublin city centre or email the community with questions, appointments, and event enquiries." bodyClass="page-template-default page page-id-63 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/contact.html" canonical="/contact.html" diff --git a/src/pages/events.astro b/src/pages/events.astro index 5854e92d..cc4e05d9 100644 --- a/src/pages/events.astro +++ b/src/pages/events.astro @@ -5,13 +5,13 @@ import mainHtml from "../content/pages/events.html?raw"; <SiteLayout title="Upcoming Events – FFWPU Ireland" + description="See upcoming FFWPU Ireland community events and calendar listings." bodyClass="archive post-type-archive post-type-archive-tribe_events custom-background tribe-events-page-template tribe-no-js tribe-filter-live metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/events.html" + canonical="/events.html" + robots="noindex, follow, max-image-preview:large" > <Fragment slot="head"> - <script is:inline> - document.head.insertAdjacentHTML("beforeend", '<meta name="robots" id="tec_noindex" content="noindex, follow" />'); - </script> <link rel="stylesheet" id="tec-variables-skeleton-css" href="/assets/vendor/events-calendar/common/src/resources/css/variables-skeleton.min.css?ver=6.3.2" type="text/css" media="all" /> <link rel="stylesheet" id="tec-variables-full-css" href="/assets/vendor/events-calendar/common/src/resources/css/variables-full.min.css?ver=6.3.2" type="text/css" media="all" /> <link rel="stylesheet" id="tribe-common-skeleton-style-css" href="/assets/vendor/events-calendar/common/src/resources/css/common-skeleton.min.css?ver=6.3.2" type="text/css" media="all" /> diff --git a/src/pages/index.astro b/src/pages/index.astro index 1ccdd7fc..dd1143d7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,8 +5,10 @@ import mainHtml from "../content/pages/index.html?raw"; <SiteLayout title="FFWPU Ireland – Official website of FFWPU Ireland" + description="Official website of FFWPU Ireland, sharing teachings, activities, videos, Sunday services, and resources for families in Ireland." bodyClass="home blog custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles magazine-layout parabola-menu-left" pathname="/index.html" + canonical="/index.html" parabolaSettings={{ masonry: "1", magazine: "1", mobile: "1", fitvids: "1" }} > <script is:inline slot="head" type="text/javascript" src="/assets/theme/parabola/js/nivo-slider.js?ver=2.4.1" id="parabola-nivoSlider-js"></script> diff --git a/src/pages/services.astro b/src/pages/services.astro index 3ef64237..c1e99de6 100644 --- a/src/pages/services.astro +++ b/src/pages/services.astro @@ -6,8 +6,10 @@ import articleHtml from "../content/pages/services.html?raw"; <SiteLayout title="Sunday Services – FFWPU Ireland" + description="Find FFWPU Ireland Sunday service videos and archived Sunday service messages from the Dublin community." bodyClass="page-template-default page page-id-33 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/services.html" + canonical="/services.html" > <TwoColumnPage articleHtml={articleHtml} /> </SiteLayout> diff --git a/src/pages/speeches/index.astro b/src/pages/speeches/index.astro index 47f0c1a0..0165085b 100644 --- a/src/pages/speeches/index.astro +++ b/src/pages/speeches/index.astro @@ -10,6 +10,7 @@ const categories = uniqueSorted(speeches.flatMap((speech) => speech.categories.l <SiteLayout title="Speeches Archive – FFWPU Ireland" + description="Search the FFWPU Ireland archive of speeches by Rev. Sun Myung Moon and Dr. Hak Ja Han Moon by year, speaker, category, and text." bodyClass="page-template page-template-templates page-template-template-onecolumn page-template-templatestemplate-onecolumn-php page custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/speeches/" canonical="/speeches/" diff --git a/src/pages/the-founders.astro b/src/pages/the-founders.astro index dd3407ea..6331081e 100644 --- a/src/pages/the-founders.astro +++ b/src/pages/the-founders.astro @@ -6,8 +6,10 @@ import articleHtml from "../content/pages/the-founders.html?raw"; <SiteLayout title="The Founders – FFWPU Ireland" + description="Read about Rev. Sun Myung Moon and Dr. Hak Ja Han Moon, the founders of the Family Federation for World Peace and Unification." 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" + canonical="/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} /> diff --git a/src/pages/videos.astro b/src/pages/videos.astro index 8934c73e..a6f3f19e 100644 --- a/src/pages/videos.astro +++ b/src/pages/videos.astro @@ -6,8 +6,10 @@ import articleHtml from "../content/pages/videos.html?raw"; <SiteLayout title="Videos – FFWPU Ireland" + description="Watch FFWPU Ireland videos on faith, family, the Divine Principle, Rev. Sun Myung Moon, and inspirational teaching resources." bodyClass="page-template-default page page-id-44 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/videos.html" + canonical="/videos.html" > <TwoColumnPage articleHtml={articleHtml} /> </SiteLayout> From 6af3cf60f78cde50842f8ed6257904b0924791b3 Mon Sep 17 00:00:00 2001 From: Loyyd <konradkunkel@gmx.de> Date: Thu, 11 Jun 2026 16:16:37 +0200 Subject: [PATCH 02/58] logo changed --- assets/icons/familyfed-favicon.png | Bin 0 -> 163526 bytes assets/icons/familyfed-logo.webp | Bin 0 -> 74818 bytes src/components/SiteLayout.astro | 2 ++ 3 files changed, 2 insertions(+) create mode 100644 assets/icons/familyfed-favicon.png create mode 100644 assets/icons/familyfed-logo.webp diff --git a/assets/icons/familyfed-favicon.png b/assets/icons/familyfed-favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..1c82fb241dbe9e6b67453c1b3820a26061d6ee2c GIT binary patch literal 163526 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 a1pYsspnR~j@4D^)0000<MNUMnLSTaYF>luZ literal 0 HcmV?d00001 diff --git a/assets/icons/familyfed-logo.webp b/assets/icons/familyfed-logo.webp new file mode 100644 index 0000000000000000000000000000000000000000..1f2c0d9a2b9f18935f10f26733a255436ab8062b GIT binary patch literal 74818 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 Y4gc1Ln?TlcwKSw{WuO26000000G$ga;s5{u literal 0 HcmV?d00001 diff --git a/src/components/SiteLayout.astro b/src/components/SiteLayout.astro index 82344a8e..ea40305c 100644 --- a/src/components/SiteLayout.astro +++ b/src/components/SiteLayout.astro @@ -38,6 +38,8 @@ const metaTitle = title {image && <meta property="og:image" content={image} />} <meta property="og:type" content={ogType} /> <meta name="twitter:card" content="summary_large_image" /> + <link rel="icon" href="/assets/icons/familyfed-favicon.png" type="image/png" /> + <link rel="apple-touch-icon" href="/assets/icons/familyfed-favicon.png" /> <link rel="stylesheet" id="content-blocks-css" href="/css/block-library.css?ver=6.6.5" type="text/css" media="all" /> <link rel="stylesheet" id="pdfprnt_frontend-css" href="/assets/vendor/pdf/css/frontend.css?ver=2.4.0" type="text/css" media="all" /> <link rel="stylesheet" id="parabola-fonts-css" href="/assets/theme/parabola/fonts/fontfaces.css?ver=2.4.1" type="text/css" media="all" /> From 2b450f027564e5b21487293865173e29733eadbe Mon Sep 17 00:00:00 2001 From: Loyyd <konradkunkel@gmx.de> Date: Thu, 11 Jun 2026 16:31:37 +0200 Subject: [PATCH 03/58] new deployment --- .forgejo/workflows/deploy.yml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 434f8d38..7963f5fa 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -1,13 +1,38 @@ on: push: branches: [main] + workflow_dispatch: + +concurrency: + group: deploy-main + cancel-in-progress: true jobs: deploy: - runs-on: docker + runs-on: self-hosted steps: - uses: actions/checkout@v4 + - name: Set up Node.js + uses: actions/setup-node@v4 + with: + node-version: 24 + cache: npm + + - name: Install dependencies + run: npm ci + + - name: Build Astro static site + run: | + rm -rf dist + npm run build + + - name: Verify static output + run: | + test -f dist/index.html + test -f dist/speeches/index.html + test -f dist/assets/icons/familyfed-favicon.png + - name: Restart Nomad allocation env: NOMAD_ADDR: ${{ secrets.NOMAD_ADDR }} From da2c4e921ff77378e1d5ed417433a6aa7bd8c2c9 Mon Sep 17 00:00:00 2001 From: Loyyd <konradkunkel@gmx.de> Date: Thu, 11 Jun 2026 16:39:17 +0200 Subject: [PATCH 04/58] Run Forgejo deploy workflow on host runner --- .forgejo/workflows/deploy.yml | 65 +++++++++++++++++------------------ 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 7963f5fa..7de05240 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -11,40 +11,39 @@ jobs: deploy: runs-on: self-hosted steps: - - uses: actions/checkout@v4 - - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: 24 - cache: npm - - - name: Install dependencies - run: npm ci - - - name: Build Astro static site - run: | - rm -rf dist - npm run build - - - name: Verify static output - run: | - test -f dist/index.html - test -f dist/speeches/index.html - test -f dist/assets/icons/familyfed-favicon.png - - - name: Restart Nomad allocation + - name: Build Astro and restart Nomad env: NOMAD_ADDR: ${{ secrets.NOMAD_ADDR }} NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} + REPO_URL: https://git.bcgen.ie/familyfedie/familyfedie-website.git run: | - set -e - ALLOC_ID=$(curl -sf \ - -H "X-Nomad-Token: $NOMAD_TOKEN" \ - "$NOMAD_ADDR/v1/job/familyfed/allocations" \ - | python3 -c "import sys,json; allocs=json.load(sys.stdin); print(next(a['ID'] for a in allocs if a['ClientStatus']=='running'))") - echo "Stopping allocation to trigger fresh prestart: $ALLOC_ID" - curl -sf -X POST \ - -H "X-Nomad-Token: $NOMAD_TOKEN" \ - "$NOMAD_ADDR/v1/allocation/$ALLOC_ID/stop" - echo "Deploy triggered — Nomad will schedule a new alloc that re-fetches the site." + set -eu + rm -rf source + export REF_NAME="${GITHUB_REF_NAME:-main}" + + nix --extra-experimental-features "nix-command flakes" \ + shell nixpkgs#git nixpkgs#nodejs_24 nixpkgs#curl nixpkgs#jq \ + -c sh -lc ' + set -eu + git clone --depth 1 --branch "$REF_NAME" "$REPO_URL" source + cd source + npm ci + rm -rf dist + npm run build + test -f dist/index.html + test -f dist/speeches/index.html + test -f dist/assets/icons/familyfed-favicon.png + + ALLOC_ID=$(curl -sf \ + -H "X-Nomad-Token: $NOMAD_TOKEN" \ + "$NOMAD_ADDR/v1/job/familyfed/allocations" \ + | jq -r "map(select(.ClientStatus == \"running\"))[0].ID") + + test -n "$ALLOC_ID" + test "$ALLOC_ID" != "null" + echo "Stopping allocation to trigger fresh prestart: $ALLOC_ID" + curl -sf -X POST \ + -H "X-Nomad-Token: $NOMAD_TOKEN" \ + "$NOMAD_ADDR/v1/allocation/$ALLOC_ID/stop" + echo "Deploy triggered. Nomad will schedule a new alloc that re-fetches the site." + ' From 2c41a374ec8dfbb3fa518055507f8fce7a3bf1f1 Mon Sep 17 00:00:00 2001 From: Loyyd <konradkunkel@gmx.de> Date: Thu, 11 Jun 2026 16:41:35 +0200 Subject: [PATCH 05/58] Fix host runner deploy commands --- .forgejo/workflows/deploy.yml | 50 +++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 7de05240..787303ae 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -22,28 +22,32 @@ jobs: export REF_NAME="${GITHUB_REF_NAME:-main}" nix --extra-experimental-features "nix-command flakes" \ - shell nixpkgs#git nixpkgs#nodejs_24 nixpkgs#curl nixpkgs#jq \ - -c sh -lc ' - set -eu - git clone --depth 1 --branch "$REF_NAME" "$REPO_URL" source - cd source - npm ci - rm -rf dist - npm run build - test -f dist/index.html - test -f dist/speeches/index.html - test -f dist/assets/icons/familyfed-favicon.png + shell nixpkgs#git \ + -c git clone --depth 1 --branch "$REF_NAME" "$REPO_URL" source - ALLOC_ID=$(curl -sf \ - -H "X-Nomad-Token: $NOMAD_TOKEN" \ - "$NOMAD_ADDR/v1/job/familyfed/allocations" \ - | jq -r "map(select(.ClientStatus == \"running\"))[0].ID") + cd source + nix --extra-experimental-features "nix-command flakes" \ + shell nixpkgs#nodejs_24 \ + -c npm ci + rm -rf dist + nix --extra-experimental-features "nix-command flakes" \ + shell nixpkgs#nodejs_24 \ + -c npm run build - test -n "$ALLOC_ID" - test "$ALLOC_ID" != "null" - echo "Stopping allocation to trigger fresh prestart: $ALLOC_ID" - curl -sf -X POST \ - -H "X-Nomad-Token: $NOMAD_TOKEN" \ - "$NOMAD_ADDR/v1/allocation/$ALLOC_ID/stop" - echo "Deploy triggered. Nomad will schedule a new alloc that re-fetches the site." - ' + test -f dist/index.html + test -f dist/speeches/index.html + test -f dist/assets/icons/familyfed-favicon.png + + ALLOC_ID=$(nix --extra-experimental-features "nix-command flakes" \ + shell nixpkgs#curl nixpkgs#jq \ + -c sh -c 'curl -sf -H "X-Nomad-Token: $NOMAD_TOKEN" "$NOMAD_ADDR/v1/job/familyfed/allocations" | jq -r "map(select(.ClientStatus == \"running\"))[0].ID"') + + test -n "$ALLOC_ID" + test "$ALLOC_ID" != "null" + echo "Stopping allocation to trigger fresh prestart: $ALLOC_ID" + nix --extra-experimental-features "nix-command flakes" \ + shell nixpkgs#curl \ + -c curl -sf -X POST \ + -H "X-Nomad-Token: $NOMAD_TOKEN" \ + "$NOMAD_ADDR/v1/allocation/$ALLOC_ID/stop" + echo "Deploy triggered. Nomad will schedule a new alloc that re-fetches the site." From 6387b4d92a063944d22866255dc9e7397ff603e3 Mon Sep 17 00:00:00 2001 From: Loyyd <konradkunkel@gmx.de> Date: Thu, 11 Jun 2026 17:13:37 +0200 Subject: [PATCH 06/58] calendar working --- css/site.css | 266 +++++++++++++++++ src/content/pages/contact.html | 9 +- src/content/pages/events.html | 510 ++++----------------------------- src/pages/contact.astro | 2 +- src/pages/events.astro | 346 +++++++++++++++++++--- 5 files changed, 633 insertions(+), 500 deletions(-) diff --git a/css/site.css b/css/site.css index 7c271722..9b1369c3 100644 --- a/css/site.css +++ b/css/site.css @@ -216,3 +216,269 @@ body.custom-background { background-color: #ffffff; } margin: 0; color: #5c5c56; } + +/* Static events calendar. */ +.events-calendar-page .entry-content { + max-width: 100%; +} + +.familyfed-calendar { + display: grid; + gap: 16px; +} + +.calendar-toolbar, +.calendar-actions { + display: flex; + flex-wrap: wrap; + gap: 10px; + align-items: center; +} + +.calendar-toolbar { + justify-content: space-between; +} + +.calendar-title { + margin: 0; + color: #333333; + font-size: 28px; + line-height: 1.2; + text-align: center; +} + +.calendar-nav-button, +.calendar-secondary-button { + min-height: 38px; + border: 1px solid #d8d8d0; + border-radius: 4px; + color: #333333; + background: #ffffff; + cursor: pointer; +} + +.calendar-nav-button { + width: 42px; + font-size: 26px; + line-height: 1; +} + +.calendar-secondary-button { + padding: 8px 12px; +} + +.calendar-nav-button:hover, +.calendar-nav-button:focus, +.calendar-secondary-button:hover, +.calendar-secondary-button:focus { + border-color: #bf4d28; + color: #bf4d28; +} + +.calendar-search { + display: grid; + gap: 5px; + min-width: min(100%, 280px); + color: #444444; + font-size: 12px; + font-weight: 700; + text-transform: uppercase; +} + +.calendar-search input { + box-sizing: border-box; + width: 100%; + min-height: 38px; + margin: 0; + text-transform: none; +} + +.calendar-layout { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(240px, 300px); + gap: 18px; + align-items: start; +} + +.calendar-grid-wrap, +.calendar-panel { + border: 1px solid #eeeeee; + border-radius: 6px; + background: #ffffff; +} + +.calendar-weekdays, +.calendar-grid { + display: grid; + grid-template-columns: repeat(7, minmax(0, 1fr)); +} + +.calendar-weekdays { + border-bottom: 1px solid #eeeeee; + background: #fbfbf8; +} + +.calendar-weekdays span { + padding: 10px 8px; + color: #5c5c56; + font-size: 12px; + font-weight: 700; + text-align: center; + text-transform: uppercase; +} + +.calendar-day { + display: grid; + grid-template-rows: auto 1fr; + gap: 6px; + min-height: 112px; + padding: 8px; + border: 0; + border-right: 1px solid #eeeeee; + border-bottom: 1px solid #eeeeee; + color: #333333; + background: #ffffff; + text-align: left; + cursor: pointer; +} + +.calendar-day:nth-child(7n) { + border-right: 0; +} + +.calendar-day:hover, +.calendar-day:focus { + outline: 2px solid #bf4d28; + outline-offset: -2px; +} + +.calendar-day-muted { + color: #8c8c86; + background: #fbfbf8; +} + +.calendar-day-today .calendar-day-number { + border-color: #d5e6b3; + color: #365d26; + background: #f2f7e8; +} + +.calendar-day-selected { + box-shadow: inset 0 0 0 2px #bf4d28; +} + +.calendar-day-number { + display: inline-flex; + align-items: center; + justify-content: center; + width: 28px; + min-height: 28px; + border: 1px solid transparent; + border-radius: 50%; + font-weight: 700; +} + +.calendar-day-events { + display: grid; + gap: 4px; + align-content: start; +} + +.calendar-event-pill, +.calendar-event-more { + overflow: hidden; + padding: 3px 6px; + border-radius: 4px; + font-size: 12px; + line-height: 1.25; + text-overflow: ellipsis; + white-space: nowrap; +} + +.calendar-event-pill { + color: #365d26; + background: #f2f7e8; +} + +.calendar-event-more { + color: #5c5c56; + background: #f7f7f2; +} + +.calendar-panel { + padding: 16px; +} + +.calendar-panel h3 { + margin: 0 0 12px; + font-size: 20px; +} + +.calendar-event-list { + display: grid; + gap: 12px; +} + +.calendar-event-card { + padding: 12px; + border: 1px solid #eeeeee; + border-radius: 6px; + background: #fbfbf8; +} + +.calendar-event-card h4 { + margin: 0 0 6px; + font-size: 18px; + line-height: 1.25; +} + +.calendar-event-card p { + margin: 0 0 7px; +} + +.calendar-event-date { + color: #5c5c56; + font-size: 12px; + font-weight: 700; + text-transform: uppercase; +} + +.calendar-empty { + margin: 0; + color: #5c5c56; +} + +@media (max-width: 900px) { + .calendar-layout { + grid-template-columns: 1fr; + } +} + +@media (max-width: 640px) { + .calendar-title { + font-size: 22px; + } + + .calendar-actions { + align-items: stretch; + } + + .calendar-actions > * { + width: 100%; + } + + .calendar-weekdays span { + padding: 8px 2px; + font-size: 11px; + } + + .calendar-day { + min-height: 78px; + padding: 5px; + } + + .calendar-event-pill, + .calendar-event-more { + font-size: 11px; + } +} diff --git a/src/content/pages/contact.html b/src/content/pages/contact.html index 8716e87b..22b68c99 100644 --- a/src/content/pages/contact.html +++ b/src/content/pages/contact.html @@ -5,9 +5,14 @@ <p>We’re conveniently located in Dublin City Centre, directly across from the James Joyce Center. Feel free to drop by anytime, since most days someone is around to offer you a cup of tea and a friendly chat about our beliefs.</p> <p>Our address is:</p> <p><strong>19 North Great Georges St.</strong><br /><strong> Dublin 1, Ireland</strong></p> -<p>Feel free to email us any questions you may have or to book an appointment to hear our lecture series of the Divine Principle or to organize a religious event at our church center: <a href="mailto:directors@familyfed.ie">directors@familyfed.ie</a></p> +<p>Feel free to email us any questions you may have or to book an appointment to hear our lecture series of the Divine Principle or to organize a religious event at our church center.</p> +<ul> + <li>Directors: <a href="mailto:directors@familyfed.ie">directors@familyfed.ie</a></li> + <li>General enquiries: <a href="mailto:info@familyfed.ie">info@familyfed.ie</a></li> + <li>Media: <a href="mailto:media@familyfed.ie">media@familyfed.ie</a></li> +</ul> -<form id="contact-form" class="contact-form" action="mailto:directors@familyfed.ie" method="post" enctype="text/plain"> +<form id="contact-form" class="contact-form" action="mailto:directors@familyfed.ie,info@familyfed.ie,media@familyfed.ie" method="post" enctype="text/plain"> <div class="contact-field"> <label for="contact-name">Name</label> <input id="contact-name" name="name" type="text" autocomplete="name" required /> diff --git a/src/content/pages/events.html b/src/content/pages/events.html index 37ce94b3..ce675a3c 100644 --- a/src/content/pages/events.html +++ b/src/content/pages/events.html @@ -1,465 +1,51 @@ <div id="main"> - <div id="forbottom" > - - <div style="clear:both;"> </div> + <div id="forbottom"> + <div style="clear:both;"></div> + <section id="container" class="one-column events-calendar-page"> + <div id="content" role="main"> + <div class="post page type-page status-publish hentry"> + <h1 class="entry-title">Events Calendar</h1> + <div class="entry-content"> + <div class="familyfed-calendar" data-calendar> + <div class="calendar-toolbar" aria-label="Calendar navigation"> + <button class="calendar-nav-button" type="button" data-calendar-prev aria-label="Previous month">‹</button> + <h2 id="calendar-month-title" class="calendar-title" aria-live="polite"></h2> + <button class="calendar-nav-button" type="button" data-calendar-next aria-label="Next month">›</button> + </div> - <div - class="tribe-common tribe-events tribe-events-view tribe-events-view--month" data-js="tribe-events-view" - data-view-rest-url="" - data-view-rest-method="POST" - data-view-manage-url="1" - data-view-breakpoint-pointer="6e6a5b20-7663-44a2-8449-8386cd314112" - > - <div class="tribe-common-l-container tribe-events-l-container"> - <div - class="tribe-events-view-loader tribe-common-a11y-hidden" - role="alert" - aria-live="polite" -> - <span class="tribe-events-view-loader__text tribe-common-a11y-visual-hide"> - Loading view. </span> - <div class="tribe-events-view-loader__dots tribe-common-c-loader"> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> - </div> + <div class="calendar-actions"> + <button class="calendar-secondary-button" type="button" data-calendar-today>This Month</button> + <label class="calendar-search"> + <span>Search events</span> + <input type="search" data-calendar-search autocomplete="off" placeholder="Search by title, location, or details" /> + </label> + <button class="calendar-secondary-button" type="button" data-calendar-export>Export Calendar</button> + </div> + + <div class="calendar-layout"> + <div class="calendar-grid-wrap"> + <div class="calendar-weekdays" aria-hidden="true"> + <span>Mon</span> + <span>Tue</span> + <span>Wed</span> + <span>Thu</span> + <span>Fri</span> + <span>Sat</span> + <span>Sun</span> + </div> + <div class="calendar-grid" role="grid" aria-labelledby="calendar-month-title" data-calendar-grid></div> + </div> + + <aside class="calendar-panel" aria-live="polite"> + <h3 data-calendar-panel-title>Upcoming Events</h3> + <div class="calendar-event-list" data-calendar-list></div> + </aside> + </div> + </div> + </div> + </div> + </div> + </section> + <div style="clear:both;"></div> + </div> </div> - - - <script data-js="tribe-events-view-data" type="application/json"> - {"slug":"month","prev_url":"\/events\/month\/2026-05\/","next_url":"\/events\/month\/2026-07\/","view_class":"Tribe\\Events\\Views\\V2\\Views\\Month_View","view_slug":"month","view_label":"Month","title":"FFWPU Ireland","events":{"2026-06-01":[],"2026-06-02":[],"2026-06-03":[],"2026-06-04":[],"2026-06-05":[],"2026-06-06":[],"2026-06-07":[],"2026-06-08":[],"2026-06-09":[],"2026-06-10":[],"2026-06-11":[],"2026-06-12":[],"2026-06-13":[],"2026-06-14":[],"2026-06-15":[],"2026-06-16":[],"2026-06-17":[],"2026-06-18":[],"2026-06-19":[],"2026-06-20":[],"2026-06-21":[],"2026-06-22":[],"2026-06-23":[],"2026-06-24":[],"2026-06-25":[],"2026-06-26":[],"2026-06-27":[],"2026-06-28":[],"2026-06-29":[],"2026-06-30":[],"2026-07-01":[],"2026-07-02":[],"2026-07-03":[],"2026-07-04":[],"2026-07-05":[]},"url":"\/events\/month\/","url_event_date":false,"bar":{"keyword":"","date":""},"today":"2026-06-09 00:00:00","now":"2026-06-09 02:33:21","rest_url":"","rest_method":"POST","rest_nonce":"","should_manage_url":true,"today_url":"\/events\/month\/","today_title":"Click to select the current month","today_label":"This Month","prev_label":"May","next_label":"Jul","date_formats":{"compact":"n\/j\/Y","month_and_year_compact":"n\/j\/Y","month_and_year":"F Y","time_range_separator":" - ","date_time_separator":" @ "},"messages":{"notice":["There are no upcoming events."]},"start_of_week":"1","header_title":"","header_title_element":"h1","content_title":"","breadcrumbs":[],"before_events":"","after_events":"\n<!--\nThis calendar is powered by The Events Calendar.\nhttp:\/\/evnt.is\/18wn\n-->\n","display_events_bar":true,"disable_event_search":false,"live_refresh":true,"ical":{"display_link":true,"link":{"url":"\/events\/month\/?ical=1","text":"Export Events","title":"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps"}},"container_classes":["tribe-common","tribe-events","tribe-events-view","tribe-events-view--month"],"container_data":[],"is_past":false,"breakpoints":{"xsmall":500,"medium":768,"full":960},"breakpoint_pointer":"6e6a5b20-7663-44a2-8449-8386cd314112","is_initial_load":true,"public_views":{"month":{"view_class":"Tribe\\Events\\Views\\V2\\Views\\Month_View","view_url":"\/events\/month\/","view_label":"Month"}},"show_latest_past":true,"today_date":"2026-06-09","grid_date":"2026-06-09","formatted_grid_date":"June 2026","formatted_grid_date_mobile":"6\/2026","days":{"2026-06-01":{"date":"2026-06-01","is_start_of_week":true,"year_number":"2026","month_number":"06","day_number":"1","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-01\/"},"2026-06-02":{"date":"2026-06-02","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"2","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-02\/"},"2026-06-03":{"date":"2026-06-03","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"3","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-03\/"},"2026-06-04":{"date":"2026-06-04","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"4","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-04\/"},"2026-06-05":{"date":"2026-06-05","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"5","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-05\/"},"2026-06-06":{"date":"2026-06-06","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"6","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-06\/"},"2026-06-07":{"date":"2026-06-07","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"7","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-07\/"},"2026-06-08":{"date":"2026-06-08","is_start_of_week":true,"year_number":"2026","month_number":"06","day_number":"8","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-08\/"},"2026-06-09":{"date":"2026-06-09","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"9","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-09\/"},"2026-06-10":{"date":"2026-06-10","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"10","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-10\/"},"2026-06-11":{"date":"2026-06-11","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"11","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-11\/"},"2026-06-12":{"date":"2026-06-12","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"12","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-12\/"},"2026-06-13":{"date":"2026-06-13","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"13","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-13\/"},"2026-06-14":{"date":"2026-06-14","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"14","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-14\/"},"2026-06-15":{"date":"2026-06-15","is_start_of_week":true,"year_number":"2026","month_number":"06","day_number":"15","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-15\/"},"2026-06-16":{"date":"2026-06-16","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"16","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-16\/"},"2026-06-17":{"date":"2026-06-17","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"17","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-17\/"},"2026-06-18":{"date":"2026-06-18","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"18","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-18\/"},"2026-06-19":{"date":"2026-06-19","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"19","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-19\/"},"2026-06-20":{"date":"2026-06-20","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"20","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-20\/"},"2026-06-21":{"date":"2026-06-21","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"21","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-21\/"},"2026-06-22":{"date":"2026-06-22","is_start_of_week":true,"year_number":"2026","month_number":"06","day_number":"22","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-22\/"},"2026-06-23":{"date":"2026-06-23","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"23","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-23\/"},"2026-06-24":{"date":"2026-06-24","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"24","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-24\/"},"2026-06-25":{"date":"2026-06-25","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"25","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-25\/"},"2026-06-26":{"date":"2026-06-26","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"26","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-26\/"},"2026-06-27":{"date":"2026-06-27","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"27","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-27\/"},"2026-06-28":{"date":"2026-06-28","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"28","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-28\/"},"2026-06-29":{"date":"2026-06-29","is_start_of_week":true,"year_number":"2026","month_number":"06","day_number":"29","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-29\/"},"2026-06-30":{"date":"2026-06-30","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"30","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-30\/"},"2026-07-01":{"date":"2026-07-01","is_start_of_week":false,"year_number":"2026","month_number":"07","day_number":"1","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-07-01\/"},"2026-07-02":{"date":"2026-07-02","is_start_of_week":false,"year_number":"2026","month_number":"07","day_number":"2","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-07-02\/"},"2026-07-03":{"date":"2026-07-03","is_start_of_week":false,"year_number":"2026","month_number":"07","day_number":"3","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-07-03\/"},"2026-07-04":{"date":"2026-07-04","is_start_of_week":false,"year_number":"2026","month_number":"07","day_number":"4","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-07-04\/"},"2026-07-05":{"date":"2026-07-05","is_start_of_week":false,"year_number":"2026","month_number":"07","day_number":"5","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-07-05\/"}},"next_month":"7","prev_month":"5","next_rel":"noindex","prev_rel":"noindex","mobile_messages":{"notice":{"no-events-in-day":"There are no events on this day."}},"grid_start_date":"2026-06-01","subscribe_links":{"gcal":{"label":"Google Calendar","single_label":"Add to Google Calendar","visible":true,"block_slug":"hasGoogleCalendar"},"ical":{"label":"iCalendar","single_label":"Add to iCalendar","visible":true,"block_slug":"hasiCal"},"outlook-365":{"label":"Outlook 365","single_label":"Outlook 365","visible":true,"block_slug":"hasOutlook365"},"outlook-live":{"label":"Outlook Live","single_label":"Outlook Live","visible":true,"block_slug":"hasOutlookLive"},"ics":{"label":"Export .ics file","single_label":"Export .ics file","visible":true,"block_slug":null},"outlook-ics":{"label":"Export Outlook .ics file","single_label":"Export Outlook .ics file","visible":true,"block_slug":null}},"_context":{"slug":"month"},"text":"Loading...","classes":["tribe-common-c-loader__dot","tribe-common-c-loader__dot--third"]}</script> - - - -<header class="tribe-events-header tribe-events-header--has-event-search" > - <div class="tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third" > - <div class="tribe-events-c-messages__message tribe-events-c-messages__message--notice" role="alert"> - <ul class="tribe-events-c-messages__message-list"> - <li - class="tribe-events-c-messages__message-list-item" - data-key="0" > - There are no upcoming events. </li> - </ul> - </div> - </div> - - <div class="tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile" > - <div class="tribe-events-c-messages__message tribe-events-c-messages__message--notice" role="alert"> - <ul class="tribe-events-c-messages__message-list"> - <li - class="tribe-events-c-messages__message-list-item" - data-key="0" > - There are no upcoming events. </li> - </ul> - </div> - </div> - - - - <div - class="tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border" data-js="tribe-events-events-bar" -> - - <h2 class="tribe-common-a11y-visual-hide"> - Events Search and Views Navigation </h2> - - <button - class="tribe-events-c-events-bar__search-button" - aria-controls="tribe-events-search-container" - aria-expanded="false" - data-js="tribe-events-search-button" -> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z"/></svg> - <span class="tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide"> - Search </span> -</button> - - <div - class="tribe-events-c-events-bar__search-container" - id="tribe-events-search-container" - data-js="tribe-events-search-container" - > - <div - class="tribe-events-c-events-bar__search" - id="tribe-events-events-bar-search" - data-js="tribe-events-events-bar-search" -> - <form - class="tribe-events-c-search tribe-events-c-events-bar__search-form" - method="get" - data-js="tribe-events-view-form" - role="search" - > - <input type="hidden" name="tribe-events-views[url]" value="/events/month/" /> - - <div class="tribe-events-c-search__input-group"> - <div - class="tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword" - data-js="tribe-events-events-bar-input-control" -> - <label class="tribe-common-form-control-text__label" for="tribe-events-events-bar-keyword"> - Enter Keyword. Search for Events by Keyword. </label> - <input - class="tribe-common-form-control-text__input tribe-events-c-search__input" - data-js="tribe-events-events-bar-input-control-input" - type="text" - id="tribe-events-events-bar-keyword" - name="tribe-events-views[tribe-bar-search]" - value="" - placeholder="Search for events" - aria-label="Enter Keyword. Search for events by Keyword." - /> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z"/></svg> -</div> - </div> - - <button - class="tribe-common-c-btn tribe-events-c-search__button" - type="submit" - name="submit-bar" -> - Find Events</button> - </form> -</div> - </div> - - <div class="tribe-events-c-events-bar__views"> - <h3 class="tribe-common-a11y-visual-hide"> - Event Views Navigation </h3> - <div class="tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs" data-js="tribe-events-view-selector"> - <button - class="tribe-events-c-view-selector__button tribe-common-c-btn__clear" - data-js="tribe-events-view-selector-button" - > - <span class="tribe-events-c-view-selector__button-icon"> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg" viewBox="0 0 18 19" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z" class="tribe-common-c-svgicon__svg-fill"/></svg> </span> - <span class="tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide"> - Month </span> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z" class="tribe-common-c-svgicon__svg-fill"/></svg> - </button> - <div - class="tribe-events-c-view-selector__content" - id="tribe-events-view-selector-content" - data-js="tribe-events-view-selector-list-container" -> - <ul class="tribe-events-c-view-selector__list"> - <li class="tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active"> - <a - href="#" - class="tribe-events-c-view-selector__list-item-link" - data-js="tribe-events-view-link" - > - <span class="tribe-events-c-view-selector__list-item-icon"> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg" viewBox="0 0 18 19" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z" class="tribe-common-c-svgicon__svg-fill"/></svg> </span> - <span class="tribe-events-c-view-selector__list-item-text"> - Month </span> - </a> -</li> - </ul> -</div> - </div> -</div> - -</div> - - - <div class="tribe-events-c-top-bar tribe-events-header__top-bar"> - - <nav class="tribe-events-c-top-bar__nav tribe-common-a11y-hidden"> - <ul class="tribe-events-c-top-bar__nav-list"> - <li class="tribe-events-c-top-bar__nav-list-item"> - <a - href="#" - class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev" - aria-label="Previous month" - title="Previous month" - data-js="tribe-events-view-link" - rel="noindex" - > - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z"/></svg> - </a> -</li> - - </ul> -</nav> - - <a - href="#" - class="tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden" - data-js="tribe-events-view-link" - aria-label="Click to select the current month" - title="Click to select the current month" -> - This Month</a> - - <div class="tribe-events-c-top-bar__datepicker"> - <button - class="tribe-common-c-btn__clear tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button" - data-js="tribe-events-top-bar-datepicker-button" - type="button" - aria-label="Click to toggle datepicker" - title="Click to toggle datepicker" - > - <time - datetime="2026-06" - class="tribe-events-c-top-bar__datepicker-time" - > - <span class="tribe-events-c-top-bar__datepicker-mobile"> - 6/2026 </span> - <span class="tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden"> - June 2026 </span> - </time> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z" class="tribe-common-c-svgicon__svg-fill"/></svg> - </button> - <label - class="tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide" - for="tribe-events-top-bar-date" - > - Select date. </label> - <input - type="text" - class="tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide" - data-js="tribe-events-top-bar-date" - id="tribe-events-top-bar-date" - name="tribe-events-views[tribe-bar-date]" - value="6/9/2026" - tabindex="-1" - autocomplete="off" - readonly="readonly" - /> - <div class="tribe-events-c-top-bar__datepicker-container" data-js="tribe-events-top-bar-datepicker-container"></div> - <template class="tribe-events-c-top-bar__datepicker-template-prev-icon"> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z"/></svg> - </template> - <template class="tribe-events-c-top-bar__datepicker-template-next-icon"> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z"/></svg> - </template> -</div> - - <div class="tribe-events-c-top-bar__actions tribe-common-a11y-hidden"> - </div> - -</div> -</header> - - - <div - class="tribe-events-calendar-month" - role="grid" - aria-labelledby="tribe-events-calendar-header" - aria-readonly="true" - data-js="tribe-events-month-grid" - > - - - - </div> - - <div class="tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile" > - <div class="tribe-events-c-messages__message tribe-events-c-messages__message--notice" role="alert"> - <ul class="tribe-events-c-messages__message-list"> - <li - class="tribe-events-c-messages__message-list-item" - data-key="0" > - There are no upcoming events. </li> - </ul> - </div> - </div> - - - <div class="tribe-events-calendar-latest-past"> - - <h2 class="tribe-events-calendar-latest-past__heading tribe-common-h5 tribe-common-h3--min-medium"> - Latest Past Events</h2> - - - <div class="tribe-common-g-row tribe-events-calendar-latest-past__event-row" > - - <div class="tribe-events-calendar-latest-past__event-date-tag tribe-common-g-col"> - <time class="tribe-events-calendar-latest-past__event-date-tag-datetime" datetime="2015-03-25" aria-hidden="true"> - <span class="tribe-events-calendar-latest-past__event-date-tag-month"> - Mar </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> - 25 </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-year"> - 2015 </span> - </time> -</div> - - <div class="tribe-events-calendar-latest-past__event-wrapper tribe-common-g-col"> - <article class="tribe-events-calendar-latest-past__event tribe-common-g-row tribe-common-g-row--gutters post-500 tribe_events type-tribe_events status-publish hentry tribe_events_cat-ahn-shi-il cat_ahn-shi-il" > - - <div class="tribe-events-calendar-latest-past__event-details tribe-common-g-col"> - - <header class="tribe-events-calendar-latest-past__event-header"> - <div class="tribe-events-calendar-latest-past__event-datetime-wrapper tribe-common-b2"> - <time class="tribe-events-calendar-latest-past__event-datetime" datetime="2015-03-25"> - <span class="tribe-event-date-start">March 25, 2015</span> </time> - </div> - <h3 class="tribe-events-calendar-latest-past__event-title tribe-common-h6 tribe-common-h4--min-medium"> - <a - href="#" - title="Ahn Shi Il" - rel="bookmark" - class="tribe-events-calendar-latest-past__event-title-link tribe-common-anchor-thin" - > - Ahn Shi Il </a> -</h3> - </header> - - - </div> - </article> - </div> - -</div> - - - <div class="tribe-common-g-row tribe-events-calendar-latest-past__event-row" > - - <div class="tribe-events-calendar-latest-past__event-date-tag tribe-common-g-col"> - <time class="tribe-events-calendar-latest-past__event-date-tag-datetime" datetime="2015-03-17" aria-hidden="true"> - <span class="tribe-events-calendar-latest-past__event-date-tag-month"> - Mar </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> - 17 </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-year"> - 2015 </span> - </time> -</div> - - <div class="tribe-events-calendar-latest-past__event-wrapper tribe-common-g-col"> - <article class="tribe-events-calendar-latest-past__event tribe-common-g-row tribe-common-g-row--gutters post-499 tribe_events type-tribe_events status-publish hentry tribe_events_cat-ahn-shi-il cat_ahn-shi-il" > - - <div class="tribe-events-calendar-latest-past__event-details tribe-common-g-col"> - - <header class="tribe-events-calendar-latest-past__event-header"> - <div class="tribe-events-calendar-latest-past__event-datetime-wrapper tribe-common-b2"> - <time class="tribe-events-calendar-latest-past__event-datetime" datetime="2015-03-17"> - <span class="tribe-event-date-start">March 17, 2015</span> </time> - </div> - <h3 class="tribe-events-calendar-latest-past__event-title tribe-common-h6 tribe-common-h4--min-medium"> - <a - href="#" - title="Ahn Shi Il" - rel="bookmark" - class="tribe-events-calendar-latest-past__event-title-link tribe-common-anchor-thin" - > - Ahn Shi Il </a> -</h3> - </header> - - - </div> - </article> - </div> - -</div> - - - <div class="tribe-common-g-row tribe-events-calendar-latest-past__event-row" > - - <div class="tribe-events-calendar-latest-past__event-date-tag tribe-common-g-col"> - <time class="tribe-events-calendar-latest-past__event-date-tag-datetime" datetime="2015-03-09" aria-hidden="true"> - <span class="tribe-events-calendar-latest-past__event-date-tag-month"> - Mar </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> - 9 </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-year"> - 2015 </span> - </time> -</div> - - <div class="tribe-events-calendar-latest-past__event-wrapper tribe-common-g-col"> - <article class="tribe-events-calendar-latest-past__event tribe-common-g-row tribe-common-g-row--gutters post-497 tribe_events type-tribe_events status-publish hentry tribe_events_cat-ahn-shi-il cat_ahn-shi-il" > - - <div class="tribe-events-calendar-latest-past__event-details tribe-common-g-col"> - - <header class="tribe-events-calendar-latest-past__event-header"> - <div class="tribe-events-calendar-latest-past__event-datetime-wrapper tribe-common-b2"> - <time class="tribe-events-calendar-latest-past__event-datetime" datetime="2015-03-09"> - <span class="tribe-event-date-start">March 9, 2015</span> </time> - </div> - <h3 class="tribe-events-calendar-latest-past__event-title tribe-common-h6 tribe-common-h4--min-medium"> - <a - href="#" - title="Ahn Shi Il" - rel="bookmark" - class="tribe-events-calendar-latest-past__event-title-link tribe-common-anchor-thin" - > - Ahn Shi Il </a> -</h3> - </header> - - - </div> - </article> - </div> - -</div> - - -</div> - - <div class="tribe-events-after-html"> - -<!-- -This calendar is powered by The Events Calendar. -http://evnt.is/18wn ---> -</div> - - </div> - -</div> - -<script class="tribe-events-breakpoints"> - ( function () { - var completed = false; - - function initBreakpoints() { - if ( completed ) { - // This was fired already and completed no need to attach to the event listener. - document.removeEventListener( 'DOMContentLoaded', initBreakpoints ); - return; - } - - if ( 'undefined' === typeof window.tribe ) { - return; - } - - if ( 'undefined' === typeof window.tribe.events ) { - return; - } - - if ( 'undefined' === typeof window.tribe.events.views ) { - return; - } - - if ( 'undefined' === typeof window.tribe.events.views.breakpoints ) { - return; - } - - if ( 'function' !== typeof (window.tribe.events.views.breakpoints.setup) ) { - return; - } - - var container = document.querySelectorAll( '[data-view-breakpoint-pointer="6e6a5b20-7663-44a2-8449-8386cd314112"]' ); - if ( ! container ) { - return; - } - - window.tribe.events.views.breakpoints.setup( container ); - completed = true; - // This was fired already and completed no need to attach to the event listener. - document.removeEventListener( 'DOMContentLoaded', initBreakpoints ); - } - - // Try to init the breakpoints right away. - initBreakpoints(); - document.addEventListener( 'DOMContentLoaded', initBreakpoints ); - })(); -</script> -<script data-js='tribe-events-view-nonce-data' type='application/json'>{"_tec_view_rest_nonce_primary":"bfc5182d3a","_tec_view_rest_nonce_secondary":""}</script> <div style="clear:both;"></div> - </div> <!-- #forbottom --> - </div><!-- #main --> diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 211d7475..8fafbe9e 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -47,7 +47,7 @@ import articleHtml from "../content/pages/contact.html?raw"; status.textContent = "Opening your email app with the message ready to send."; } - window.location.href = `mailto:directors@familyfed.ie?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`; + window.location.href = `mailto:directors@familyfed.ie,info@familyfed.ie,media@familyfed.ie?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`; }); })(); </script> diff --git a/src/pages/events.astro b/src/pages/events.astro index cc4e05d9..2f2dcd5f 100644 --- a/src/pages/events.astro +++ b/src/pages/events.astro @@ -9,41 +9,317 @@ import mainHtml from "../content/pages/events.html?raw"; bodyClass="archive post-type-archive post-type-archive-tribe_events custom-background tribe-events-page-template tribe-no-js tribe-filter-live metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/events.html" canonical="/events.html" - robots="noindex, follow, max-image-preview:large" > - <Fragment slot="head"> - <link rel="stylesheet" id="tec-variables-skeleton-css" href="/assets/vendor/events-calendar/common/src/resources/css/variables-skeleton.min.css?ver=6.3.2" type="text/css" media="all" /> - <link rel="stylesheet" id="tec-variables-full-css" href="/assets/vendor/events-calendar/common/src/resources/css/variables-full.min.css?ver=6.3.2" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-common-skeleton-style-css" href="/assets/vendor/events-calendar/common/src/resources/css/common-skeleton.min.css?ver=6.3.2" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-common-full-style-css" href="/assets/vendor/events-calendar/common/src/resources/css/common-full.min.css?ver=6.3.2" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-events-views-v2-bootstrap-datepicker-styles-css" href="/assets/vendor/events-calendar/vendor/bootstrap-datepicker/css/bootstrap-datepicker.standalone.min.css?ver=6.8.2.1" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-tooltipster-css-css" href="/assets/vendor/events-calendar/common/vendor/tooltipster/tooltipster.bundle.min.css?ver=6.3.2" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-events-views-v2-skeleton-css" href="/assets/vendor/events-calendar/src/resources/css/views-skeleton.min.css?ver=6.8.2.1" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-events-views-v2-full-css" href="/assets/vendor/events-calendar/src/resources/css/views-full.min.css?ver=6.8.2.1" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-events-views-v2-print-css" href="/assets/vendor/events-calendar/src/resources/css/views-print.min.css?ver=6.8.2.1" type="text/css" media="print" /> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/common/src/resources/js/tribe-common.min.js?ver=6.3.2" id="tribe-common-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/breakpoints.min.js?ver=6.8.2.1" id="tribe-events-views-v2-breakpoints-js"></script> - </Fragment> <Fragment set:html={mainHtml} /> - <Fragment slot="scripts"> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/viewport.min.js?ver=6.8.2.1" id="tribe-events-views-v2-viewport-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/accordion.min.js?ver=6.8.2.1" id="tribe-events-views-v2-accordion-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/view-selector.min.js?ver=6.8.2.1" id="tribe-events-views-v2-view-selector-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/vendor/bootstrap-datepicker/js/bootstrap-datepicker.min.js?ver=6.8.2.1" id="tribe-events-views-v2-bootstrap-datepicker-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/datepicker.min.js?ver=6.8.2.1" id="tribe-events-views-v2-datepicker-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/ical-links.min.js?ver=6.8.2.1" id="tribe-events-views-v2-ical-links-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/events-bar-inputs.min.js?ver=6.8.2.1" id="tribe-events-views-v2-events-bar-inputs-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/events-bar.min.js?ver=6.8.2.1" id="tribe-events-views-v2-events-bar-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/common/vendor/tooltipster/tooltipster.bundle.min.js?ver=6.3.2" id="tribe-tooltipster-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/tooltip.min.js?ver=6.8.2.1" id="tribe-events-views-v2-tooltip-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/navigation-scroll.min.js?ver=6.8.2.1" id="tribe-events-views-v2-navigation-scroll-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/multiday-events.min.js?ver=6.8.2.1" id="tribe-events-views-v2-multiday-events-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/month-mobile-events.min.js?ver=6.8.2.1" id="tribe-events-views-v2-month-mobile-events-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/month-grid.min.js?ver=6.8.2.1" id="tribe-events-views-v2-month-grid-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/common/src/resources/js/utils/query-string.min.js?ver=6.3.2" id="tribe-query-string-js"></script> - <script is:inline src="/assets/vendor/events-calendar/common/src/resources/js/underscore-before.js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/underscore.min.js?ver=1.13.4" id="underscore-js"></script> - <script is:inline src="/assets/vendor/events-calendar/common/src/resources/js/underscore-after.js"></script> - <script is:inline defer type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/manager.min.js?ver=6.8.2.1" id="tribe-events-views-v2-manager-js"></script> - </Fragment> + <script is:inline slot="scripts"> + (() => { + const calendar = document.querySelector("[data-calendar]"); + + if (!calendar) { + return; + } + + const recurringEvents = [ + { + id: "sunday-service", + title: "Sunday Service", + startTime: "11:00", + endTime: "12:00", + location: "19 North Great Georges St., Dublin 1, Ireland", + details: "Weekly Sunday Service video upload and community worship.", + url: "/services.html", + weekday: 0, + }, + ]; + + const monthTitle = calendar.querySelector("[data-calendar-panel-title]"); + const grid = calendar.querySelector("[data-calendar-grid]"); + const list = calendar.querySelector("[data-calendar-list]"); + const title = calendar.querySelector("#calendar-month-title"); + const search = calendar.querySelector("[data-calendar-search]"); + const today = new Date(); + let visibleMonth = new Date(today.getFullYear(), today.getMonth(), 1); + let selectedDate = toDateKey(today); + + const monthFormatter = new Intl.DateTimeFormat("en-IE", { month: "long", year: "numeric" }); + const dayFormatter = new Intl.DateTimeFormat("en-IE", { weekday: "long", day: "numeric", month: "long", year: "numeric" }); + + function pad(value) { + return String(value).padStart(2, "0"); + } + + function toDateKey(date) { + return `${date.getFullYear()}-${pad(date.getMonth() + 1)}-${pad(date.getDate())}`; + } + + function fromDateKey(key) { + const [year, month, day] = key.split("-").map(Number); + return new Date(year, month - 1, day); + } + + function addDays(date, days) { + const next = new Date(date); + next.setDate(next.getDate() + days); + return next; + } + + function isSameMonth(date, month) { + return date.getFullYear() === month.getFullYear() && date.getMonth() === month.getMonth(); + } + + function monthStartGridDate(month) { + const first = new Date(month.getFullYear(), month.getMonth(), 1); + const mondayIndex = (first.getDay() + 6) % 7; + return addDays(first, -mondayIndex); + } + + function monthEndGridDate(month) { + const last = new Date(month.getFullYear(), month.getMonth() + 1, 0); + const sundayIndex = (7 - last.getDay()) % 7; + return addDays(last, sundayIndex); + } + + function eventMatchesQuery(event) { + const query = String(search?.value || "").trim().toLowerCase(); + + if (!query) { + return true; + } + + return [event.title, event.location, event.details] + .join(" ") + .toLowerCase() + .includes(query); + } + + function eventsBetween(start, end) { + const events = []; + + for (let date = new Date(start); date <= end; date = addDays(date, 1)) { + for (const recurringEvent of recurringEvents) { + if (date.getDay() !== recurringEvent.weekday) { + continue; + } + + const dateKey = toDateKey(date); + events.push({ + ...recurringEvent, + id: `${recurringEvent.id}-${dateKey}`, + date: dateKey, + }); + } + } + + return events.filter(eventMatchesQuery); + } + + function formatEventTime(event) { + return `${event.startTime} - ${event.endTime}`; + } + + function renderGrid() { + const start = monthStartGridDate(visibleMonth); + const end = monthEndGridDate(visibleMonth); + const events = eventsBetween(start, end); + const eventsByDate = new Map(); + + for (const event of events) { + const dayEvents = eventsByDate.get(event.date) || []; + dayEvents.push(event); + eventsByDate.set(event.date, dayEvents); + } + + title.textContent = monthFormatter.format(visibleMonth); + grid.innerHTML = ""; + + for (let date = new Date(start); date <= end; date = addDays(date, 1)) { + const dateKey = toDateKey(date); + const dayEvents = eventsByDate.get(dateKey) || []; + const cell = document.createElement("button"); + cell.type = "button"; + cell.className = "calendar-day"; + cell.dataset.date = dateKey; + cell.setAttribute("role", "gridcell"); + cell.setAttribute("aria-label", `${dayFormatter.format(date)}${dayEvents.length ? `, ${dayEvents.length} event` : ""}`); + + if (!isSameMonth(date, visibleMonth)) { + cell.classList.add("calendar-day-muted"); + } + + if (dateKey === toDateKey(today)) { + cell.classList.add("calendar-day-today"); + } + + if (dateKey === selectedDate) { + cell.classList.add("calendar-day-selected"); + cell.setAttribute("aria-selected", "true"); + } + + const number = document.createElement("span"); + number.className = "calendar-day-number"; + number.textContent = String(date.getDate()); + cell.append(number); + + const eventStack = document.createElement("span"); + eventStack.className = "calendar-day-events"; + for (const event of dayEvents.slice(0, 2)) { + const pill = document.createElement("span"); + pill.className = "calendar-event-pill"; + pill.textContent = event.title; + eventStack.append(pill); + } + + if (dayEvents.length > 2) { + const more = document.createElement("span"); + more.className = "calendar-event-more"; + more.textContent = `+${dayEvents.length - 2} more`; + eventStack.append(more); + } + + cell.append(eventStack); + cell.addEventListener("click", () => { + selectedDate = dateKey; + render(); + }); + grid.append(cell); + } + } + + function renderList() { + const selected = fromDateKey(selectedDate); + const monthStart = new Date(visibleMonth.getFullYear(), visibleMonth.getMonth(), 1); + const monthEnd = new Date(visibleMonth.getFullYear(), visibleMonth.getMonth() + 1, 0); + const selectedEvents = eventsBetween(selected, selected); + const upcomingEvents = eventsBetween(monthStart, monthEnd) + .filter((event) => event.date >= toDateKey(today)) + .slice(0, 8); + const events = selectedEvents.length ? selectedEvents : upcomingEvents; + + monthTitle.textContent = selectedEvents.length + ? dayFormatter.format(selected) + : "Upcoming Events"; + list.innerHTML = ""; + + if (!events.length) { + const empty = document.createElement("p"); + empty.className = "calendar-empty"; + empty.textContent = "No matching events for this view."; + list.append(empty); + return; + } + + for (const event of events) { + const item = document.createElement("article"); + item.className = "calendar-event-card"; + const eventDate = fromDateKey(event.date); + + const date = document.createElement("p"); + date.className = "calendar-event-date"; + date.textContent = dayFormatter.format(eventDate); + + const heading = document.createElement("h4"); + heading.textContent = event.title; + + const time = document.createElement("p"); + time.textContent = formatEventTime(event); + + const location = document.createElement("p"); + location.textContent = event.location; + + const details = document.createElement("p"); + details.textContent = event.details; + + const link = document.createElement("a"); + link.href = event.url; + link.textContent = "Sunday Services"; + + item.append(date, heading, time, location, details, link); + list.append(item); + } + } + + function icsDate(dateKey, time) { + const [year, month, day] = dateKey.split("-"); + const [hours, minutes] = time.split(":"); + return `${year}${month}${day}T${hours}${minutes}00`; + } + + function escapeIcs(value) { + return String(value) + .replace(/\\/g, "\\\\") + .replace(/;/g, "\\;") + .replace(/,/g, "\\,") + .replace(/\n/g, "\\n"); + } + + function exportCalendar() { + const start = new Date(today.getFullYear(), today.getMonth(), 1); + const end = new Date(today.getFullYear() + 1, today.getMonth() + 1, 0); + const events = eventsBetween(start, end); + const stamp = new Date().toISOString().replace(/[-:]/g, "").replace(/\.\d{3}Z$/, "Z"); + const lines = [ + "BEGIN:VCALENDAR", + "VERSION:2.0", + "PRODID:-//FFWPU Ireland//Events Calendar//EN", + "CALSCALE:GREGORIAN", + "METHOD:PUBLISH", + ]; + + for (const event of events) { + lines.push( + "BEGIN:VEVENT", + `UID:${event.id}@familyfed.ie`, + `DTSTAMP:${stamp}`, + `DTSTART:${icsDate(event.date, event.startTime)}`, + `DTEND:${icsDate(event.date, event.endTime)}`, + `SUMMARY:${escapeIcs(event.title)}`, + `DESCRIPTION:${escapeIcs(event.details)}`, + `LOCATION:${escapeIcs(event.location)}`, + `URL:https://familyfed.bcgen.ie${event.url}`, + "END:VEVENT", + ); + } + + lines.push("END:VCALENDAR"); + + const blob = new Blob([lines.join("\r\n")], { type: "text/calendar;charset=utf-8" }); + const url = URL.createObjectURL(blob); + const link = document.createElement("a"); + link.href = url; + link.download = "familyfed-events.ics"; + document.body.append(link); + link.click(); + link.remove(); + URL.revokeObjectURL(url); + } + + function render() { + renderGrid(); + renderList(); + } + + calendar.querySelector("[data-calendar-prev]")?.addEventListener("click", () => { + visibleMonth = new Date(visibleMonth.getFullYear(), visibleMonth.getMonth() - 1, 1); + selectedDate = toDateKey(new Date(visibleMonth.getFullYear(), visibleMonth.getMonth(), 1)); + render(); + }); + + calendar.querySelector("[data-calendar-next]")?.addEventListener("click", () => { + visibleMonth = new Date(visibleMonth.getFullYear(), visibleMonth.getMonth() + 1, 1); + selectedDate = toDateKey(new Date(visibleMonth.getFullYear(), visibleMonth.getMonth(), 1)); + render(); + }); + + calendar.querySelector("[data-calendar-today]")?.addEventListener("click", () => { + visibleMonth = new Date(today.getFullYear(), today.getMonth(), 1); + selectedDate = toDateKey(today); + render(); + }); + + calendar.querySelector("[data-calendar-export]")?.addEventListener("click", exportCalendar); + search?.addEventListener("input", render); + + render(); + })(); + </script> </SiteLayout> From 1cce3ddc8980c18c2bf023c050df936c66d444fd Mon Sep 17 00:00:00 2001 From: Loyyd <konradkunkel@gmx.de> Date: Thu, 11 Jun 2026 17:44:58 +0200 Subject: [PATCH 07/58] new IP --- astro.config.mjs | 1 + src/components/SiteLayout.astro | 9 ++++++--- src/pages/events.astro | 3 ++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 33c3ea43..b1b39a5a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,6 +1,7 @@ import { defineConfig } from "astro/config"; export default defineConfig({ + site: "https://familyfed.ie", output: "static", outDir: "dist", build: { diff --git a/src/components/SiteLayout.astro b/src/components/SiteLayout.astro index ea40305c..b56edd27 100644 --- a/src/components/SiteLayout.astro +++ b/src/components/SiteLayout.astro @@ -14,7 +14,10 @@ const { parabolaSettings = { masonry: "0", magazine: "0", mobile: "1", fitvids: "1" }, } = Astro.props; const parabolaSettingsScript = `var parabola_settings = ${JSON.stringify(parabolaSettings)};`; -const canonicalUrl = canonical ?? pathname; +const siteOrigin = Astro.site?.origin ?? "https://familyfed.ie"; +const absoluteUrl = (value) => value ? new URL(value, siteOrigin).toString() : undefined; +const canonicalUrl = absoluteUrl(canonical ?? pathname); +const imageUrl = absoluteUrl(image); const metaTitle = title .replace(/–|–/g, "-") .replace(/‘|’|‘|’/g, "'") @@ -27,7 +30,6 @@ const metaTitle = title <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <slot name="head" /> <title set:html={title} /> {description && <meta name="description" content={description} />} {robots && <meta name="robots" content={robots} />} @@ -35,7 +37,7 @@ const metaTitle = title <meta property="og:title" content={metaTitle} /> {description && <meta property="og:description" content={description} />} {canonicalUrl && <meta property="og:url" content={canonicalUrl} />} - {image && <meta property="og:image" content={image} />} + {imageUrl && <meta property="og:image" content={imageUrl} />} <meta property="og:type" content={ogType} /> <meta name="twitter:card" content="summary_large_image" /> <link rel="icon" href="/assets/icons/familyfed-favicon.png" type="image/png" /> @@ -50,6 +52,7 @@ const metaTitle = title <script is:inline type="text/javascript" src="/js/jquery.min.js?ver=2.0.2" id="jquery-js"></script> <script is:inline type="text/javascript" id="parabola-frontend-js-extra" set:html={parabolaSettingsScript}></script> <script is:inline type="text/javascript" src="/assets/theme/parabola/js/frontend.js?ver=2.4.1" id="parabola-frontend-js"></script> + <slot name="head" /> {canonicalUrl && <link rel="canonical" href={canonicalUrl} />} </head> <body class={bodyClass}> diff --git a/src/pages/events.astro b/src/pages/events.astro index 2f2dcd5f..650e8ac2 100644 --- a/src/pages/events.astro +++ b/src/pages/events.astro @@ -257,6 +257,7 @@ import mainHtml from "../content/pages/events.html?raw"; const end = new Date(today.getFullYear() + 1, today.getMonth() + 1, 0); const events = eventsBetween(start, end); const stamp = new Date().toISOString().replace(/[-:]/g, "").replace(/\.\d{3}Z$/, "Z"); + const siteUrl = "https://familyfed.ie"; const lines = [ "BEGIN:VCALENDAR", "VERSION:2.0", @@ -275,7 +276,7 @@ import mainHtml from "../content/pages/events.html?raw"; `SUMMARY:${escapeIcs(event.title)}`, `DESCRIPTION:${escapeIcs(event.details)}`, `LOCATION:${escapeIcs(event.location)}`, - `URL:https://familyfed.bcgen.ie${event.url}`, + `URL:${siteUrl}${event.url}`, "END:VEVENT", ); } From e0a79bf5ef9d530798d3bf37fb8d02aad36d7506 Mon Sep 17 00:00:00 2001 From: Loyyd <konradkunkel@gmx.de> Date: Thu, 11 Jun 2026 19:46:55 +0200 Subject: [PATCH 08/58] Remove speech archive categories --- css/site.css | 10 ++++------ src/pages/speeches/index.astro | 28 +++------------------------- 2 files changed, 7 insertions(+), 31 deletions(-) diff --git a/css/site.css b/css/site.css index 9b1369c3..c75d99cb 100644 --- a/css/site.css +++ b/css/site.css @@ -30,7 +30,7 @@ body.custom-background { background-color: #ffffff; } .speech-filters { display: grid; - grid-template-columns: minmax(240px, 2fr) repeat(3, minmax(150px, 1fr)) auto; + grid-template-columns: minmax(240px, 2fr) repeat(2, minmax(150px, 1fr)) auto; gap: 12px; align-items: end; margin: 0 0 18px; @@ -100,18 +100,16 @@ body.custom-background { background-color: #ffffff; } } .speech-result p { - margin: 0 0 10px; + margin: 0; } -.speech-result-meta, -.speech-result-categories { +.speech-result-meta { display: flex; flex-wrap: wrap; gap: 6px; } -.speech-result-meta span, -.speech-result-categories span { +.speech-result-meta span { display: inline-flex; align-items: center; min-height: 22px; diff --git a/src/pages/speeches/index.astro b/src/pages/speeches/index.astro index 0165085b..d37f001b 100644 --- a/src/pages/speeches/index.astro +++ b/src/pages/speeches/index.astro @@ -5,12 +5,11 @@ import { getSpeechArchive, uniqueSorted } from "../../lib/speeches"; const speeches = getSpeechArchive(); const years = uniqueSorted(speeches.map((speech) => speech.year), "desc"); const speakers = uniqueSorted(speeches.map((speech) => speech.speaker)); -const categories = uniqueSorted(speeches.flatMap((speech) => speech.categories.length ? speech.categories : [speech.category])); --- <SiteLayout title="Speeches Archive – FFWPU Ireland" - description="Search the FFWPU Ireland archive of speeches by Rev. Sun Myung Moon and Dr. Hak Ja Han Moon by year, speaker, category, and text." + description="Search the FFWPU Ireland archive of speeches by Rev. Sun Myung Moon and Dr. Hak Ja Han Moon by year, speaker, and text." bodyClass="page-template page-template-templates page-template-template-onecolumn page-template-templatestemplate-onecolumn-php page custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/speeches/" canonical="/speeches/" @@ -47,14 +46,6 @@ const categories = uniqueSorted(speeches.flatMap((speech) => speech.categories.l </select> </div> - <div class="speech-filter"> - <label for="speech-category">Category</label> - <select id="speech-category" name="category"> - <option value="">All categories</option> - {categories.map((category) => <option value={category}>{category}</option>)} - </select> - </div> - <button class="speech-reset" type="reset">Reset filters</button> </form> @@ -74,9 +65,6 @@ const categories = uniqueSorted(speeches.flatMap((speech) => speech.categories.l <a href={speech.url}>{speech.title}</a> </h2> <p>{speech.excerpt}</p> - <div class="speech-result-categories"> - {(speech.categories.length ? speech.categories : [speech.category]).map((category) => <span>{category}</span>)} - </div> </article> )) } @@ -98,9 +86,8 @@ const categories = uniqueSorted(speeches.flatMap((speech) => speech.categories.l const searchInput = document.getElementById("speech-search"); const yearSelect = document.getElementById("speech-year"); const speakerSelect = document.getElementById("speech-speaker"); - const categorySelect = document.getElementById("speech-category"); - if (!form || !results || !count || !searchInput || !yearSelect || !speakerSelect || !categorySelect) { + if (!form || !results || !count || !searchInput || !yearSelect || !speakerSelect) { return; } @@ -120,7 +107,6 @@ const categories = uniqueSorted(speeches.flatMap((speech) => speech.categories.l q: searchInput.value.trim(), year: yearSelect.value, speaker: speakerSelect.value, - category: categorySelect.value, }; } @@ -141,7 +127,6 @@ const categories = uniqueSorted(speeches.flatMap((speech) => speech.categories.l searchInput.value = params.get("q") || ""; yearSelect.value = params.get("year") || ""; speakerSelect.value = params.get("speaker") || ""; - categorySelect.value = params.get("category") || ""; } function matchesSpeech(speech, filters) { @@ -151,9 +136,6 @@ const categories = uniqueSorted(speeches.flatMap((speech) => speech.categories.l if (filters.speaker && speech.speaker !== filters.speaker) { return false; } - if (filters.category && !speech.categories.includes(filters.category) && speech.category !== filters.category) { - return false; - } if (!filters.q) { return true; } @@ -188,11 +170,7 @@ const categories = uniqueSorted(speeches.flatMap((speech) => speech.categories.l const excerpt = document.createElement("p"); excerpt.textContent = speech.excerpt; - const categories = document.createElement("div"); - categories.className = "speech-result-categories"; - appendMeta(categories, speech.categories.length ? speech.categories : [speech.category]); - - article.append(meta, title, excerpt, categories); + article.append(meta, title, excerpt); return article; } From 71ac3aae26a981859573e7d1a628700f72104a4c Mon Sep 17 00:00:00 2001 From: Workshop Bot <workshop-bot@bcgen.ie> Date: Thu, 11 Jun 2026 17:51:26 +0000 Subject: [PATCH 09/58] Clean up events calendar --- css/site.css | 232 ++++++++++++++ src/content/pages/events.html | 569 +++++++--------------------------- src/pages/events.astro | 36 +-- 3 files changed, 340 insertions(+), 497 deletions(-) diff --git a/css/site.css b/css/site.css index 7c271722..b6efa167 100644 --- a/css/site.css +++ b/css/site.css @@ -158,6 +158,238 @@ body.custom-background { background-color: #ffffff; } } } +/* Events calendar. */ +.events-page-shell { + box-sizing: border-box; + width: min(1100px, calc(100% - 40px)); + margin: 0 auto; + padding: 28px 0 44px; +} + +.events-page-header { + margin: 0 0 22px; +} + +.events-page-kicker { + margin: 0 0 6px; + color: #5f7f38; + font-size: 13px; + font-weight: 700; + letter-spacing: 0; + text-transform: uppercase; +} + +.events-page-header h1, +.events-calendar-heading h2, +.events-past h2, +.events-past-item h3 { + color: #2f332c; +} + +.events-page-header h1 { + margin: 0 0 8px; + font-size: 32px; + line-height: 1.18; +} + +.events-page-header p:last-child { + max-width: 680px; + margin: 0; + color: #5a5d56; + font-size: 16px; + line-height: 1.55; +} + +.events-calendar-panel, +.events-past { + border: 1px solid #e5e2d8; + border-radius: 8px; + background: #ffffff; +} + +.events-calendar-panel { + overflow: hidden; +} + +.events-calendar-heading { + display: flex; + flex-wrap: wrap; + gap: 12px 18px; + align-items: center; + justify-content: space-between; + padding: 20px 22px; + border-bottom: 1px solid #e5e2d8; + background: #fafbf7; +} + +.events-calendar-heading h2, +.events-past h2 { + margin: 0; + font-size: 24px; + line-height: 1.25; +} + +.events-calendar-heading p { + margin: 0; + padding: 7px 11px; + border: 1px solid #d6e3c1; + border-radius: 999px; + color: #3d662c; + background: #f0f7e8; + font-size: 14px; + line-height: 1.25; +} + +.events-calendar-grid { + display: grid; + grid-template-columns: repeat(7, minmax(0, 1fr)); + background: #e9e5db; + gap: 1px; +} + +.events-calendar-weekday, +.events-calendar-day { + box-sizing: border-box; + min-width: 0; + background: #ffffff; +} + +.events-calendar-weekday { + min-height: 42px; + padding: 12px 8px; + color: #676961; + font-size: 12px; + font-weight: 700; + line-height: 1.2; + text-align: center; + text-transform: uppercase; +} + +.events-calendar-day { + display: flex; + align-items: flex-start; + min-height: 92px; + padding: 10px; + color: #34372f; + font-size: 15px; + font-weight: 700; + line-height: 1; +} + +.events-calendar-day--weekend { + background: #fbfaf7; +} + +.events-calendar-day--outside-month { + color: #97978f; + background: #f5f4ef; +} + +.events-calendar-day--today { + color: #ffffff; + background: #5f7f38; +} + +.events-past { + margin-top: 24px; + padding: 22px; +} + +.events-past-list { + display: grid; + gap: 14px; + margin-top: 16px; +} + +.events-past-item { + display: grid; + grid-template-columns: 76px minmax(0, 1fr); + gap: 16px; + align-items: center; + padding: 14px; + border: 1px solid #ece8dd; + border-radius: 6px; + background: #fdfdfb; +} + +.events-past-date { + display: grid; + place-items: center; + min-height: 76px; + border: 1px solid #d9d3c5; + border-radius: 6px; + color: #575b50; + background: #ffffff; + line-height: 1.1; + text-align: center; + text-transform: uppercase; +} + +.events-past-date strong { + color: #bf4d28; + font-size: 27px; + line-height: 1; +} + +.events-past-date span { + font-size: 12px; + font-weight: 700; +} + +.events-past-item p { + margin: 0 0 4px; + color: #6b6d66; + font-size: 13px; +} + +.events-past-item h3 { + margin: 0; + font-size: 20px; + line-height: 1.25; +} + +@media (max-width: 760px) { + .events-page-shell { + width: min(100% - 24px, 1100px); + padding-top: 20px; + } + + .events-page-header h1 { + font-size: 27px; + } + + .events-calendar-heading, + .events-past { + padding: 16px; + } + + .events-calendar-grid { + overflow-x: auto; + grid-template-columns: repeat(7, minmax(52px, 1fr)); + } + + .events-calendar-weekday { + min-height: 36px; + padding: 10px 4px; + font-size: 11px; + } + + .events-calendar-day { + min-height: 58px; + padding: 8px; + font-size: 14px; + } + + .events-past-item { + grid-template-columns: 64px minmax(0, 1fr); + gap: 12px; + } + + .events-past-date { + min-height: 64px; + } +} + /* Contact page form. */ .contact-form { display: grid; diff --git a/src/content/pages/events.html b/src/content/pages/events.html index 37ce94b3..4366ba25 100644 --- a/src/content/pages/events.html +++ b/src/content/pages/events.html @@ -1,465 +1,110 @@ <div id="main"> - <div id="forbottom" > - - <div style="clear:both;"> </div> + <div id="forbottom"> + <div style="clear:both;"> </div> - <div - class="tribe-common tribe-events tribe-events-view tribe-events-view--month" data-js="tribe-events-view" - data-view-rest-url="" - data-view-rest-method="POST" - data-view-manage-url="1" - data-view-breakpoint-pointer="6e6a5b20-7663-44a2-8449-8386cd314112" - > - <div class="tribe-common-l-container tribe-events-l-container"> - <div - class="tribe-events-view-loader tribe-common-a11y-hidden" - role="alert" - aria-live="polite" -> - <span class="tribe-events-view-loader__text tribe-common-a11y-visual-hide"> - Loading view. </span> - <div class="tribe-events-view-loader__dots tribe-common-c-loader"> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> - </div> + <main class="events-page-shell" id="content" role="main"> + <header class="events-page-header"> + <p class="events-page-kicker">Calendar</p> + <h1>Upcoming Events</h1> + <p>FFWPU Ireland community events will appear here when they are scheduled.</p> + </header> + + <section class="events-calendar-panel" aria-labelledby="events-calendar-heading"> + <div class="events-calendar-heading"> + <h2 id="events-calendar-heading">June 2026</h2> + <p role="status">There are no upcoming events.</p> + </div> + + <div class="events-calendar-grid" role="grid" aria-readonly="true" aria-label="June 2026 calendar"> + <div class="events-calendar-weekday" role="columnheader">Mon</div> + <div class="events-calendar-weekday" role="columnheader">Tue</div> + <div class="events-calendar-weekday" role="columnheader">Wed</div> + <div class="events-calendar-weekday" role="columnheader">Thu</div> + <div class="events-calendar-weekday" role="columnheader">Fri</div> + <div class="events-calendar-weekday" role="columnheader">Sat</div> + <div class="events-calendar-weekday" role="columnheader">Sun</div> + + <time class="events-calendar-day" datetime="2026-06-01" role="gridcell">1</time> + <time class="events-calendar-day" datetime="2026-06-02" role="gridcell">2</time> + <time class="events-calendar-day" datetime="2026-06-03" role="gridcell">3</time> + <time class="events-calendar-day" datetime="2026-06-04" role="gridcell">4</time> + <time class="events-calendar-day" datetime="2026-06-05" role="gridcell">5</time> + <time class="events-calendar-day events-calendar-day--weekend" datetime="2026-06-06" role="gridcell">6</time> + <time class="events-calendar-day events-calendar-day--weekend" datetime="2026-06-07" role="gridcell">7</time> + <time class="events-calendar-day" datetime="2026-06-08" role="gridcell">8</time> + <time class="events-calendar-day" datetime="2026-06-09" role="gridcell">9</time> + <time class="events-calendar-day" datetime="2026-06-10" role="gridcell">10</time> + <time class="events-calendar-day events-calendar-day--today" datetime="2026-06-11" role="gridcell" aria-label="June 11, 2026">11</time> + <time class="events-calendar-day" datetime="2026-06-12" role="gridcell">12</time> + <time class="events-calendar-day events-calendar-day--weekend" datetime="2026-06-13" role="gridcell">13</time> + <time class="events-calendar-day events-calendar-day--weekend" datetime="2026-06-14" role="gridcell">14</time> + <time class="events-calendar-day" datetime="2026-06-15" role="gridcell">15</time> + <time class="events-calendar-day" datetime="2026-06-16" role="gridcell">16</time> + <time class="events-calendar-day" datetime="2026-06-17" role="gridcell">17</time> + <time class="events-calendar-day" datetime="2026-06-18" role="gridcell">18</time> + <time class="events-calendar-day" datetime="2026-06-19" role="gridcell">19</time> + <time class="events-calendar-day events-calendar-day--weekend" datetime="2026-06-20" role="gridcell">20</time> + <time class="events-calendar-day events-calendar-day--weekend" datetime="2026-06-21" role="gridcell">21</time> + <time class="events-calendar-day" datetime="2026-06-22" role="gridcell">22</time> + <time class="events-calendar-day" datetime="2026-06-23" role="gridcell">23</time> + <time class="events-calendar-day" datetime="2026-06-24" role="gridcell">24</time> + <time class="events-calendar-day" datetime="2026-06-25" role="gridcell">25</time> + <time class="events-calendar-day" datetime="2026-06-26" role="gridcell">26</time> + <time class="events-calendar-day events-calendar-day--weekend" datetime="2026-06-27" role="gridcell">27</time> + <time class="events-calendar-day events-calendar-day--weekend" datetime="2026-06-28" role="gridcell">28</time> + <time class="events-calendar-day" datetime="2026-06-29" role="gridcell">29</time> + <time class="events-calendar-day" datetime="2026-06-30" role="gridcell">30</time> + <time class="events-calendar-day events-calendar-day--outside-month" datetime="2026-07-01" role="gridcell">1</time> + <time class="events-calendar-day events-calendar-day--outside-month" datetime="2026-07-02" role="gridcell">2</time> + <time class="events-calendar-day events-calendar-day--outside-month" datetime="2026-07-03" role="gridcell">3</time> + <time class="events-calendar-day events-calendar-day--outside-month events-calendar-day--weekend" datetime="2026-07-04" role="gridcell">4</time> + <time class="events-calendar-day events-calendar-day--outside-month events-calendar-day--weekend" datetime="2026-07-05" role="gridcell">5</time> + </div> + </section> + + <section class="events-past" aria-labelledby="events-past-heading"> + <h2 id="events-past-heading">Latest Past Events</h2> + + <div class="events-past-list"> + <article class="events-past-item"> + <time class="events-past-date" datetime="2015-03-25"> + <span>Mar</span> + <strong>25</strong> + <span>2015</span> + </time> + <div> + <p>March 25, 2015</p> + <h3>Ahn Shi Il</h3> + </div> + </article> + + <article class="events-past-item"> + <time class="events-past-date" datetime="2015-03-17"> + <span>Mar</span> + <strong>17</strong> + <span>2015</span> + </time> + <div> + <p>March 17, 2015</p> + <h3>Ahn Shi Il</h3> + </div> + </article> + + <article class="events-past-item"> + <time class="events-past-date" datetime="2015-03-09"> + <span>Mar</span> + <strong>9</strong> + <span>2015</span> + </time> + <div> + <p>March 9, 2015</p> + <h3>Ahn Shi Il</h3> + </div> + </article> + </div> + </section> + </main> + + <div style="clear:both;"></div> + </div> </div> - - - <script data-js="tribe-events-view-data" type="application/json"> - {"slug":"month","prev_url":"\/events\/month\/2026-05\/","next_url":"\/events\/month\/2026-07\/","view_class":"Tribe\\Events\\Views\\V2\\Views\\Month_View","view_slug":"month","view_label":"Month","title":"FFWPU Ireland","events":{"2026-06-01":[],"2026-06-02":[],"2026-06-03":[],"2026-06-04":[],"2026-06-05":[],"2026-06-06":[],"2026-06-07":[],"2026-06-08":[],"2026-06-09":[],"2026-06-10":[],"2026-06-11":[],"2026-06-12":[],"2026-06-13":[],"2026-06-14":[],"2026-06-15":[],"2026-06-16":[],"2026-06-17":[],"2026-06-18":[],"2026-06-19":[],"2026-06-20":[],"2026-06-21":[],"2026-06-22":[],"2026-06-23":[],"2026-06-24":[],"2026-06-25":[],"2026-06-26":[],"2026-06-27":[],"2026-06-28":[],"2026-06-29":[],"2026-06-30":[],"2026-07-01":[],"2026-07-02":[],"2026-07-03":[],"2026-07-04":[],"2026-07-05":[]},"url":"\/events\/month\/","url_event_date":false,"bar":{"keyword":"","date":""},"today":"2026-06-09 00:00:00","now":"2026-06-09 02:33:21","rest_url":"","rest_method":"POST","rest_nonce":"","should_manage_url":true,"today_url":"\/events\/month\/","today_title":"Click to select the current month","today_label":"This Month","prev_label":"May","next_label":"Jul","date_formats":{"compact":"n\/j\/Y","month_and_year_compact":"n\/j\/Y","month_and_year":"F Y","time_range_separator":" - ","date_time_separator":" @ "},"messages":{"notice":["There are no upcoming events."]},"start_of_week":"1","header_title":"","header_title_element":"h1","content_title":"","breadcrumbs":[],"before_events":"","after_events":"\n<!--\nThis calendar is powered by The Events Calendar.\nhttp:\/\/evnt.is\/18wn\n-->\n","display_events_bar":true,"disable_event_search":false,"live_refresh":true,"ical":{"display_link":true,"link":{"url":"\/events\/month\/?ical=1","text":"Export Events","title":"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps"}},"container_classes":["tribe-common","tribe-events","tribe-events-view","tribe-events-view--month"],"container_data":[],"is_past":false,"breakpoints":{"xsmall":500,"medium":768,"full":960},"breakpoint_pointer":"6e6a5b20-7663-44a2-8449-8386cd314112","is_initial_load":true,"public_views":{"month":{"view_class":"Tribe\\Events\\Views\\V2\\Views\\Month_View","view_url":"\/events\/month\/","view_label":"Month"}},"show_latest_past":true,"today_date":"2026-06-09","grid_date":"2026-06-09","formatted_grid_date":"June 2026","formatted_grid_date_mobile":"6\/2026","days":{"2026-06-01":{"date":"2026-06-01","is_start_of_week":true,"year_number":"2026","month_number":"06","day_number":"1","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-01\/"},"2026-06-02":{"date":"2026-06-02","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"2","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-02\/"},"2026-06-03":{"date":"2026-06-03","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"3","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-03\/"},"2026-06-04":{"date":"2026-06-04","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"4","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-04\/"},"2026-06-05":{"date":"2026-06-05","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"5","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-05\/"},"2026-06-06":{"date":"2026-06-06","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"6","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-06\/"},"2026-06-07":{"date":"2026-06-07","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"7","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-07\/"},"2026-06-08":{"date":"2026-06-08","is_start_of_week":true,"year_number":"2026","month_number":"06","day_number":"8","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-08\/"},"2026-06-09":{"date":"2026-06-09","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"9","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-09\/"},"2026-06-10":{"date":"2026-06-10","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"10","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-10\/"},"2026-06-11":{"date":"2026-06-11","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"11","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-11\/"},"2026-06-12":{"date":"2026-06-12","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"12","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-12\/"},"2026-06-13":{"date":"2026-06-13","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"13","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-13\/"},"2026-06-14":{"date":"2026-06-14","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"14","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-14\/"},"2026-06-15":{"date":"2026-06-15","is_start_of_week":true,"year_number":"2026","month_number":"06","day_number":"15","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-15\/"},"2026-06-16":{"date":"2026-06-16","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"16","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-16\/"},"2026-06-17":{"date":"2026-06-17","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"17","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-17\/"},"2026-06-18":{"date":"2026-06-18","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"18","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-18\/"},"2026-06-19":{"date":"2026-06-19","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"19","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-19\/"},"2026-06-20":{"date":"2026-06-20","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"20","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-20\/"},"2026-06-21":{"date":"2026-06-21","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"21","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-21\/"},"2026-06-22":{"date":"2026-06-22","is_start_of_week":true,"year_number":"2026","month_number":"06","day_number":"22","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-22\/"},"2026-06-23":{"date":"2026-06-23","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"23","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-23\/"},"2026-06-24":{"date":"2026-06-24","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"24","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-24\/"},"2026-06-25":{"date":"2026-06-25","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"25","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-25\/"},"2026-06-26":{"date":"2026-06-26","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"26","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-26\/"},"2026-06-27":{"date":"2026-06-27","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"27","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-27\/"},"2026-06-28":{"date":"2026-06-28","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"28","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-28\/"},"2026-06-29":{"date":"2026-06-29","is_start_of_week":true,"year_number":"2026","month_number":"06","day_number":"29","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-29\/"},"2026-06-30":{"date":"2026-06-30","is_start_of_week":false,"year_number":"2026","month_number":"06","day_number":"30","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-06-30\/"},"2026-07-01":{"date":"2026-07-01","is_start_of_week":false,"year_number":"2026","month_number":"07","day_number":"1","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-07-01\/"},"2026-07-02":{"date":"2026-07-02","is_start_of_week":false,"year_number":"2026","month_number":"07","day_number":"2","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-07-02\/"},"2026-07-03":{"date":"2026-07-03","is_start_of_week":false,"year_number":"2026","month_number":"07","day_number":"3","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-07-03\/"},"2026-07-04":{"date":"2026-07-04","is_start_of_week":false,"year_number":"2026","month_number":"07","day_number":"4","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-07-04\/"},"2026-07-05":{"date":"2026-07-05","is_start_of_week":false,"year_number":"2026","month_number":"07","day_number":"5","events":[],"featured_events":[],"multiday_events":[],"found_events":0,"more_events":0,"day_url":"\/events\/2026-07-05\/"}},"next_month":"7","prev_month":"5","next_rel":"noindex","prev_rel":"noindex","mobile_messages":{"notice":{"no-events-in-day":"There are no events on this day."}},"grid_start_date":"2026-06-01","subscribe_links":{"gcal":{"label":"Google Calendar","single_label":"Add to Google Calendar","visible":true,"block_slug":"hasGoogleCalendar"},"ical":{"label":"iCalendar","single_label":"Add to iCalendar","visible":true,"block_slug":"hasiCal"},"outlook-365":{"label":"Outlook 365","single_label":"Outlook 365","visible":true,"block_slug":"hasOutlook365"},"outlook-live":{"label":"Outlook Live","single_label":"Outlook Live","visible":true,"block_slug":"hasOutlookLive"},"ics":{"label":"Export .ics file","single_label":"Export .ics file","visible":true,"block_slug":null},"outlook-ics":{"label":"Export Outlook .ics file","single_label":"Export Outlook .ics file","visible":true,"block_slug":null}},"_context":{"slug":"month"},"text":"Loading...","classes":["tribe-common-c-loader__dot","tribe-common-c-loader__dot--third"]}</script> - - - -<header class="tribe-events-header tribe-events-header--has-event-search" > - <div class="tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third" > - <div class="tribe-events-c-messages__message tribe-events-c-messages__message--notice" role="alert"> - <ul class="tribe-events-c-messages__message-list"> - <li - class="tribe-events-c-messages__message-list-item" - data-key="0" > - There are no upcoming events. </li> - </ul> - </div> - </div> - - <div class="tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile" > - <div class="tribe-events-c-messages__message tribe-events-c-messages__message--notice" role="alert"> - <ul class="tribe-events-c-messages__message-list"> - <li - class="tribe-events-c-messages__message-list-item" - data-key="0" > - There are no upcoming events. </li> - </ul> - </div> - </div> - - - - <div - class="tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border" data-js="tribe-events-events-bar" -> - - <h2 class="tribe-common-a11y-visual-hide"> - Events Search and Views Navigation </h2> - - <button - class="tribe-events-c-events-bar__search-button" - aria-controls="tribe-events-search-container" - aria-expanded="false" - data-js="tribe-events-search-button" -> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z"/></svg> - <span class="tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide"> - Search </span> -</button> - - <div - class="tribe-events-c-events-bar__search-container" - id="tribe-events-search-container" - data-js="tribe-events-search-container" - > - <div - class="tribe-events-c-events-bar__search" - id="tribe-events-events-bar-search" - data-js="tribe-events-events-bar-search" -> - <form - class="tribe-events-c-search tribe-events-c-events-bar__search-form" - method="get" - data-js="tribe-events-view-form" - role="search" - > - <input type="hidden" name="tribe-events-views[url]" value="/events/month/" /> - - <div class="tribe-events-c-search__input-group"> - <div - class="tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword" - data-js="tribe-events-events-bar-input-control" -> - <label class="tribe-common-form-control-text__label" for="tribe-events-events-bar-keyword"> - Enter Keyword. Search for Events by Keyword. </label> - <input - class="tribe-common-form-control-text__input tribe-events-c-search__input" - data-js="tribe-events-events-bar-input-control-input" - type="text" - id="tribe-events-events-bar-keyword" - name="tribe-events-views[tribe-bar-search]" - value="" - placeholder="Search for events" - aria-label="Enter Keyword. Search for events by Keyword." - /> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z"/></svg> -</div> - </div> - - <button - class="tribe-common-c-btn tribe-events-c-search__button" - type="submit" - name="submit-bar" -> - Find Events</button> - </form> -</div> - </div> - - <div class="tribe-events-c-events-bar__views"> - <h3 class="tribe-common-a11y-visual-hide"> - Event Views Navigation </h3> - <div class="tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs" data-js="tribe-events-view-selector"> - <button - class="tribe-events-c-view-selector__button tribe-common-c-btn__clear" - data-js="tribe-events-view-selector-button" - > - <span class="tribe-events-c-view-selector__button-icon"> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg" viewBox="0 0 18 19" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z" class="tribe-common-c-svgicon__svg-fill"/></svg> </span> - <span class="tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide"> - Month </span> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z" class="tribe-common-c-svgicon__svg-fill"/></svg> - </button> - <div - class="tribe-events-c-view-selector__content" - id="tribe-events-view-selector-content" - data-js="tribe-events-view-selector-list-container" -> - <ul class="tribe-events-c-view-selector__list"> - <li class="tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active"> - <a - href="#" - class="tribe-events-c-view-selector__list-item-link" - data-js="tribe-events-view-link" - > - <span class="tribe-events-c-view-selector__list-item-icon"> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg" viewBox="0 0 18 19" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z" class="tribe-common-c-svgicon__svg-fill"/></svg> </span> - <span class="tribe-events-c-view-selector__list-item-text"> - Month </span> - </a> -</li> - </ul> -</div> - </div> -</div> - -</div> - - - <div class="tribe-events-c-top-bar tribe-events-header__top-bar"> - - <nav class="tribe-events-c-top-bar__nav tribe-common-a11y-hidden"> - <ul class="tribe-events-c-top-bar__nav-list"> - <li class="tribe-events-c-top-bar__nav-list-item"> - <a - href="#" - class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev" - aria-label="Previous month" - title="Previous month" - data-js="tribe-events-view-link" - rel="noindex" - > - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z"/></svg> - </a> -</li> - - </ul> -</nav> - - <a - href="#" - class="tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden" - data-js="tribe-events-view-link" - aria-label="Click to select the current month" - title="Click to select the current month" -> - This Month</a> - - <div class="tribe-events-c-top-bar__datepicker"> - <button - class="tribe-common-c-btn__clear tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button" - data-js="tribe-events-top-bar-datepicker-button" - type="button" - aria-label="Click to toggle datepicker" - title="Click to toggle datepicker" - > - <time - datetime="2026-06" - class="tribe-events-c-top-bar__datepicker-time" - > - <span class="tribe-events-c-top-bar__datepicker-mobile"> - 6/2026 </span> - <span class="tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden"> - June 2026 </span> - </time> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z" class="tribe-common-c-svgicon__svg-fill"/></svg> - </button> - <label - class="tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide" - for="tribe-events-top-bar-date" - > - Select date. </label> - <input - type="text" - class="tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide" - data-js="tribe-events-top-bar-date" - id="tribe-events-top-bar-date" - name="tribe-events-views[tribe-bar-date]" - value="6/9/2026" - tabindex="-1" - autocomplete="off" - readonly="readonly" - /> - <div class="tribe-events-c-top-bar__datepicker-container" data-js="tribe-events-top-bar-datepicker-container"></div> - <template class="tribe-events-c-top-bar__datepicker-template-prev-icon"> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z"/></svg> - </template> - <template class="tribe-events-c-top-bar__datepicker-template-next-icon"> - <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z"/></svg> - </template> -</div> - - <div class="tribe-events-c-top-bar__actions tribe-common-a11y-hidden"> - </div> - -</div> -</header> - - - <div - class="tribe-events-calendar-month" - role="grid" - aria-labelledby="tribe-events-calendar-header" - aria-readonly="true" - data-js="tribe-events-month-grid" - > - - - - </div> - - <div class="tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile" > - <div class="tribe-events-c-messages__message tribe-events-c-messages__message--notice" role="alert"> - <ul class="tribe-events-c-messages__message-list"> - <li - class="tribe-events-c-messages__message-list-item" - data-key="0" > - There are no upcoming events. </li> - </ul> - </div> - </div> - - - <div class="tribe-events-calendar-latest-past"> - - <h2 class="tribe-events-calendar-latest-past__heading tribe-common-h5 tribe-common-h3--min-medium"> - Latest Past Events</h2> - - - <div class="tribe-common-g-row tribe-events-calendar-latest-past__event-row" > - - <div class="tribe-events-calendar-latest-past__event-date-tag tribe-common-g-col"> - <time class="tribe-events-calendar-latest-past__event-date-tag-datetime" datetime="2015-03-25" aria-hidden="true"> - <span class="tribe-events-calendar-latest-past__event-date-tag-month"> - Mar </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> - 25 </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-year"> - 2015 </span> - </time> -</div> - - <div class="tribe-events-calendar-latest-past__event-wrapper tribe-common-g-col"> - <article class="tribe-events-calendar-latest-past__event tribe-common-g-row tribe-common-g-row--gutters post-500 tribe_events type-tribe_events status-publish hentry tribe_events_cat-ahn-shi-il cat_ahn-shi-il" > - - <div class="tribe-events-calendar-latest-past__event-details tribe-common-g-col"> - - <header class="tribe-events-calendar-latest-past__event-header"> - <div class="tribe-events-calendar-latest-past__event-datetime-wrapper tribe-common-b2"> - <time class="tribe-events-calendar-latest-past__event-datetime" datetime="2015-03-25"> - <span class="tribe-event-date-start">March 25, 2015</span> </time> - </div> - <h3 class="tribe-events-calendar-latest-past__event-title tribe-common-h6 tribe-common-h4--min-medium"> - <a - href="#" - title="Ahn Shi Il" - rel="bookmark" - class="tribe-events-calendar-latest-past__event-title-link tribe-common-anchor-thin" - > - Ahn Shi Il </a> -</h3> - </header> - - - </div> - </article> - </div> - -</div> - - - <div class="tribe-common-g-row tribe-events-calendar-latest-past__event-row" > - - <div class="tribe-events-calendar-latest-past__event-date-tag tribe-common-g-col"> - <time class="tribe-events-calendar-latest-past__event-date-tag-datetime" datetime="2015-03-17" aria-hidden="true"> - <span class="tribe-events-calendar-latest-past__event-date-tag-month"> - Mar </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> - 17 </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-year"> - 2015 </span> - </time> -</div> - - <div class="tribe-events-calendar-latest-past__event-wrapper tribe-common-g-col"> - <article class="tribe-events-calendar-latest-past__event tribe-common-g-row tribe-common-g-row--gutters post-499 tribe_events type-tribe_events status-publish hentry tribe_events_cat-ahn-shi-il cat_ahn-shi-il" > - - <div class="tribe-events-calendar-latest-past__event-details tribe-common-g-col"> - - <header class="tribe-events-calendar-latest-past__event-header"> - <div class="tribe-events-calendar-latest-past__event-datetime-wrapper tribe-common-b2"> - <time class="tribe-events-calendar-latest-past__event-datetime" datetime="2015-03-17"> - <span class="tribe-event-date-start">March 17, 2015</span> </time> - </div> - <h3 class="tribe-events-calendar-latest-past__event-title tribe-common-h6 tribe-common-h4--min-medium"> - <a - href="#" - title="Ahn Shi Il" - rel="bookmark" - class="tribe-events-calendar-latest-past__event-title-link tribe-common-anchor-thin" - > - Ahn Shi Il </a> -</h3> - </header> - - - </div> - </article> - </div> - -</div> - - - <div class="tribe-common-g-row tribe-events-calendar-latest-past__event-row" > - - <div class="tribe-events-calendar-latest-past__event-date-tag tribe-common-g-col"> - <time class="tribe-events-calendar-latest-past__event-date-tag-datetime" datetime="2015-03-09" aria-hidden="true"> - <span class="tribe-events-calendar-latest-past__event-date-tag-month"> - Mar </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> - 9 </span> - <span class="tribe-events-calendar-latest-past__event-date-tag-year"> - 2015 </span> - </time> -</div> - - <div class="tribe-events-calendar-latest-past__event-wrapper tribe-common-g-col"> - <article class="tribe-events-calendar-latest-past__event tribe-common-g-row tribe-common-g-row--gutters post-497 tribe_events type-tribe_events status-publish hentry tribe_events_cat-ahn-shi-il cat_ahn-shi-il" > - - <div class="tribe-events-calendar-latest-past__event-details tribe-common-g-col"> - - <header class="tribe-events-calendar-latest-past__event-header"> - <div class="tribe-events-calendar-latest-past__event-datetime-wrapper tribe-common-b2"> - <time class="tribe-events-calendar-latest-past__event-datetime" datetime="2015-03-09"> - <span class="tribe-event-date-start">March 9, 2015</span> </time> - </div> - <h3 class="tribe-events-calendar-latest-past__event-title tribe-common-h6 tribe-common-h4--min-medium"> - <a - href="#" - title="Ahn Shi Il" - rel="bookmark" - class="tribe-events-calendar-latest-past__event-title-link tribe-common-anchor-thin" - > - Ahn Shi Il </a> -</h3> - </header> - - - </div> - </article> - </div> - -</div> - - -</div> - - <div class="tribe-events-after-html"> - -<!-- -This calendar is powered by The Events Calendar. -http://evnt.is/18wn ---> -</div> - - </div> - -</div> - -<script class="tribe-events-breakpoints"> - ( function () { - var completed = false; - - function initBreakpoints() { - if ( completed ) { - // This was fired already and completed no need to attach to the event listener. - document.removeEventListener( 'DOMContentLoaded', initBreakpoints ); - return; - } - - if ( 'undefined' === typeof window.tribe ) { - return; - } - - if ( 'undefined' === typeof window.tribe.events ) { - return; - } - - if ( 'undefined' === typeof window.tribe.events.views ) { - return; - } - - if ( 'undefined' === typeof window.tribe.events.views.breakpoints ) { - return; - } - - if ( 'function' !== typeof (window.tribe.events.views.breakpoints.setup) ) { - return; - } - - var container = document.querySelectorAll( '[data-view-breakpoint-pointer="6e6a5b20-7663-44a2-8449-8386cd314112"]' ); - if ( ! container ) { - return; - } - - window.tribe.events.views.breakpoints.setup( container ); - completed = true; - // This was fired already and completed no need to attach to the event listener. - document.removeEventListener( 'DOMContentLoaded', initBreakpoints ); - } - - // Try to init the breakpoints right away. - initBreakpoints(); - document.addEventListener( 'DOMContentLoaded', initBreakpoints ); - })(); -</script> -<script data-js='tribe-events-view-nonce-data' type='application/json'>{"_tec_view_rest_nonce_primary":"bfc5182d3a","_tec_view_rest_nonce_secondary":""}</script> <div style="clear:both;"></div> - </div> <!-- #forbottom --> - </div><!-- #main --> diff --git a/src/pages/events.astro b/src/pages/events.astro index cc4e05d9..015f5993 100644 --- a/src/pages/events.astro +++ b/src/pages/events.astro @@ -6,44 +6,10 @@ import mainHtml from "../content/pages/events.html?raw"; <SiteLayout title="Upcoming Events – FFWPU Ireland" description="See upcoming FFWPU Ireland community events and calendar listings." - bodyClass="archive post-type-archive post-type-archive-tribe_events custom-background tribe-events-page-template tribe-no-js tribe-filter-live metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" + bodyClass="archive post-type-archive post-type-archive-tribe_events custom-background metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/events.html" canonical="/events.html" robots="noindex, follow, max-image-preview:large" > - <Fragment slot="head"> - <link rel="stylesheet" id="tec-variables-skeleton-css" href="/assets/vendor/events-calendar/common/src/resources/css/variables-skeleton.min.css?ver=6.3.2" type="text/css" media="all" /> - <link rel="stylesheet" id="tec-variables-full-css" href="/assets/vendor/events-calendar/common/src/resources/css/variables-full.min.css?ver=6.3.2" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-common-skeleton-style-css" href="/assets/vendor/events-calendar/common/src/resources/css/common-skeleton.min.css?ver=6.3.2" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-common-full-style-css" href="/assets/vendor/events-calendar/common/src/resources/css/common-full.min.css?ver=6.3.2" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-events-views-v2-bootstrap-datepicker-styles-css" href="/assets/vendor/events-calendar/vendor/bootstrap-datepicker/css/bootstrap-datepicker.standalone.min.css?ver=6.8.2.1" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-tooltipster-css-css" href="/assets/vendor/events-calendar/common/vendor/tooltipster/tooltipster.bundle.min.css?ver=6.3.2" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-events-views-v2-skeleton-css" href="/assets/vendor/events-calendar/src/resources/css/views-skeleton.min.css?ver=6.8.2.1" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-events-views-v2-full-css" href="/assets/vendor/events-calendar/src/resources/css/views-full.min.css?ver=6.8.2.1" type="text/css" media="all" /> - <link rel="stylesheet" id="tribe-events-views-v2-print-css" href="/assets/vendor/events-calendar/src/resources/css/views-print.min.css?ver=6.8.2.1" type="text/css" media="print" /> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/common/src/resources/js/tribe-common.min.js?ver=6.3.2" id="tribe-common-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/breakpoints.min.js?ver=6.8.2.1" id="tribe-events-views-v2-breakpoints-js"></script> - </Fragment> <Fragment set:html={mainHtml} /> - <Fragment slot="scripts"> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/viewport.min.js?ver=6.8.2.1" id="tribe-events-views-v2-viewport-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/accordion.min.js?ver=6.8.2.1" id="tribe-events-views-v2-accordion-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/view-selector.min.js?ver=6.8.2.1" id="tribe-events-views-v2-view-selector-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/vendor/bootstrap-datepicker/js/bootstrap-datepicker.min.js?ver=6.8.2.1" id="tribe-events-views-v2-bootstrap-datepicker-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/datepicker.min.js?ver=6.8.2.1" id="tribe-events-views-v2-datepicker-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/ical-links.min.js?ver=6.8.2.1" id="tribe-events-views-v2-ical-links-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/events-bar-inputs.min.js?ver=6.8.2.1" id="tribe-events-views-v2-events-bar-inputs-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/events-bar.min.js?ver=6.8.2.1" id="tribe-events-views-v2-events-bar-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/common/vendor/tooltipster/tooltipster.bundle.min.js?ver=6.3.2" id="tribe-tooltipster-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/tooltip.min.js?ver=6.8.2.1" id="tribe-events-views-v2-tooltip-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/navigation-scroll.min.js?ver=6.8.2.1" id="tribe-events-views-v2-navigation-scroll-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/multiday-events.min.js?ver=6.8.2.1" id="tribe-events-views-v2-multiday-events-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/month-mobile-events.min.js?ver=6.8.2.1" id="tribe-events-views-v2-month-mobile-events-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/month-grid.min.js?ver=6.8.2.1" id="tribe-events-views-v2-month-grid-js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/events-calendar/common/src/resources/js/utils/query-string.min.js?ver=6.3.2" id="tribe-query-string-js"></script> - <script is:inline src="/assets/vendor/events-calendar/common/src/resources/js/underscore-before.js"></script> - <script is:inline type="text/javascript" src="/assets/vendor/underscore.min.js?ver=1.13.4" id="underscore-js"></script> - <script is:inline src="/assets/vendor/events-calendar/common/src/resources/js/underscore-after.js"></script> - <script is:inline defer type="text/javascript" src="/assets/vendor/events-calendar/src/resources/js/views/manager.min.js?ver=6.8.2.1" id="tribe-events-views-v2-manager-js"></script> - </Fragment> </SiteLayout> From cbedd9b723ce56a3f8946d91c903f01777388533 Mon Sep 17 00:00:00 2001 From: Workshop Bot <workshop-bot@bcgen.ie> Date: Thu, 11 Jun 2026 18:31:35 +0000 Subject: [PATCH 10/58] Migrate legacy archive pages --- src/components/ArchiveListPage.astro | 121 ++++++++++++++++ src/components/LegacyRedirectPage.astro | 19 +++ src/lib/archive.ts | 134 ++++++++++++++++++ src/lib/legacy-page.ts | 15 ++ src/lib/static-pages.ts | 23 ++- src/pages/2013-sunday-service-archive.astro | 6 + src/pages/2014-sunday-services.astro | 6 + src/pages/2015-sunday-services-archive.astro | 6 + src/pages/2016-sunday-service-archive.astro | 6 + src/pages/2017-sunday-service-archive.astro | 6 + src/pages/2018-sunday-service-archive.astro | 6 + src/pages/about-us-organizations.astro | 18 +++ src/pages/archive-sunday-services-2013.astro | 12 ++ src/pages/archive-sunday-services-2014.astro | 12 ++ src/pages/archive-sunday-services-2015.astro | 12 ++ src/pages/archive-sunday-services-2016.astro | 12 ++ src/pages/archive-sunday-services-2017.astro | 12 ++ src/pages/archive-sunday-services-2018.astro | 12 ++ .../sunday-services/[year]/index.astro | 16 +++ src/pages/blog/categories/[category].astro | 28 ++++ src/pages/blog/index.astro | 14 ++ src/pages/blog/tags/[tag].astro | 28 ++++ src/pages/register.astro | 20 +++ .../speeches/categories/[category].astro | 53 +++++++ .../rev-dr-sun-myung-moon/[year].astro | 56 ++++++++ 25 files changed, 652 insertions(+), 1 deletion(-) create mode 100644 src/components/ArchiveListPage.astro create mode 100644 src/components/LegacyRedirectPage.astro create mode 100644 src/lib/archive.ts create mode 100644 src/lib/legacy-page.ts create mode 100644 src/pages/2013-sunday-service-archive.astro create mode 100644 src/pages/2014-sunday-services.astro create mode 100644 src/pages/2015-sunday-services-archive.astro create mode 100644 src/pages/2016-sunday-service-archive.astro create mode 100644 src/pages/2017-sunday-service-archive.astro create mode 100644 src/pages/2018-sunday-service-archive.astro create mode 100644 src/pages/about-us-organizations.astro create mode 100644 src/pages/archive-sunday-services-2013.astro create mode 100644 src/pages/archive-sunday-services-2014.astro create mode 100644 src/pages/archive-sunday-services-2015.astro create mode 100644 src/pages/archive-sunday-services-2016.astro create mode 100644 src/pages/archive-sunday-services-2017.astro create mode 100644 src/pages/archive-sunday-services-2018.astro create mode 100644 src/pages/archive/sunday-services/[year]/index.astro create mode 100644 src/pages/blog/categories/[category].astro create mode 100644 src/pages/blog/index.astro create mode 100644 src/pages/blog/tags/[tag].astro create mode 100644 src/pages/register.astro create mode 100644 src/pages/speeches/categories/[category].astro create mode 100644 src/pages/speeches/rev-dr-sun-myung-moon/[year].astro diff --git a/src/components/ArchiveListPage.astro b/src/components/ArchiveListPage.astro new file mode 100644 index 00000000..6fbd71c4 --- /dev/null +++ b/src/components/ArchiveListPage.astro @@ -0,0 +1,121 @@ +--- +import SiteLayout from "./SiteLayout.astro"; +import SiteSidebar from "./SiteSidebar.astro"; +import { categoryHref, excerptFromBody, formatDate, slugify, tagHref } from "../lib/archive"; + +const { + title, + heading, + description, + pathname, + entries = [], + currentPage = 1, + totalPages = 1, + pageHref, +} = Astro.props; +--- + +<SiteLayout + title={`${title} – FFWPU Ireland`} + description={description} + bodyClass="archive custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" + pathname={pathname} + canonical={pathname} +> + <div id="main"> + <div id="forbottom"> + <div style="clear:both;"> </div> + + <section id="container" class="two-columns-right"> + <div id="content" role="main"> + <header class="page-header"> + <h1 class="page-title" set:html={heading} /> + </header> + + <div class="content-masonry archive-list"> + { + entries.map((entry) => { + const categories = entry.data.categories ?? []; + const tags = entry.data.tags ?? []; + const title = entry.data.title ?? "Untitled"; + const publishedDate = formatDate(entry.data.published); + + return ( + <article class:list={["post", "type-post", "status-publish", "format-standard", "hentry", categories.map((category) => `category-${slugify(category)}`)]}> + <h2 class="entry-title"> + <a href={entry.data.source}>{title}</a> + </h2> + <div class="entry-meta"> +   <span class="author vcard">By <a class="url fn n" rel="author" href="#" title="View all posts by Fami1yfed">Fami1yfed</a></span> + { + publishedDate && entry.data.source && ( + <span> + <time class="onDate date published" datetime={entry.data.published}> + {" "} + <a href={entry.data.source} rel="bookmark">{publishedDate}</a> + {" "} + </time> + </span> + ) + } + { + categories.length > 0 && ( + <span class="bl_categ"> + {" "} + {categories.map((category, index) => ( + <> + <a href={categoryHref(entry, category)} rel="tag">{category}</a> + {index < categories.length - 1 ? ", " : " "} + </> + ))} + </span> + ) + } + </div> + <div class="entry-content"> + <p>{excerptFromBody(entry.body)}</p> + </div> + { + tags.length > 0 && ( + <footer class="entry-meta"> + <div class="footer-tags"> + <span class="bl_posted">Tagged</span> {" "} + {tags.map((tag, index) => ( + <> + <a href={tagHref(tag)} rel="tag">{tag}</a> + {index < tags.length - 1 ? ", " : "."} + </> + ))} + </div> + </footer> + ) + } + </article> + ); + }) + } + </div> + + { + totalPages > 1 && pageHref && ( + <div class="pagination_container"> + <nav class="pagination" aria-label="Archive pagination"> + {currentPage > 1 && <a href={pageHref(currentPage - 1)}>‹</a>} + {Array.from({ length: totalPages }, (_, index) => index + 1).map((page) => + page === currentPage ? <span class="current">{page}</span> : <a href={pageHref(page)} class="inactive">{page}</a> + )} + {currentPage < totalPages && <a href={pageHref(currentPage + 1)}>›</a>} + </nav> + </div> + ) + } + </div> + + <SiteSidebar /> + </section> + + <div style="clear:both;"></div> + </div> + </div> +</SiteLayout> + diff --git a/src/components/LegacyRedirectPage.astro b/src/components/LegacyRedirectPage.astro new file mode 100644 index 00000000..11348a20 --- /dev/null +++ b/src/components/LegacyRedirectPage.astro @@ -0,0 +1,19 @@ +--- +const { title, target } = Astro.props; +--- + +<!DOCTYPE html> +<html lang="en-US"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta http-equiv="refresh" content={`0; url=${target}`} /> + <link rel="canonical" href={target} /> + <title>{title} + + + +

This page has moved to {target}.

+ + + diff --git a/src/lib/archive.ts b/src/lib/archive.ts new file mode 100644 index 00000000..d9bc6eaa --- /dev/null +++ b/src/lib/archive.ts @@ -0,0 +1,134 @@ +import type { CollectionEntry } from "astro:content"; +import { getCollection } from "astro:content"; + +export type ArchiveEntry = CollectionEntry<"archive">; + +const entityMap: Record = { + amp: "&", + apos: "'", + hellip: "...", + laquo: "<<", + nbsp: " ", + quot: '"', + raquo: ">>", + rsquo: "'", + lsquo: "'", + rdquo: '"', + ldquo: '"', +}; + +export function decodeEntities(value = ""): string { + return value.replace(/&(#x?[0-9a-f]+|[a-z]+);/gi, (match, entity) => { + const key = entity.toLowerCase(); + if (key.startsWith("#x")) { + return String.fromCodePoint(Number.parseInt(key.slice(2), 16)); + } + if (key.startsWith("#")) { + return String.fromCodePoint(Number.parseInt(key.slice(1), 10)); + } + return entityMap[key] ?? match; + }); +} + +export function textFromHtml(html = ""): string { + return decodeEntities( + html + .replace(//gi, " ") + .replace(//gi, " ") + .replace(/<[^>]+>/g, " "), + ) + .replace(/\s+/g, " ") + .trim(); +} + +export function excerptFromBody(body = "", maxLength = 230): string { + const text = textFromHtml(body); + if (text.length <= maxLength) { + return text; + } + + const clipped = text.slice(0, maxLength - 3); + const finalSpace = clipped.lastIndexOf(" "); + return `${finalSpace > 80 ? clipped.slice(0, finalSpace) : clipped}...`; +} + +export function slugify(value: string): string { + return value + .toLowerCase() + .replace(/&/g, "and") + .replace(/[^a-z0-9]+/g, "-") + .replace(/^-|-$/g, ""); +} + +export function formatDate(value?: string): string | undefined { + if (!value) { + return undefined; + } + + const date = new Date(value); + if (Number.isNaN(date.valueOf())) { + return undefined; + } + + return new Intl.DateTimeFormat("en-US", { + month: "long", + day: "numeric", + year: "numeric", + }).format(date); +} + +export function sortByPublishedDesc(entries: ArchiveEntry[]): ArchiveEntry[] { + return [...entries].sort((a, b) => { + const dateA = Date.parse(a.data.published ?? ""); + const dateB = Date.parse(b.data.published ?? ""); + + if (!Number.isNaN(dateA) && !Number.isNaN(dateB) && dateA !== dateB) { + return dateB - dateA; + } + + return (a.data.title ?? a.id).localeCompare(b.data.title ?? b.id); + }); +} + +export async function getArchiveEntries(type?: "blog" | "speech"): Promise { + const entries = await getCollection("archive"); + return sortByPublishedDesc(type ? entries.filter((entry) => entry.data.type === type) : entries); +} + +export function uniqueSorted(values: string[]): string[] { + return Array.from(new Set(values.filter(Boolean))).sort((a, b) => a.localeCompare(b)); +} + +export function blogCategorySlug(category: string): string { + return slugify(category); +} + +export function blogTagSlug(tag: string): string { + return slugify(tag); +} + +export function speechCategorySlug(category: string): string { + if (category.toLowerCase().includes("hak ja han moon")) { + return "mrs-hak-ja-han-moon"; + } + + const year = category.match(/\b(1\d{3}|20\d{2})\b/)?.[1]; + if (year === "1956") { + return "rev-sun-myung-moon"; + } + + return year ? `rev-sun-myung-moon-${year}` : "rev-sun-myung-moon"; +} + +export function categoryHref(entry: ArchiveEntry, category: string): string { + if (entry.data.type === "speech") { + return `/speeches/categories/${speechCategorySlug(category)}.html`; + } + + return `/blog/categories/${blogCategorySlug(category)}.html`; +} + +export function tagHref(tag: string): string { + return `/blog/tags/${blogTagSlug(tag)}.html`; +} + diff --git a/src/lib/legacy-page.ts b/src/lib/legacy-page.ts new file mode 100644 index 00000000..bacd7efb --- /dev/null +++ b/src/lib/legacy-page.ts @@ -0,0 +1,15 @@ +import fs from "node:fs"; +import path from "node:path"; +import { legacyHtmlRoot } from "./static-pages"; + +export function legacyPageArticle(relativePath: string): string { + const html = fs.readFileSync(path.join(legacyHtmlRoot, relativePath), "utf8"); + const match = html.match(/
{ const fullPath = path.join(dir, entry.name); @@ -37,7 +58,7 @@ export function routeFromRelativePath(relativePath: string): string { } export function isMigratedHtmlPage(relativePath: string): boolean { - return migratedHtmlPages.has(relativePath); + return migratedHtmlPages.has(relativePath) || migratedHtmlPrefixes.some((prefix) => relativePath.startsWith(prefix)); } export function sourcePathFromRoute(route = ""): string { diff --git a/src/pages/2013-sunday-service-archive.astro b/src/pages/2013-sunday-service-archive.astro new file mode 100644 index 00000000..91a1d7a6 --- /dev/null +++ b/src/pages/2013-sunday-service-archive.astro @@ -0,0 +1,6 @@ +--- +import LegacyRedirectPage from "../components/LegacyRedirectPage.astro"; +--- + + + diff --git a/src/pages/2014-sunday-services.astro b/src/pages/2014-sunday-services.astro new file mode 100644 index 00000000..a6c8898b --- /dev/null +++ b/src/pages/2014-sunday-services.astro @@ -0,0 +1,6 @@ +--- +import LegacyRedirectPage from "../components/LegacyRedirectPage.astro"; +--- + + + diff --git a/src/pages/2015-sunday-services-archive.astro b/src/pages/2015-sunday-services-archive.astro new file mode 100644 index 00000000..295ff6cc --- /dev/null +++ b/src/pages/2015-sunday-services-archive.astro @@ -0,0 +1,6 @@ +--- +import LegacyRedirectPage from "../components/LegacyRedirectPage.astro"; +--- + + + diff --git a/src/pages/2016-sunday-service-archive.astro b/src/pages/2016-sunday-service-archive.astro new file mode 100644 index 00000000..440d5c9f --- /dev/null +++ b/src/pages/2016-sunday-service-archive.astro @@ -0,0 +1,6 @@ +--- +import LegacyRedirectPage from "../components/LegacyRedirectPage.astro"; +--- + + + diff --git a/src/pages/2017-sunday-service-archive.astro b/src/pages/2017-sunday-service-archive.astro new file mode 100644 index 00000000..9c53622d --- /dev/null +++ b/src/pages/2017-sunday-service-archive.astro @@ -0,0 +1,6 @@ +--- +import LegacyRedirectPage from "../components/LegacyRedirectPage.astro"; +--- + + + diff --git a/src/pages/2018-sunday-service-archive.astro b/src/pages/2018-sunday-service-archive.astro new file mode 100644 index 00000000..9c2a387e --- /dev/null +++ b/src/pages/2018-sunday-service-archive.astro @@ -0,0 +1,6 @@ +--- +import LegacyRedirectPage from "../components/LegacyRedirectPage.astro"; +--- + + + diff --git a/src/pages/about-us-organizations.astro b/src/pages/about-us-organizations.astro new file mode 100644 index 00000000..3106e711 --- /dev/null +++ b/src/pages/about-us-organizations.astro @@ -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"); +--- + + + + + diff --git a/src/pages/archive-sunday-services-2013.astro b/src/pages/archive-sunday-services-2013.astro new file mode 100644 index 00000000..b0e0e6dc --- /dev/null +++ b/src/pages/archive-sunday-services-2013.astro @@ -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"); +--- + + + + + diff --git a/src/pages/archive-sunday-services-2014.astro b/src/pages/archive-sunday-services-2014.astro new file mode 100644 index 00000000..78de1e37 --- /dev/null +++ b/src/pages/archive-sunday-services-2014.astro @@ -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-2014.html"); +--- + + + + + diff --git a/src/pages/archive-sunday-services-2015.astro b/src/pages/archive-sunday-services-2015.astro new file mode 100644 index 00000000..d2ae98a3 --- /dev/null +++ b/src/pages/archive-sunday-services-2015.astro @@ -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-2015.html"); +--- + + + + + diff --git a/src/pages/archive-sunday-services-2016.astro b/src/pages/archive-sunday-services-2016.astro new file mode 100644 index 00000000..70cb25f7 --- /dev/null +++ b/src/pages/archive-sunday-services-2016.astro @@ -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-2016.html"); +--- + + + + + diff --git a/src/pages/archive-sunday-services-2017.astro b/src/pages/archive-sunday-services-2017.astro new file mode 100644 index 00000000..11cb438d --- /dev/null +++ b/src/pages/archive-sunday-services-2017.astro @@ -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-2017.html"); +--- + + + + + diff --git a/src/pages/archive-sunday-services-2018.astro b/src/pages/archive-sunday-services-2018.astro new file mode 100644 index 00000000..20f827f3 --- /dev/null +++ b/src/pages/archive-sunday-services-2018.astro @@ -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-2018.html"); +--- + + + + + diff --git a/src/pages/archive/sunday-services/[year]/index.astro b/src/pages/archive/sunday-services/[year]/index.astro new file mode 100644 index 00000000..401c6e9a --- /dev/null +++ b/src/pages/archive/sunday-services/[year]/index.astro @@ -0,0 +1,16 @@ +--- +import LegacyRedirectPage from "../../../../components/LegacyRedirectPage.astro"; + +export function getStaticPaths() { + const years = ["2013", "2014", "2015", "2016", "2017", "2018"]; + + return years.map((year) => ({ + params: { year }, + props: { year }, + })); +} + +const { year } = Astro.props; +--- + + diff --git a/src/pages/blog/categories/[category].astro b/src/pages/blog/categories/[category].astro new file mode 100644 index 00000000..21f64e4c --- /dev/null +++ b/src/pages/blog/categories/[category].astro @@ -0,0 +1,28 @@ +--- +import ArchiveListPage from "../../../components/ArchiveListPage.astro"; +import { blogCategorySlug, getArchiveEntries, uniqueSorted } from "../../../lib/archive"; + +export async function getStaticPaths() { + const entries = await getArchiveEntries("blog"); + const categories = uniqueSorted(entries.flatMap((entry) => entry.data.categories ?? [])); + + return categories.map((category) => ({ + params: { category: blogCategorySlug(category) }, + props: { + category, + entries: entries.filter((entry) => (entry.data.categories ?? []).includes(category)), + }, + })); +} + +const { category, entries } = Astro.props; +--- + +${category}`} + description={`Browse FFWPU Ireland blog posts in the ${category} category.`} + pathname={`/blog/categories/${blogCategorySlug(category)}.html`} + entries={entries} +/> + diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro new file mode 100644 index 00000000..927336c0 --- /dev/null +++ b/src/pages/blog/index.astro @@ -0,0 +1,14 @@ +--- +import ArchiveListPage from "../../components/ArchiveListPage.astro"; +import { getArchiveEntries } from "../../lib/archive"; + +const entries = await getArchiveEntries("blog"); +--- + + diff --git a/src/pages/blog/tags/[tag].astro b/src/pages/blog/tags/[tag].astro new file mode 100644 index 00000000..e845b24c --- /dev/null +++ b/src/pages/blog/tags/[tag].astro @@ -0,0 +1,28 @@ +--- +import ArchiveListPage from "../../../components/ArchiveListPage.astro"; +import { blogTagSlug, getArchiveEntries, uniqueSorted } from "../../../lib/archive"; + +export async function getStaticPaths() { + const entries = await getArchiveEntries("blog"); + const tags = uniqueSorted(entries.flatMap((entry) => entry.data.tags ?? [])); + + return tags.map((tag) => ({ + params: { tag: blogTagSlug(tag) }, + props: { + tag, + entries: entries.filter((entry) => (entry.data.tags ?? []).includes(tag)), + }, + })); +} + +const { tag, entries } = Astro.props; +--- + +${tag}`} + description={`Browse FFWPU Ireland blog posts tagged ${tag}.`} + pathname={`/blog/tags/${blogTagSlug(tag)}.html`} + entries={entries} +/> + diff --git a/src/pages/register.astro b/src/pages/register.astro new file mode 100644 index 00000000..b9d92923 --- /dev/null +++ b/src/pages/register.astro @@ -0,0 +1,20 @@ +--- +import SiteLayout from "../components/SiteLayout.astro"; +import TwoColumnPage from "../components/TwoColumnPage.astro"; +import { legacyPageArticle } from "../lib/legacy-page"; + +const articleHtml = legacyPageArticle("register.html"); +--- + + + + + + + diff --git a/src/pages/speeches/categories/[category].astro b/src/pages/speeches/categories/[category].astro new file mode 100644 index 00000000..da86ebff --- /dev/null +++ b/src/pages/speeches/categories/[category].astro @@ -0,0 +1,53 @@ +--- +import ArchiveListPage from "../../../components/ArchiveListPage.astro"; +import { getArchiveEntries, speechCategorySlug, uniqueSorted } from "../../../lib/archive"; + +function pageSlug(baseSlug, page) { + return page === 1 ? baseSlug : `${baseSlug}-page-${page}`; +} + +function pageHref(baseSlug) { + return (page) => `/speeches/categories/${pageSlug(baseSlug, page)}.html`; +} + +export async function getStaticPaths() { + const pageSize = 10; + const entries = await getArchiveEntries("speech"); + const categories = uniqueSorted(entries.flatMap((entry) => entry.data.categories ?? [])); + + return categories.flatMap((category) => { + const baseSlug = speechCategorySlug(category); + const categoryEntries = entries.filter((entry) => (entry.data.categories ?? []).includes(category)); + const totalPages = Math.max(1, Math.ceil(categoryEntries.length / pageSize)); + + return Array.from({ length: totalPages }, (_, index) => { + const currentPage = index + 1; + const currentSlug = currentPage === 1 ? baseSlug : `${baseSlug}-page-${currentPage}`; + return { + params: { category: currentSlug }, + props: { + category, + baseSlug, + currentPage, + totalPages, + entries: categoryEntries.slice(index * pageSize, index * pageSize + pageSize), + }, + }; + }); + }); +} + +const { category, baseSlug, currentPage, entries, totalPages } = Astro.props; +const title = `Category: ${category}`; +--- + +${category}`} + description={`Browse FFWPU Ireland speeches in ${category}.`} + pathname={`/speeches/categories/${pageSlug(baseSlug, currentPage)}.html`} + entries={entries} + currentPage={currentPage} + totalPages={totalPages} + pageHref={pageHref(baseSlug)} +/> diff --git a/src/pages/speeches/rev-dr-sun-myung-moon/[year].astro b/src/pages/speeches/rev-dr-sun-myung-moon/[year].astro new file mode 100644 index 00000000..17ee3eb0 --- /dev/null +++ b/src/pages/speeches/rev-dr-sun-myung-moon/[year].astro @@ -0,0 +1,56 @@ +--- +import SiteLayout from "../../../components/SiteLayout.astro"; +import { excerptFromBody, getArchiveEntries, uniqueSorted } from "../../../lib/archive"; + +export async function getStaticPaths() { + const entries = await getArchiveEntries("speech"); + const years = uniqueSorted(entries.map((entry) => entry.data.speechYear ?? "").filter(Boolean)); + + return years.map((year) => ({ + params: { year }, + props: { + year, + entries: entries.filter((entry) => entry.data.speechYear === year), + }, + })); +} + +const { year, entries } = Astro.props; +--- + + +
+
+
+ +
+
+
+

Speeches by Rev. Dr. Sun Myung Moon {year}

+
+ +
+
+
+
+ +
+
+
+
+ From cda618fc1a37f99c42ac650d7c05bb0395e0d719 Mon Sep 17 00:00:00 2001 From: Workshop Bot Date: Fri, 12 Jun 2026 16:11:13 +0000 Subject: [PATCH 11/58] Test contact label deploy --- src/content/pages/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/pages/contact.html b/src/content/pages/contact.html index 22b68c99..865956ce 100644 --- a/src/content/pages/contact.html +++ b/src/content/pages/contact.html @@ -9,7 +9,7 @@
From fc5762d267d7eecd1990ad1379f11bfe6ddcbe89 Mon Sep 17 00:00:00 2001 From: Workshop Bot Date: Fri, 12 Jun 2026 16:34:09 +0000 Subject: [PATCH 12/58] Revert contact label deploy test --- src/content/pages/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/pages/contact.html b/src/content/pages/contact.html index 865956ce..22b68c99 100644 --- a/src/content/pages/contact.html +++ b/src/content/pages/contact.html @@ -9,7 +9,7 @@ From 06093af633e1d54f120c88d28a45e57405245694 Mon Sep 17 00:00:00 2001 From: Loyyd Date: Sat, 13 Jun 2026 09:34:28 +0200 Subject: [PATCH 13/58] Add admin dashboard and Pocket ID auth notes --- .env.example | 14 + .forgejo/workflows/deploy.yml | 7 + docs/ADMIN.md | 49 +++ docs/POCKET-ID-AUTH.md | 75 ++++ scripts/copy-static-assets.mjs | 7 + src/components/SiteLayout.astro | 3 + src/data/events.ts | 31 ++ src/pages/admin/index.astro | 647 ++++++++++++++++++++++++++++++++ src/pages/contact.astro | 103 ++++- src/pages/events.astro | 40 +- 10 files changed, 947 insertions(+), 29 deletions(-) create mode 100644 .env.example create mode 100644 docs/ADMIN.md create mode 100644 docs/POCKET-ID-AUTH.md create mode 100644 src/data/events.ts create mode 100644 src/pages/admin/index.astro diff --git a/.env.example b/.env.example new file mode 100644 index 00000000..38f90cb6 --- /dev/null +++ b/.env.example @@ -0,0 +1,14 @@ +# Hosted form endpoint used by the contact form. +# Examples: Formspree, Basin, Getform, or a self-hosted POST endpoint. +PUBLIC_CONTACT_FORM_ENDPOINT= + +# Optional comma-separated fallback recipients used by the mailto fallback. +PUBLIC_CONTACT_RECIPIENTS=directors@familyfed.ie,info@familyfed.ie,media@familyfed.ie + +# Optional admin URL for reviewing stored contact form submissions. +PUBLIC_CONTACT_SUBMISSIONS_URL= + +# Optional Plausible analytics configuration. +PUBLIC_PLAUSIBLE_DOMAIN=familyfed.ie +PUBLIC_PLAUSIBLE_SCRIPT_SRC=https://plausible.io/js/script.js +PUBLIC_ANALYTICS_DASHBOARD_URL= diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 787303ae..89777ee4 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -15,6 +15,12 @@ jobs: env: NOMAD_ADDR: ${{ secrets.NOMAD_ADDR }} NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} + PUBLIC_ANALYTICS_DASHBOARD_URL: ${{ secrets.PUBLIC_ANALYTICS_DASHBOARD_URL }} + PUBLIC_CONTACT_FORM_ENDPOINT: ${{ secrets.PUBLIC_CONTACT_FORM_ENDPOINT }} + PUBLIC_CONTACT_RECIPIENTS: ${{ secrets.PUBLIC_CONTACT_RECIPIENTS }} + PUBLIC_CONTACT_SUBMISSIONS_URL: ${{ secrets.PUBLIC_CONTACT_SUBMISSIONS_URL }} + PUBLIC_PLAUSIBLE_DOMAIN: ${{ secrets.PUBLIC_PLAUSIBLE_DOMAIN }} + PUBLIC_PLAUSIBLE_SCRIPT_SRC: ${{ secrets.PUBLIC_PLAUSIBLE_SCRIPT_SRC }} REPO_URL: https://git.bcgen.ie/familyfedie/familyfedie-website.git run: | set -eu @@ -35,6 +41,7 @@ jobs: -c npm run build test -f dist/index.html + test -f dist/admin/index.html test -f dist/speeches/index.html test -f dist/assets/icons/familyfed-favicon.png diff --git a/docs/ADMIN.md b/docs/ADMIN.md new file mode 100644 index 00000000..5f7ad127 --- /dev/null +++ b/docs/ADMIN.md @@ -0,0 +1,49 @@ +# FamilyFed.ie admin notes + +The admin dashboard is generated at `/admin/index.html`. To make +`https://admin.familyfed.ie/` show the dashboard, configure the web server or +reverse proxy for that hostname to serve `dist/admin/index.html` as its root +document. + +Protect `admin.familyfed.ie` at the web server, reverse proxy, or hosting layer +with Pocket ID authentication. Require the Pocket ID user group +`familyfed_admin`. The generated page has `noindex`, but a static page cannot +enforce a secure admin login by itself. + +See `docs/POCKET-ID-AUTH.md` for the exact proxy/auth requirements. + +## Content changes + +- Calendar events live in `src/data/events.ts`. +- Speeches live in `content/speeches//.md`. +- The admin page includes builders that generate valid snippets/files for both. + +Because this is a static Astro site, the browser cannot securely write content +back into the repository by itself. Commit generated content changes to the +repository and deploy as usual. + +## Contact form + +Set `PUBLIC_CONTACT_FORM_ENDPOINT` during the build to make the contact form +send real submissions through a hosted form provider such as Formspree, Basin, +Getform, or a self-hosted endpoint. + +Optional variables: + +- `PUBLIC_CONTACT_RECIPIENTS`: comma-separated mail fallback recipients. +- `PUBLIC_CONTACT_SUBMISSIONS_URL`: admin dashboard URL for form submissions. + +If no endpoint is configured, the form falls back to opening the visitor's email +application with the message filled in. + +For deployment, add the matching variables as Forgejo secrets. The deploy +workflow passes them into the Astro build. + +## Analytics + +Set `PUBLIC_PLAUSIBLE_DOMAIN=familyfed.ie` to load Plausible analytics on the +public site. If using a self-hosted Plausible instance, set +`PUBLIC_PLAUSIBLE_SCRIPT_SRC` to the script URL. + +Set `PUBLIC_ANALYTICS_DASHBOARD_URL` to the analytics dashboard URL so the admin +page can link directly to visitor reports. diff --git a/docs/POCKET-ID-AUTH.md b/docs/POCKET-ID-AUTH.md new file mode 100644 index 00000000..7dd2d2c0 --- /dev/null +++ b/docs/POCKET-ID-AUTH.md @@ -0,0 +1,75 @@ +# Pocket ID auth for admin.familyfed.ie + +`admin.familyfed.ie` must be protected before traffic reaches the static Astro +files. Pocket ID is an OIDC provider, so the auth check belongs in the reverse +proxy or auth middleware. + +Required policy: + +- Host: `admin.familyfed.ie` +- Required Pocket ID group: `familyfed_admin` +- Static upstream/root: `dist/admin/index.html` + +## Recommended Tinyauth setup + +Pocket ID's proxy guide points to Tinyauth for reverse-proxy protection, and +Tinyauth supports Pocket ID groups through the `oauth.groups` app label. + +Create a Pocket ID OIDC client: + +- Name: `FamilyFed Admin` +- Callback URL: `https://auth.familyfed.ie/api/oauth/callback/pocketid` +- Scopes: `openid email profile groups` + +Configure Tinyauth with the Pocket ID client: + +```yaml +environment: + TINYAUTH_OAUTH_AUTOREDIRECT: pocketid + TINYAUTH_OAUTH_PROVIDERS_POCKETID_CLIENTID: "" + TINYAUTH_OAUTH_PROVIDERS_POCKETID_CLIENTSECRET: "" + TINYAUTH_OAUTH_PROVIDERS_POCKETID_AUTHURL: "https://pocket-id.familyfed.ie/authorize" + TINYAUTH_OAUTH_PROVIDERS_POCKETID_TOKENURL: "https://pocket-id.familyfed.ie/api/oidc/token" + TINYAUTH_OAUTH_PROVIDERS_POCKETID_USERINFOURL: "https://pocket-id.familyfed.ie/api/oidc/userinfo" + TINYAUTH_OAUTH_PROVIDERS_POCKETID_REDIRECTURL: "https://auth.familyfed.ie/api/oauth/callback/pocketid" + TINYAUTH_OAUTH_PROVIDERS_POCKETID_SCOPES: "openid email profile groups" + TINYAUTH_OAUTH_PROVIDERS_POCKETID_NAME: "Pocket ID" +``` + +Add app access labels for the admin host: + +```yaml +labels: + tinyauth.apps.familyfed-admin.config.domain: "admin.familyfed.ie" + tinyauth.apps.familyfed-admin.oauth.groups: "familyfed_admin" +``` + +Users outside `familyfed_admin` should receive the unauthorized page from the +auth middleware and never reach the static admin HTML. + +## Caddy with caddy-security + +If the live proxy is Caddy with `caddy-security`, create a Pocket ID OIDC client +with this callback URL: + +```text +https://admin.familyfed.ie/caddy-security/oauth2/generic/authorization-code-callback +``` + +Configure the authorization policy to allow only users whose OIDC groups claim +contains `familyfed_admin`, then serve or reverse-proxy the static admin output. +Pocket ID's own guide documents the Caddy callback shape and OIDC provider +settings; the group condition must be added in the Caddy authorization policy. + +## Deployment checks + +The site build now verifies that `dist/admin/index.html` exists. That confirms +the static admin page is available for the host, but it does not prove the +external proxy has enabled Pocket ID. Verify live protection with: + +```bash +curl -I https://admin.familyfed.ie/ +``` + +Expected unauthenticated behavior is a redirect to the Pocket ID/Tinyauth login +or a `401`/`403` response from the auth middleware. diff --git a/scripts/copy-static-assets.mjs b/scripts/copy-static-assets.mjs index 0525126e..5461f7f2 100644 --- a/scripts/copy-static-assets.mjs +++ b/scripts/copy-static-assets.mjs @@ -17,10 +17,17 @@ for (const dir of staticDirs) { const speechIndexSource = path.join(distRoot, "speeches.html"); const speechIndexDestination = path.join(distRoot, "speeches", "index.html"); +const adminIndexSource = path.join(distRoot, "admin.html"); +const adminIndexDestination = path.join(distRoot, "admin", "index.html"); if (fs.existsSync(speechIndexSource)) { fs.mkdirSync(path.dirname(speechIndexDestination), { recursive: true }); fs.copyFileSync(speechIndexSource, speechIndexDestination); } +if (fs.existsSync(adminIndexSource)) { + fs.mkdirSync(path.dirname(adminIndexDestination), { recursive: true }); + fs.copyFileSync(adminIndexSource, adminIndexDestination); +} + console.log(`Copied ${staticDirs.join(", ")} into dist/.`); diff --git a/src/components/SiteLayout.astro b/src/components/SiteLayout.astro index b56edd27..d5cdf798 100644 --- a/src/components/SiteLayout.astro +++ b/src/components/SiteLayout.astro @@ -18,6 +18,8 @@ const siteOrigin = Astro.site?.origin ?? "https://familyfed.ie"; const absoluteUrl = (value) => value ? new URL(value, siteOrigin).toString() : undefined; const canonicalUrl = absoluteUrl(canonical ?? pathname); const imageUrl = absoluteUrl(image); +const plausibleDomain = import.meta.env.PUBLIC_PLAUSIBLE_DOMAIN ?? ""; +const plausibleScriptSrc = import.meta.env.PUBLIC_PLAUSIBLE_SCRIPT_SRC ?? "https://plausible.io/js/script.js"; const metaTitle = title .replace(/–|–/g, "-") .replace(/‘|’|‘|’/g, "'") @@ -49,6 +51,7 @@ const metaTitle = title + {plausibleDomain && } diff --git a/src/data/events.ts b/src/data/events.ts new file mode 100644 index 00000000..a3b0a451 --- /dev/null +++ b/src/data/events.ts @@ -0,0 +1,31 @@ +export type CalendarEvent = { + id: string; + title: string; + date: string; + startTime: string; + endTime: string; + location: string; + details: string; + url?: string; +}; + +export type RecurringCalendarEvent = Omit & { + weekday: number; + startDate?: string; + endDate?: string; +}; + +export const recurringCalendarEvents: RecurringCalendarEvent[] = [ + { + id: "sunday-service", + title: "Sunday Service", + startTime: "11:00", + endTime: "12:00", + location: "19 North Great Georges St., Dublin 1, Ireland", + details: "Weekly Sunday Service video upload and community worship.", + url: "/services.html", + weekday: 0, + }, +]; + +export const calendarEvents: CalendarEvent[] = []; diff --git a/src/pages/admin/index.astro b/src/pages/admin/index.astro new file mode 100644 index 00000000..cb508692 --- /dev/null +++ b/src/pages/admin/index.astro @@ -0,0 +1,647 @@ +--- +import { getArchiveEntries } from "../../lib/archive"; +import { calendarEvents, recurringCalendarEvents } from "../../data/events"; + +const entries = await getArchiveEntries(); +const blogEntries = entries.filter((entry) => entry.data.type === "blog"); +const speechEntries = entries.filter((entry) => entry.data.type === "speech"); +const contactFormEndpoint = import.meta.env.PUBLIC_CONTACT_FORM_ENDPOINT ?? ""; +const contactSubmissionsUrl = import.meta.env.PUBLIC_CONTACT_SUBMISSIONS_URL ?? ""; +const analyticsDashboardUrl = import.meta.env.PUBLIC_ANALYTICS_DASHBOARD_URL ?? ""; +const plausibleDomain = import.meta.env.PUBLIC_PLAUSIBLE_DOMAIN ?? ""; +const today = new Date().toISOString().slice(0, 10); +const adminConfig = { + analyticsDashboardUrl, + contactEndpointConfigured: Boolean(contactFormEndpoint), + contactSubmissionsUrl, + plausibleDomain, +}; +--- + + + + + + + + FamilyFed.ie Admin + + + + +
+
+
+
+ +
+

admin.familyfed.ie

+

FamilyFed.ie Admin

+
+
+ +
+
+ +
+
+
+ {calendarEvents.length + recurringCalendarEvents.length} + Calendar event definitions +
+
+ {speechEntries.length} + Speeches in content +
+
+ {blogEntries.length} + Blog and news posts +
+
+ {plausibleDomain || "Off"} + Visitor analytics +
+
+ +
+
+
+

Add Calendar Event

+

Generate a valid event entry for src/data/events.ts. Add the snippet inside calendarEvents, then run the build.

+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+ +
+ +
+

Add Speech

+

Generate a Markdown speech file for content/speeches. The generated path matches the archive structure used by the site.

+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + + Download .md +
+
+ + +
+
+
+
+ + +
+
+
+ + + + diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 8fafbe9e..dc1687b1 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -2,6 +2,29 @@ import SiteLayout from "../components/SiteLayout.astro"; import TwoColumnPage from "../components/TwoColumnPage.astro"; import articleHtml from "../content/pages/contact.html?raw"; + +const contactFormEndpoint = import.meta.env.PUBLIC_CONTACT_FORM_ENDPOINT ?? ""; +const contactRecipients = import.meta.env.PUBLIC_CONTACT_RECIPIENTS ?? "directors@familyfed.ie,info@familyfed.ie,media@familyfed.ie"; +const contactFormAction = contactFormEndpoint || `mailto:${contactRecipients}`; +const contactFormConfig = JSON.stringify({ + endpoint: contactFormEndpoint, + recipients: contactRecipients, +}); +const escapeHtmlAttribute = (value: string) => + value + .replace(/&/g, "&") + .replace(/"/g, """) + .replace(//g, ">"); +const contactArticleHtml = articleHtml + .replace( + 'action="mailto:directors@familyfed.ie,info@familyfed.ie,media@familyfed.ie"', + `action="${escapeHtmlAttribute(contactFormAction)}"`, + ) + .replace( + 'method="post" enctype="text/plain"', + contactFormEndpoint ? 'method="post"' : 'method="post" enctype="text/plain"', + ); --- - - diff --git a/src/pages/events.astro b/src/pages/events.astro index 7c8bef36..fd996032 100644 --- a/src/pages/events.astro +++ b/src/pages/events.astro @@ -1,6 +1,7 @@ --- import SiteLayout from "../components/SiteLayout.astro"; import mainHtml from "../content/pages/events.html?raw"; +import { calendarEvents, recurringCalendarEvents } from "../data/events"; --- - From d14a81e523d192b1a04f3bc418fce403adfb637c Mon Sep 17 00:00:00 2001 From: Loyyd Date: Tue, 16 Jun 2026 16:24:53 +0200 Subject: [PATCH 15/58] Refine admin speech management --- src/pages/admin/index.astro | 384 +++++++++++++++++++----------------- 1 file changed, 198 insertions(+), 186 deletions(-) diff --git a/src/pages/admin/index.astro b/src/pages/admin/index.astro index 874737bf..5d0f2029 100644 --- a/src/pages/admin/index.astro +++ b/src/pages/admin/index.astro @@ -17,6 +17,32 @@ const latestEntryDate = latestEntry?.data.published : "No date"; const totalEvents = calendarEvents.length + recurringCalendarEvents.length; const configuredServices = [contactFormEndpoint, plausibleDomain].filter(Boolean).length; +const speechAdminEntries = speechEntries.map((entry) => { + const categories = entry.data.categories ?? []; + const tags = entry.data.tags ?? []; + const publishedDate = entry.data.published?.slice(0, 10) ?? today; + const speechYear = entry.data.speechYear ?? entry.id.match(/\b(1\d{3}|20\d{2})\b/)?.[1] ?? new Date().getFullYear().toString(); + const categoryText = categories.join(" ").toLowerCase(); + const collection = entry.data.speechCollection ?? ""; + const speaker = categoryText.includes("hak ja han") || collection === "mrs-hak-ja-han-moon" + ? "mrs" + : categoryText.includes("rev sun myung moon") || /^\d{4}$/.test(collection) || /^\d{4}$/.test(speechYear) + ? "rev" + : "other"; + + return { + id: entry.id, + path: `content/${entry.id}.md`, + title: entry.data.title ?? entry.id, + publishedDate, + speechYear, + speaker, + source: entry.data.source ?? "", + categories, + tags, + body: entry.body ?? "", + }; +}); const adminConfig = { analyticsDashboardUrl, contactEndpointConfigured: Boolean(contactFormEndpoint), @@ -390,7 +416,7 @@ const adminConfig = { .admin-workspace { display: grid; - grid-template-columns: minmax(0, 1fr) 340px; + grid-template-columns: minmax(0, 1fr); gap: 20px; align-items: start; } @@ -452,6 +478,42 @@ const adminConfig = { padding: 18px; } + .admin-speech-list { + display: grid; + gap: 8px; + max-height: 420px; + overflow: auto; + padding-right: 4px; + } + + .admin-speech-row { + display: grid; + grid-template-columns: minmax(0, 1fr) auto; + gap: 12px; + align-items: center; + padding: 12px; + border: 1px solid var(--admin-border); + border-radius: 7px; + background: var(--admin-panel-alt); + } + + .admin-speech-row-title { + display: block; + overflow: hidden; + font-weight: 800; + text-overflow: ellipsis; + white-space: nowrap; + } + + .admin-speech-row-meta { + display: flex; + flex-wrap: wrap; + gap: 8px; + margin-top: 3px; + color: var(--admin-muted); + font-size: 12px; + } + .admin-form { display: grid; gap: 14px; @@ -684,11 +746,6 @@ const adminConfig = {

FamilyFed.ie Admin

- @@ -741,54 +798,6 @@ const adminConfig = { -
-
-
-
- -

Content Tools

-
-
-
-
- - - View Public Speeches -
-
-
- -
-
-
- -

Operations

-
-
-
-
    -
  • - Contact form - - {contactFormEndpoint ? "Endpoint configured" : "Needs PUBLIC_CONTACT_FORM_ENDPOINT"} - -
  • -
  • - Visitor analytics - - {plausibleDomain ? `Tracking ${plausibleDomain}` : "Needs PUBLIC_PLAUSIBLE_DOMAIN"} - -
  • -
-
-
- -
- Static admin note -

The dashboard can generate clean content files, but it cannot write to the repository from the browser.

- -
-
- - + - - + diff --git a/src/pages/register.astro b/src/pages/register.astro index b9d92923..5a2c0130 100644 --- a/src/pages/register.astro +++ b/src/pages/register.astro @@ -10,11 +10,10 @@ const articleHtml = legacyPageArticle("register.html"); title="Marriage Blessing Celebration – FFWPU Ireland" description="Marriage Blessing Celebration event details and registration information from FFWPU Ireland." bodyClass="page-template-default page page-id-2522 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" - pathname="/register.html" - canonical="/register.html" + pathname="/register" + canonical="/register" > - diff --git a/src/pages/services.astro b/src/pages/services.astro index c1e99de6..8b378cdd 100644 --- a/src/pages/services.astro +++ b/src/pages/services.astro @@ -8,8 +8,8 @@ import articleHtml from "../content/pages/services.html?raw"; title="Sunday Services – FFWPU Ireland" description="Find FFWPU Ireland Sunday service videos and archived Sunday service messages from the Dublin community." bodyClass="page-template-default page page-id-33 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" - pathname="/services.html" - canonical="/services.html" + pathname="/services" + canonical="/services" > diff --git a/src/pages/speeches/categories/[category].astro b/src/pages/speeches/categories/[category].astro index da86ebff..de76ab86 100644 --- a/src/pages/speeches/categories/[category].astro +++ b/src/pages/speeches/categories/[category].astro @@ -7,7 +7,7 @@ function pageSlug(baseSlug, page) { } function pageHref(baseSlug) { - return (page) => `/speeches/categories/${pageSlug(baseSlug, page)}.html`; + return (page) => `/speeches/categories/${pageSlug(baseSlug, page)}`; } export async function getStaticPaths() { @@ -45,7 +45,7 @@ const title = `Category: ${category}`; title={title} heading={`Category: ${category}`} description={`Browse FFWPU Ireland speeches in ${category}.`} - pathname={`/speeches/categories/${pageSlug(baseSlug, currentPage)}.html`} + pathname={`/speeches/categories/${pageSlug(baseSlug, currentPage)}`} entries={entries} currentPage={currentPage} totalPages={totalPages} diff --git a/src/pages/speeches/rev-dr-sun-myung-moon/[year].astro b/src/pages/speeches/rev-dr-sun-myung-moon/[year].astro index 17ee3eb0..eeb293bd 100644 --- a/src/pages/speeches/rev-dr-sun-myung-moon/[year].astro +++ b/src/pages/speeches/rev-dr-sun-myung-moon/[year].astro @@ -1,6 +1,7 @@ --- import SiteLayout from "../../../components/SiteLayout.astro"; import { excerptFromBody, getArchiveEntries, uniqueSorted } from "../../../lib/archive"; +import { stripHtmlExtensionFromInternalUrl } from "../../../lib/urls"; export async function getStaticPaths() { const entries = await getArchiveEntries("speech"); @@ -22,8 +23,8 @@ const { year, entries } = Astro.props; title={`Speeches by Rev. Dr. Sun Myung Moon ${year} – FFWPU Ireland`} description={`Browse FFWPU Ireland speech archive entries from ${year}.`} bodyClass="page-template-default page custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" - pathname={`/speeches/rev-dr-sun-myung-moon/${year}.html`} - canonical={`/speeches/rev-dr-sun-myung-moon/${year}.html`} + pathname={`/speeches/rev-dr-sun-myung-moon/${year}`} + canonical={`/speeches/rev-dr-sun-myung-moon/${year}`} >
@@ -38,7 +39,7 @@ const { year, entries } = Astro.props; { entries.map((entry) => (
  • - {entry.data.title ?? "Untitled"} + {entry.data.title ?? "Untitled"}
    {excerptFromBody(entry.body, 150)}
  • )) @@ -53,4 +54,3 @@ const { year, entries } = Astro.props;
    - diff --git a/src/pages/the-founders.astro b/src/pages/the-founders.astro index 6331081e..d0e8e1e7 100644 --- a/src/pages/the-founders.astro +++ b/src/pages/the-founders.astro @@ -8,8 +8,8 @@ import articleHtml from "../content/pages/the-founders.html?raw"; title="The Founders – FFWPU Ireland" description="Read about Rev. Sun Myung Moon and Dr. Hak Ja Han Moon, the founders of the Family Federation for World Peace and Unification." 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" - canonical="/the-founders.html" + pathname="/the-founders" + canonical="/the-founders" > diff --git a/src/pages/videos.astro b/src/pages/videos.astro index a6f3f19e..88d0d9b0 100644 --- a/src/pages/videos.astro +++ b/src/pages/videos.astro @@ -8,8 +8,8 @@ import articleHtml from "../content/pages/videos.html?raw"; title="Videos – FFWPU Ireland" description="Watch FFWPU Ireland videos on faith, family, the Divine Principle, Rev. Sun Myung Moon, and inspirational teaching resources." bodyClass="page-template-default page page-id-44 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" - pathname="/videos.html" - canonical="/videos.html" + pathname="/videos" + canonical="/videos" > From d433a3e76c76203b19bfb79c1fd08bea7908b57d Mon Sep 17 00:00:00 2001 From: Samuel McCann Date: Thu, 2 Jul 2026 22:58:35 +0000 Subject: [PATCH 19/58] speeches: remove broken unification.net drop-cap images (#8) Co-authored-by: Samuel McCann Co-committed-by: Samuel McCann --- ...anniversary-of-the-777-couples-blessing.md | 46 +++++++++---------- ...lization-of-the-kingdom-of-god-on-earth.md | 2 +- .../speeches/1978/the-inheritance-of-love.md | 12 ++--- .../speeches/1995/the-leaders-conference.md | 32 ++++++------- .../where-is-the-base-for-the-true-ideal.md | 2 +- ...een-from-the-viewpoint-of-the-principle.md | 8 ++-- ...in-search-of-the-origin-of-the-universe.md | 2 +- ...-the-island-nations-in-the-21st-century.md | 16 +++---- .../1996/true-parents-and-true-family.md | 22 ++++----- ...f-the-providential-history-of-salvation.md | 22 ++++----- ...e-and-how-do-you-want-to-live-your-life.md | 2 +- 11 files changed, 83 insertions(+), 83 deletions(-) diff --git a/content/speeches/1978/address-at-the-eighth-anniversary-of-the-777-couples-blessing.md b/content/speeches/1978/address-at-the-eighth-anniversary-of-the-777-couples-blessing.md index ac0ab50f..b5b7d37a 100644 --- a/content/speeches/1978/address-at-the-eighth-anniversary-of-the-777-couples-blessing.md +++ b/content/speeches/1978/address-at-the-eighth-anniversary-of-the-777-couples-blessing.md @@ -14,14 +14,14 @@ tags: []

    Rev. Sun Myung Moon

    October 22, 1978
    Soo Taek Lee, Korea

    -

    Earlier I spoke about Home Church — the final barrier that we in the Unification movement have to go through. Since we cannot fulfill our mission without going through this last gateway, let me speak again on this topic.

    +

    Earlier I spoke about Home Church — the final barrier that we in the Unification movement have to go through. Since we cannot fulfill our mission without going through this last gateway, let me speak again on this topic.

    Originally, if man had not fallen, there would have been no necessity for even the words “Home Church.” The completed, perfected family of Adam and Eve would have become the family which could have directly attended God, and naturally communicated with the angelic world. This family would have produced children, formed their tribe and their nation, and eventually the whole world would have become the world of Adam’s family.

    Then what happened because of the fall? By falling, Adam and Eve were separated from God and cut off from the angelic world. They lost everything. They were expelled from the Garden, which means they lost the standard of true human beings, the true family standard, and the true national standard. Who was responsible for that? It wasn’t God, nor was it the angelic world, nor the world of creation. It was the responsibility of mankind.

    Therefore, we are destined to follow the course of the providence of restoration. A person cannot go this path alone. He or she needs the help of God and the spirit world. Therefore, God and the spirit world have been mobilized to help fallen man on earth complete the history of recreation.

    God created man after He had created the physical world. Therefore, the restoration of man must start after the restoration of material things. In order to restore material things, people in the Old Testament Age made offerings to God using things from the creation. Such offerings united God, the spirit world and the creation into a substantial foundation. Through these successful offerings, the foundation to restore a substantial Adam was begun.

    This foundation of offering was supposed to be established worldwide. To do that, a particular nation, Israel, was elected. It was God’s hope that Israel would become the most important nation in the world, so that when the foundation was completed there, it would represent all the world. On that kind of foundation, perfected Adam and Eve would be able to stand.

    The way of the cross of love

    -

    The New Testament Age started when Jesus Christ, who came with the purpose of completing God’s will, became the offering. This offering expanded worldwide as Christianity grew and prepared the environment for the restoration of all mankind. Therefore, among all religions, Christianity became the central religion. However, its foundation is only on the spiritual level.

    +

    The New Testament Age started when Jesus Christ, who came with the purpose of completing God’s will, became the offering. This offering expanded worldwide as Christianity grew and prepared the environment for the restoration of all mankind. Therefore, among all religions, Christianity became the central religion. However, its foundation is only on the spiritual level.

    If man had not fallen, the original standard would have been the perfection of both body and spirit. So, since Christianity has only a spiritual foundation, the matter of the Second Advent becomes important. God has been developing Christianity, the second Israel, on a worldwide basis in order to lay the foundation to receive the Messiah, who will come as a substantial person. His task is to restore through indemnity the foundation of perfected Adam, who is the center of the whole world, and to unify both body and spirit, physical and spiritual.

    The Unification movement arose out of the need for a perfected person who can unify body and spirit on the foundation of worldwide Christianity. That person stands in the unfallen position and has the responsibility to establish the ideal of God’s love worldwide. In the Old Testament Age, blood was shed through offerings. In the New Testament Age, martyrs shed blood, offering their lives to advance God’s will.

    In this age of the Unification movement, “blood” is shed through sacrificial love. Due to the fall, mankind lost God, the angelic world, and a true relationship with the physical world. People lost their grip on true love. To reach the goal of that true love, we have to go the way of sacrifice, which is in a sense the shedding of heartistic “blood.” That is the mission of this movement.

    @@ -30,10 +30,10 @@ Soo Taek Lee, Korea

    In the family we can also prepare the foundation for the restoration of material things and stand in the position representing perfected Adam, or God’s true child. And finally, centering upon God, through becoming substantial parents, we can fulfill our responsibility to perfect the unity of spirit and body, that is, God’s sphere of unified heart. That is the internal responsibility of the Unification Church.

    What is the difference between the Unification Church and traditional religions? The primary purpose of the existing traditional religions has been the salvation of individuals. Many religions developed and expanded by preaching only about how to perfect the ideal personality. But the Unification Church was formed to bring the perfection of the family. In the past, in order to be saved through any of the individualistic religions, all that was required was that a person offer and dedicate himself on the individual level. But this is now the age of the perfection of the family, which will happen only if we are able to make an offering of our own families.

    Family representing mankind

    -

    Unification Church members do not start their family life immediately after they receive the Blessing from God. After they are blessed, they are supposed to start an official three-year course of separation. Before we can have our own families, we must make indemnity conditions to restore the historical background of fallen families and the many families today who are not God-centered. Then what is the relationship between your family and families in the secular world? To use the terminology of the Unification Church, your family is the internal, Abel-type family, and the secular families are the external, Cain-type families. Before Unification Church members were given the Blessing, the division into Abel and Cain was on the individual level. But with the advent of the Blessing, the division into Abel and Cain was established on the level of families

    +

    Unification Church members do not start their family life immediately after they receive the Blessing from God. After they are blessed, they are supposed to start an official three-year course of separation. Before we can have our own families, we must make indemnity conditions to restore the historical background of fallen families and the many families today who are not God-centered. Then what is the relationship between your family and families in the secular world? To use the terminology of the Unification Church, your family is the internal, Abel-type family, and the secular families are the external, Cain-type families. Before Unification Church members were given the Blessing, the division into Abel and Cain was on the individual level. But with the advent of the Blessing, the division into Abel and Cain was established on the level of families

    The sphere of families centered upon God expands through the Blessing By attending our True Parents, these families inherit the internal heart of heaven. As these families expand horizontally, they form tribes and nations. Furthermore, you may be Korean, but your family is not limited to the Korean people; it is worldwide, transcending national or cultural boundaries. So even if your family is Kim or Park, its members are not just individuals but representatives of mankind and the whole world. In other words, you must understand that your families represent the whole world, beyond tribes, beyond nations, beyond cultures. You have been given that kind of responsibility. Centering upon True Parents, our family foundation has advanced from 36 families, to 72 families and so on, expanding the foundation of restoration through indemnity up to the worldwide basis.

    The third seven-year course

    -

    After you receive the Blessing, you still have to walk the path of witnessing and the way of faith. The fact that we have been blessed does not mean that we have achieved a stronger position than the secular world. When we formed blessed families, there were already clans and tribes in the secular world. Even if we establish a sphere of God’s dominion on the national level, the secular world has already established nations and they already have their own world. Therefore we still have the task of establishing God’s domain on the level of the world.

    +

    After you receive the Blessing, you still have to walk the path of witnessing and the way of faith. The fact that we have been blessed does not mean that we have achieved a stronger position than the secular world. When we formed blessed families, there were already clans and tribes in the secular world. Even if we establish a sphere of God’s dominion on the national level, the secular world has already established nations and they already have their own world. Therefore we still have the task of establishing God’s domain on the level of the world.

    God’s Blessing has been given within this world of satanic dominion. Therefore, there are still stages for us to go through. Individual blessed families must go on to the levels of tribe, society, nation and world. The final level we must reach is that of the Heavenly Kingdom.

    You may think that the Blessing is all you need, but that is not true. When you received the Blessing you were not in the position to overcome the secular world completely and go beyond it to the Kingdom of Heaven. You were blessed within this satanic world, and your Blessing establishes Abel-type families. The Cain world, which is ahead of us externally, will not immediately acknowledge and obey someone whose position they consider inferior. They will certainly try to persecute us and crush us. We have to go through a process to win them over.

    My Holy Wedding ceremony took place in 1960, but my family was not formed on the foundation of victory over this world and the spiritual world. Even though it had a victorious foundation, it was merely the national-level foundation of Korea. It inherited the position of Jesus Christ who did not complete His mission. Therefore, unless the Korean nation could support me, I was destined to be persecuted by Satan and the satanic world on my way to forming a new tribe, nation, and world.

    @@ -41,27 +41,27 @@ Soo Taek Lee, Korea

    In my own case, the important thing is to establish certain conditions within a providential time period on the level of the nation and world. So in the Abel position, I have to go through persecution on the level of individual, family, society, nation, and world. I have to survive this persecution and prepare the victorious foundation to connect this Abel-centered ideology with all of these levels.

    The Unification Church established three seven-year courses since 1960 centering upon me, in order to indemnify the 2,000 year history of Christianity and the struggle between the spirit and the body. The death of Jesus on the cross was the sacrifice of the physical body for the spiritual foundation. Therefore, the spirit and body were not able to unite, and they have been in conflict with each other. Traditional Christianity is based upon a spiritual foundation, while the Unification Church is based upon a foundation of both spirit and body. That is why we have been struggling through Christian persecution and opposition up to now.

    The course of restoration for blessed families

    -

    The United States is the representative of worldwide Christianity. We went through all kinds of struggles there for three and a half years, from April 1, 1973, to September 1976, when we achieved victory. This victory established the worldwide victorious foundation for the Unification Church centering upon both spirit and body.

    +

    The United States is the representative of worldwide Christianity. We went through all kinds of struggles there for three and a half years, from April 1, 1973, to September 1976, when we achieved victory. This victory established the worldwide victorious foundation for the Unification Church centering upon both spirit and body.

    On February 23, 1977, we proclaimed the beginning of a new age. Now we can never perish, no matter how hard worldwide Christianity comes against us. We are entering the age when the more they oppose us, the more they lose and the more we gain. The spiritual and physical foundation and material blessings from the secular world will come to the Unification Church.

    The blessed families in Korea have been unaware of many of the things going on in the world. Instead of sacrificing themselves for the sake of God, blessed families have been living for their own sake, because of ignorance. This keeps them from transcending their national boundaries. Not knowing how to live as blessed families, they thought that just by believing and following me, they would prosper and I would take them to the Kingdom of Heaven. But that is not the case. You yourselves must follow the path of restoration through indemnity centering upon your family and your nation, just as I have done. Everyone has to go this path. If you follow my path exactly, although it is tremendously difficult, you can inherit the foundation which has already been established, and you can be engrafted to it.

    I sometimes hear members say, “I am too busy to do home church work,” but this is because they don’t know its real meaning. Home Church is not what you do because you like to do it. Unless it is fulfilled, you cannot enter the Kingdom of Heaven.

    To establish God’s providence, you must go through the Abel-type foundation. You must become an individual Abel, a family Abel, a tribal Abel, a national Abel, a world Abel, and then you must become the perfected Abel who can receive God’s love. Originally, this should have been done within the one generation of Adam and Eve, but it took God 6,000 biblical years to make this kind of foundation.

    God’s heart is unchanging. If God loses a beloved person, He will still have a heartache 1,000 years later. God is the being who transcends time and space. Therefore, no matter how much time passes, God’s heartistic pain has the same intensity from beginning to end. We must understand and inherit God’s heart. For that reason, the Messiah comes on the worldwide Christian foundation and connects the world through this nucleus of God’s heart. Thus he brings together the present world, which is the horizontal plane, with the historical world of God’s heart, which is the vertical plane. By so doing, the entire sphere of restoration is completed; the cosmos is connected with its proper center.

    The Blessing at the risk of life

    -

    The Messiah comes in order to complete the historical providence and to connect all the ages, horizontally and vertically. Although he comes as an individual, he represents Christianity and the Christian nations of the world. He also represents the individuals, families, tribes, peoples of the Christian world. Since he has such a responsibility, his mission is worldwide. His mission starts from his family, because all the fallen elements began in the family of Adam and Eve. It was Adam and Eve who drove God out of the family. Because of their mistake, the angelic world was divided. Adam and Eve lost the world of material things, human value and human love, because they made a mistake as man and woman. From the point of view of the Principle, only when man and woman meet properly can they be restored properly.

    +

    The Messiah comes in order to complete the historical providence and to connect all the ages, horizontally and vertically. Although he comes as an individual, he represents Christianity and the Christian nations of the world. He also represents the individuals, families, tribes, peoples of the Christian world. Since he has such a responsibility, his mission is worldwide. His mission starts from his family, because all the fallen elements began in the family of Adam and Eve. It was Adam and Eve who drove God out of the family. Because of their mistake, the angelic world was divided. Adam and Eve lost the world of material things, human value and human love, because they made a mistake as man and woman. From the point of view of the Principle, only when man and woman meet properly can they be restored properly.

    What is the Blessing in the Unification Church? It is the union of man and woman centered not on selfishness but upon God. Everything was lost because man and woman came together wrongly, so by reversing this relationship and setting it on the proper foundation, we can come back to God. This is the meaning of the Blessing of the Unification Church. Who gives the Blessing on behalf of God? The Messiah must do it.

    The Lord of the Second Advent of Christianity comes as the bridegroom to meet his bride. Although he takes his bride as an individual, still it has significance on the world level. Their union is the junction of the vertical and horizontal ages and the death sentence of the satanic world. Therefore, all of the satanic world will mobilize to prevent the Messiah and his bride from achieving success.

    Unless the religions of the world unite and support the Messiah, they will be taken over by the satanic side. If they remain silent, they will also be taken over by the satanic side. Since the established churches in Korea did not support the Messiah, Satan could invade the foundation of the nation and the church. The Messiah had to secure his position under maximum persecution and attack — the greatest battle ever fought. That was in 1960 through the Holy Wedding. The Blessing of the 36 Couples also took place under desperate circumstances. The Blessings of the 36, 72 and 124 Couples laid a foundation on earth. By the time of the 777 Couple Blessing, we had established a foundation to expand worldwide. That is the history of the Unification Church.

    After 21 years we will open the gates so that all humanity can be connected, the gates through which all five races or colors can enter.

    Restoration of Canaan

    -

    The Unification Church made a new beginning and became a worldwide church with the Blessing of 430 Couples. That Blessing corresponds to 4,300 years of Korean history. Also 430 is the number of years which the Israelites had to suffer in Egypt in order to restore Canaan. Christians set out to restore the worldwide Canaan centered on the individual, not the family. The Christians, the Israelites of their time, upheld celibacy as a great virtue. The family level remained in the realm of Satan. So from God’s point of view it was the age of restoring Canaan on the individual level.

    +

    The Unification Church made a new beginning and became a worldwide church with the Blessing of 430 Couples. That Blessing corresponds to 4,300 years of Korean history. Also 430 is the number of years which the Israelites had to suffer in Egypt in order to restore Canaan. Christians set out to restore the worldwide Canaan centered on the individual, not the family. The Christians, the Israelites of their time, upheld celibacy as a great virtue. The family level remained in the realm of Satan. So from God’s point of view it was the age of restoring Canaan on the individual level.

    For the first time in history, the family level movement of the restoration of Canaan is taking place worldwide, through the Unification Church. Korean, Japanese and American Unification Church members have been traveling around like gypsies, unable to settle down. Then where is the Canaan for the Unification Church? It is nothing less than the Heavenly Kingdom on earth. When the planet Earth has entered Canaan we will call it the Heavenly Kingdom on earth. The Israelites were headed towards a particular nation they called Canaan. For us, Canaan is the whole world. The Canaan of the Israelites was centered upon individuals, while the joyous world of Canaan we are seeking is centered upon the family.

    Now we are walking the path of the 21-year course. If we have faith and follow in heart and spirit, within 21 years we can prepare the foundation for the worldwide restoration of Canaan. Then, within 40 years, we can make this whole world a peaceful Heavenly Kingdom. Forty years after 1960, by the year 2000, the Heavenly Kingdom will have been completed. So where are we in the Unification Church now? Are we going to be like the Israelites who wandered around in the wilderness for 40 years or like those who should have gone directly to Canaan within 21 days? Our Canaan is worldwide. If we cannot go within 21 years we may have to wander around for 40 years, perhaps witnessing worldwide destruction.

    When we think of this possibility, we must succeed in 21 years, expanding God’s territory centering upon America, which was prepared by God as the center of the world. We must begin in that country, where the five colors of people are included. Centering upon America the whole world will be connected to God.

    The 430 Couples are the ones who connect all the families of the world, uniting the five races of the world. It is very significant for the Unification Church to have a wedding ceremony centered upon the number 430. There were 430 Couples blessed in Korea and a total of 43 Couples blessed in Japan, the United States and Europe, corresponding to the 430 Couples in Korea. The original three blessed families were connected with them as well. That Blessing established the national foundation in Korea, representing the whole world; now all Koreans from all stations in life have the foundation to dwell in heaven on earth. The representative number 43 is the foundation upon which all the nations of the world can enter the Heavenly Kingdom.

    This was the foundation for the Blessing of 777 Couples. By that Blessing the worldwide gate was opened, connecting all the races, nations and families with God. By going through the gate of the 777 Couples, which the Unification Church has made, all people can go to heaven. Therefore that Blessing can make a new worldwide start.

    The three-year witnessing campaign

    -

    From 1970-72, many of the blessed families participated in a campaign to establish the foundation for the worldwide blessed land of Canaan. Not only in Korea but also in Japan and other countries, blessed members left their homes and returned to their native provinces and villages to witness. Centering upon Korea all the blessed families worked for three years.

    +

    From 1970-72, many of the blessed families participated in a campaign to establish the foundation for the worldwide blessed land of Canaan. Not only in Korea but also in Japan and other countries, blessed members left their homes and returned to their native provinces and villages to witness. Centering upon Korea all the blessed families worked for three years.

    For that reason, I myself went to America, which is the center stage of the world. Up until then I had spoken at our small church at Chungpa Dong, but I had never appeared in a public place. All the revival meetings had been conducted by my disciples. But because it was time to transcend the national level and begin my mission on the worldwide level, I left Korea in 1971 and went to America. For the sake of God I gave up myself, my wife, and my children during those three years. In the same way, in Korea wives gave up their children; husbands went to the north, wives went to the south, and children went to the east; everybody was separated.

    Then what is the foundation for Korea to receive the Blessing? When I asked the blessed families to follow such a difficult and severe path, I was denounced. The blessed couples all complained. Some people predicted it would destroy the Unification Church. When the blessed members left for their missions, they left their children with their parents or other relatives in Korea.

    This action brought much criticism and accusation. People said, “The man named Moon is colder than wood or stone. Even tigers know that they should take care of their offspring. That man Moon gave the Blessing to his disciples and told them to live a joyful blessed life, and then when the members started their family life, he ordered them to separate from each other, husband and wife and children, and go in all different directions: north, east, south and west. He is a terrible man.”

    @@ -70,30 +70,30 @@ Soo Taek Lee, Korea

    In 1972 I started a public speaking campaign in America, and within three and a half years, I became world famous.

    What does “Pak” of Bo Hi Pak mean? It means round or revolving, and “Bo Hi” has the general meaning of being pleasant or pleased. “Bo” means wide and “Hi” means bright. Therefore, his name indicates that he brings something good to Korea and to America. Round Pak becomes bright and brings happiness to the whole world. He is a representative of the Republic of Korea and he himself goes around, bringing happiness and fortune to Korea. My name is Sun Myung. The word “Sun” means brightness with no clouds — a very fresh and pleasant blue sky, clear, clean and bright.

    The battle in America

    -

    The Unification Church has now reached the blessed land of Canaan on the family level; however, more burdens and difficulties lie ahead. Therefore, it is better not to purchase houses until the 21-year course is over. We need to have our own nation in order to have our own house.

    +

    The Unification Church has now reached the blessed land of Canaan on the family level; however, more burdens and difficulties lie ahead. Therefore, it is better not to purchase houses until the 21-year course is over. We need to have our own nation in order to have our own house.

    The Republic of Korea can enjoy a Sabbath only when she has fulfilled her responsibility of inspiring the world and helping it to live according to God’s will.

    What kind of country is America? It was established by Abel-type people who came from Christian countries throughout the world. When Protestantism was born in Europe, Catholics tried to kill and persecute the Protestants in every nation. Therefore, many Protestants escaped from their countries at the risk of their lives and sacrificed everything in order to attend God and work for God. Many of them came to America and established this country. Providentially, if America moves, it can make the world move. We are advancing our 21-year course in a new country, on a new worldwide foundation, while other nations are abandoning God and Christianity is failing God’s providence.

    If God could have definitely recognized America as the ideal nation there would have been no reason for the Unification Church to exist. But God could not do that. Only the Unification Church could penetrate beyond national barriers and beyond communism and head toward the ideal world of God. When we go forward centering on God, regardless of the trials and difficulties that come our way, we will surely achieve victory. If we lose courage or fail to make a breakthrough then we will be defeated.

    At the time of our fight with the Fraser Committee of the United States Congress, if I had not taken decisive action, we would have been completely defeated.

    The mission of blessed families

    -

    Without such a victorious foundation, you blessed families would have had to go through the same course I did. But representing you, I have established the way, so you must be grateful to me. Therefore, centering on your Blessing you are in the same realm as I and can feel the same way I do. When I feel sorrow, you feel sorrow with me. Have you done something special for the sake of my victory in America? Have you made a special altar in your home, and are you praying in front of it? There is no question that you made efforts to bear children, raise them, and take care of them. Also there is no question that you have had a poor and suffering life. But beyond that, you should cherish the True Parents and unite with their heart. This should be the goal of the blessed families during the third seven-year course.

    +

    Without such a victorious foundation, you blessed families would have had to go through the same course I did. But representing you, I have established the way, so you must be grateful to me. Therefore, centering on your Blessing you are in the same realm as I and can feel the same way I do. When I feel sorrow, you feel sorrow with me. Have you done something special for the sake of my victory in America? Have you made a special altar in your home, and are you praying in front of it? There is no question that you made efforts to bear children, raise them, and take care of them. Also there is no question that you have had a poor and suffering life. But beyond that, you should cherish the True Parents and unite with their heart. This should be the goal of the blessed families during the third seven-year course.

    Can you afford to quarrel and fight? You feel horrible when your child bleeds from some minor cut. In this desperate time when the world may perish, when the country may perish, the tribe may perish, are you concerned about only your children and spouse? You should have dedicated yourselves even at the sacrifice of your lives, demonstrating your devotion and pledge to God. If you did not do that, today you should repent.

    Here in Korea I do not feel easy or restful, so I cannot help saying things to scold you. Those of you who are seeing me for the first time may wonder why I am like this. Originally, I was not like that. When parents have no money to feed their children when they are sick and dying, they feel anguish. Have you ever thought seriously about God’s problem? You have been living your own way, while I was suffering and having a hard time in foreign countries. Those who did nothing but quarrel with their spouse, those who neglected God’s will, or failed to do their best should indemnify or cleanse all those failures. Do you understand that?

    I am not saying this to be cruel. Please reflect on your devotion to God’s will and how central it is to your daily life. If you fight or quarrel, God will leave you. I came back to Korea from my victory. in America to bring the worldwide blessing to this country. I fought abroad and returned, just like a victorious army general returning from an overseas campaign. I have brought all the glory in the world back to this country. Those who helped me during that period will receive the reward of their actions.

    Did I come back to give you suffering and pain. or to give you a good time? Because the 777 Blessed Couples represent the whole world, the indemnity must start from the 777 Couples. Are you still willing to receive the blessing in spite of the pain you may have to endure? [Yes] Then you can receive the Blessing.

    Crossing the Jordan River

    -

    Brothers and sisters, please practice what I have been doing so far. You need to become engrafted onto me. If the body is dead you can regenerate it by becoming engrafted onto me. Our unity should be stronger now than it was at the time of your Blessing seven years ago. Your family should be bonded to the True Parents’ family, so we can restore the worldwide Canaan together. If you cut yourself off, you will perish.

    +

    Brothers and sisters, please practice what I have been doing so far. You need to become engrafted onto me. If the body is dead you can regenerate it by becoming engrafted onto me. Our unity should be stronger now than it was at the time of your Blessing seven years ago. Your family should be bonded to the True Parents’ family, so we can restore the worldwide Canaan together. If you cut yourself off, you will perish.

    As Moses represented the 600,000 Israelites, I represent the Unification Church, centering on the blessed families. Don’t focus on yourselves. If you are asked to go abroad, you should not refuse because of the situation of your children and your spouses. You must remember Moses’ course. When the time comes, you must cross the river. You may have to swim across, pulling your children with a rope in order to keep them from drowning.

    The Israelites who left Egypt perished and could not cross the Jordan River. The Jordan River represents the boundary between the satanic world and heavenly world. The parents have to pull their children across the river. Both husband and wife must be one with God’s will and engraft their family to the True Parents. You are blessed families but there is still no family tree within the Unification Church. As a couple, unite in heart and body around the heart of God and True Parents.

    Crossing the Jordan River is like crossing the Red Sea. When God divides the water and opens up the dry ground, step forward. If you miss the chance, you will drown. Many Unification Church members are not aware of the awesome nature of this time.

    Bear the family cross

    -

    Since we are meeting after such a long separation, I expected you to rejoice together with God, shedding tears, dancing and singing with joy. But I found the atmosphere very secularized. I feel very disappointed, like an army general who returns from the front line expecting a hero’s welcome only to discover that his wife has deserted him and his children, and married another man.

    +

    Since we are meeting after such a long separation, I expected you to rejoice together with God, shedding tears, dancing and singing with joy. But I found the atmosphere very secularized. I feel very disappointed, like an army general who returns from the front line expecting a hero’s welcome only to discover that his wife has deserted him and his children, and married another man.

    The Republic of Korea is the Adam country, and our achievement here cannot be inferior to that of the Eve country or the archangel country. What are you doing? Are the lecturers and educators sleeping in their lecture halls? Kim Il Sung is looking to invade this country by any means, so how can we sleep under those circumstances? From the northwest and the north, communist China and the Soviet Union are aiming at this country. Are you sleeping while communism is encircling you? All our members must do their best to join North and South and East and West, sacrificing themselves for the cause. The Unification movement is responsible for the destiny of this nation and for pioneering the way that will bring life to the world, yet many of you are concerned only about your own life. You fight among yourselves, and yet you tell me, “Please come back”!

    You wives ought to urge your husbands to do their best for God’s will. But instead you complain that they don’t love you and don’t earn enough money. If your husband is a full time leader or center member without an income, you tell him to go out and get a job. You husbands must have heard this kind of advice from your wives.

    I am leading the third seven-year course and have been enduring much suffering. So the blessed families also go through the way of suffering. Unless you bear the family cross, God cannot be with your family. When you receive salaries, are you going the way of God’s will? God would prefer to see families being sacrificial rather than eating nice food and living a happy life in the name of Heavenly Father. Those who sacrifice their families for God’s will could receive much more blessing. I do not feel much attachment to those members who work for companies and who are not able to help me.

    Those of you who are not able to help me and give up things for the sake of God’s will, don’t you realize how much persecution the Unification Church has received because of your lukewarm support? I hope you will become more willing to sacrifice, getting by on less sleep and food, and not using heavenly things for private purposes.

    For the sake of God

    -

    This is the family-level course to restore the worldwide Canaan. We are facing the Jordan River and the Kingdom of Heaven on the other side. You must know that your responsibility is to bring the victorious family foundation into the Heavenly Kingdom. Moses died looking across the Jordan River from the top of a mountain. The first generation Israelites became prey of eagles in the wilderness. Such a tragedy could also happen to us.

    +

    This is the family-level course to restore the worldwide Canaan. We are facing the Jordan River and the Kingdom of Heaven on the other side. You must know that your responsibility is to bring the victorious family foundation into the Heavenly Kingdom. Moses died looking across the Jordan River from the top of a mountain. The first generation Israelites became prey of eagles in the wilderness. Such a tragedy could also happen to us.

    Since I know that, I am working at the risk of my life. I have no time even to get sick; I have no time to take rest, even if I want to. If you do not fulfill your responsibility while I am alive, you will have no excuse in the spirit world. You must be clearly aware of that. Unless you can offer to God the suffering your wife or children may have to endure, you cannot follow this path. I myself had to follow the path even without giving one grain of rice to my family. I could give nothing to my children; I did not save even a penny for my family. Therefore, you must be ready to follow my path.

    Because you have been blessed, you have the foundation to overcome hardships. You 777 Couples represent the whole world; therefore, if you endure suffering now, you will receive heaven’s blessings on behalf of the world. Such a precious gift does not come to you in a high and glorious position, but in a humble, sacrificial place. When you offer up your family, you can receive God’s greatest blessing. Therefore, please continue on this course, especially when I am not here. Create unity in the family and in the church. Please follow this path so that God can remember you and bless you.

    This is an occasion for repentance. Korea must follow this path so that the people of the world will have sympathy for Korea. Husbands and wives must become united and show the example to their children. You should be able to tell them, “Since your parents are completely one in heart and follow the path which pleases God, please follow our example.” By being sacrificial as a family and reaching out to others, you will receive God’s blessing and you can welcome God into your home.

    @@ -101,39 +101,39 @@ Soo Taek Lee, Korea

    I have been fighting on behalf of our country and the world. God has always helped me. Thanks to His unfailing help, I have been able to walk this path. Some of you care more for your children or spouse than for God. Offer your family for the sake of your tribe, your tribe for the people, the people for the nation, and the nation for the world. Finally, the world must be sacrificed in order to eliminate hell.

    When the way before you is so clear, it is foolish to hold back because of your children or wife. If you are so foolish, you will lose everything. Our whole life is for the sake of God. Regardless of the difficulties we may face, we must devote our lives to God, the True Parents, and the whole world. That is the way of the Unification Church. Otherwise, you will wander in the desert like the Israelites. The ship that has lost its compass must locate the North Star to determine its position and plot its course. Likewise, if your life is not focused on God, you will lose your way in the desert of this world.

    The tradition of my family

    -

    Those of you who came with your spouses, raise your hands, let me look at you. You wives are the ones who initiate the quarrels and give your husbands a hard time, right? Tell me frankly. Your faces reveal the answer. Because your husbands are calm and quiet, you do not feel good unless you fight at least once a week! You should cherish your husbands and love them as you love God. Take good care of them. They hold fast to God’s will, so you should not fight with them.

    +

    Those of you who came with your spouses, raise your hands, let me look at you. You wives are the ones who initiate the quarrels and give your husbands a hard time, right? Tell me frankly. Your faces reveal the answer. Because your husbands are calm and quiet, you do not feel good unless you fight at least once a week! You should cherish your husbands and love them as you love God. Take good care of them. They hold fast to God’s will, so you should not fight with them.

    God’s will is for you to build the Kingdom of Heaven first in your home. What is the Kingdom of Heaven? It is the kind of place where a passing beggar feels welcome to take a rest, where birds like to make their nests, where village people like to visit. Such a place is the heavenly home or the Kingdom of Heaven on the family level. God will be attracted to such a home and want to make it His dwelling. You should be able to make your home like this.

    When you have guests, don’t hope they will leave soon because it costs money to feed them. Blessed families must take good care of their guests, even if they have to sell their own clothes to raise money to care for them. Those who do that will be blessed in the future. If you sell your clothes, far more will be given to you. This is one tradition which has been handed down from generation to generation in my family. We were raised to take good care of guests, even travelers passing through our village. When my grandfather was the master of our house, if a beggar showed up on a cold winter day, he would give the man all the food on his table. Then my grandmother would complain. Suppose you were a beggar. Would it be easy for you to beg door to door on a cold winter day? Therefore, if someone comes asking for food you must feed him.

    You are the ones who are walking the path of God, developing a heavenly heart. You must understand that the beggars live day to day at the risk of their lives. If you understand their heart, you will let them eat as much as they want. My grandfather thought that beggars were more important than his own wife in a sense, and that he had to serve them for the sake of his descendants. My father also felt that way. He, too, would give someone his whole meal. Because of that I often saw him quarreling with my mother, not because she did not want to help them, but because she was not serving them fast enough. But I am sure that God will never forget such a scene.

    The head of the household is responsible for helping others. If the husband, the head of the household, doesn’t help others, the family will suffer. So the center directors and the national leaders must take good care of their guests coming from abroad. Even when you don’t have enough food for yourselves, you must give food to your visitors. If you do that, then one day when you are really starving, somebody will come and feed you.

    Become a good example for your children

    -

    Why do some wives give a hard time to the poor husbands of the Unification Church? That is not the true way of God’s family. Already seven years have passed since the 777 Couples were blessed, but up to now most of you have just quarreled with your husbands. So beginning today, Oct. 22, 1978, make a resolution not to quarrel.

    +

    Why do some wives give a hard time to the poor husbands of the Unification Church? That is not the true way of God’s family. Already seven years have passed since the 777 Couples were blessed, but up to now most of you have just quarreled with your husbands. So beginning today, Oct. 22, 1978, make a resolution not to quarrel.

    As we build the family of the Kingdom of Heaven, the emphasis is on our children. You must become good examples for your children. If you are self-centered, then your children will become self-centered as well. They will learn everything from you. How tragic if sinless sons and daughters have to go the way of suffering because of their parents! If parents quarrel and fight in front of their children, the Blessing of the Unification Church loses its meaning and withers away. I have never quarreled with my wife and I never will. Will you promise me not to quarrel?

    You must know that your own sons and daughters will become the official witness on earth and in heaven to testify that their parents never fought and that their parents were the best of parents. Do you want your children to say that? If you have already established that kind of family foundation, then why do I have such an unpleasant feeling after coming back to this country this time?

    Go back to your local churches and tell the members there what I have said. Apologize to them. Since you are the 777 Couples you must do your best to fulfill your calling. It is better to be separated for three years than to fight even once. There is a saying that it is as easy for a husband and wife to quarrel as it is to cut water; but within the Unification Church fighting between husband and wife should be even more difficult than cutting iron. Please make a determination in front of God and in front of me that you will never fight with your spouse.

    I did not come here today to scold you. What would I gain by that? It only gives me pain. So if you repent before God, He will forgive you. If blessed families of the Unification Church set poor examples, your ancestors will scold you. Can you become one in heart with your spouse and with your children? Even people in the secular world make efforts to become like this, so don’t you think we should try harder? Only when a husband and wife become one in heart can God dwell with them. That is the Principle. If a subject and object become completely one, then the central core will emerge. The center of the subject and object is love. The goal of human history had been to establish this nucleus of love. When love overflows and permeates the entire family, tribe, society, nation and world, the history of restoration will be completed.

    When you go back home, tell your children, “You may have seen your daddy and mommy fighting or arguing, but from now on, we’ll not do anything like that again. Please forget all of that.” I’m going to tell the students of the Little Angels School that if they have seen their parents fighting before, from now on things will be different.

    The higher goal

    -

    At your blessed family meetings, you should counsel each other. You are responsible for establishing the good tradition of husband-wife unity. Make your blessed family meetings significant and meaningful for the whole membership. Such meetings are necessary in order to develop your filial piety and faithfulness.

    +

    At your blessed family meetings, you should counsel each other. You are responsible for establishing the good tradition of husband-wife unity. Make your blessed family meetings significant and meaningful for the whole membership. Such meetings are necessary in order to develop your filial piety and faithfulness.

    In the history of restoration, I have been establishing the conditions of indemnity on behalf of the whole, but you must be engrafted to me in order to inherit them. Before you can become one with me, you have to become one as husband and wife, and as parents and children. Then your whole family needs to be bonded to me. If you can do so, you will be the first to receive the blessings accumulated by me.

    I came back to Korea at this time so I could extend all these blessings to you, but I found many of the blessed members, even the 36 Couples and the 72 Couples, living a life centered not upon God, but upon themselves. There is no excuse for you to continue this way, knowing how urgent the will of God is. Please understand this clearly and become fathers and mothers who can pledge loyalty to God. Be exemplary individuals and families, capable of inheriting heavenly tradition. I hope that you will make every effort to do that. Your family must be able to set the heavenly tradition for your descendants to inherit. It is not good if you say to your descendants, “You should not become like us.”

    At this time, Hyo Jin and In Jin, even though they are in Korea, are still unable to meet with their own father. I feel sorry for them from the point of view of their parent. It is natural that children want to stay with their parents, but I cannot help the situation. I must make them understand that despite their own sadness, their father and mother are working for the sake of the whole, for the sake of all human beings.

    You too must show your children that you are working not for your own benefit, but for the sake of the whole. If you do that, your children will be given blessings. So, women, from now on when your husbands come home tired, tell your children why. Explain to them: “Your father and mother are different from the fathers and mothers of other children. We are living like this for the sake of God, for the sake of mankind, and we are making history. Normal husbands and wives would quarrel if they were suffering as much as we are, and even separate and get divorced, but still your father and mother are patient and have hopes that God will give us blessing. We are living a life of gratitude to God. Because blessings come when we do our best, we give our utmost loyalty and sincerity to God.”

    When you bring up your children that way, they will be able to inherit your teachings, and your descendants will prosper from generation to generation. Your family should live for the sake of the world and for the sake of eternity. Expand your foundation of love to bring light and hope to the world, longing to reach out everywhere, to heaven and earth, and all the people for the sake of God. This is my greatest hope for your family. If your family becomes like that, even if the communists come and try to take over, God will protect you.

    The realm of family victory

    -

    Up until now, I have been pushing you to the front line and I know you have been really suffering. And just as I myself have been slandered and persecuted, people will do the same to you. All this we have been doing for one purpose, to accomplish God’s will. We have pledged to gain the victory. The glory of final victory will belong not just to certain individuals, but to everybody. If you really believe this, you can accept suffering with a humble heart, grateful to God and mankind. If you have such a heart then God will surely bless you.

    +

    Up until now, I have been pushing you to the front line and I know you have been really suffering. And just as I myself have been slandered and persecuted, people will do the same to you. All this we have been doing for one purpose, to accomplish God’s will. We have pledged to gain the victory. The glory of final victory will belong not just to certain individuals, but to everybody. If you really believe this, you can accept suffering with a humble heart, grateful to God and mankind. If you have such a heart then God will surely bless you.

    Since I am that way, God can never desert me. No matter what difficulties come my way. even if I am overwhelmed by their burden. God blesses me and keeps me alive so that I can become His pride. He will do the same for you. I know that for a fact.

    Build your family on this foundation. When you see your spouse sleep- ing in exhaustion, feel sympathy and pray for him or her. Mother is also miserable. Yesterday, she had only two hours of sleep and she doesn’t feel well today, yet I brought her here for you to see. In her position, she cannot sleep just because she feels tired. Her position is sometimes not a happy one. She has to come here because she is in a responsible position for the sake of the whole And yet, she does not complain.

    I am very strict publicly. Mother knows that. She knows that I am willing to go forward even if I die on the way; and she follows willingly. Even if you cannot fulfill all your public responsibility, still you must make some conditions to surmount difficulties. Mother came here today to demonstrate this point.

    You know what indemnity conditions mean. You have been following the path of indemnity conditions. Those who are mere bystanders will suffer. If you follow me with a responsible heart, you will surely be given blessings and your children will naturally follow the path of God’s will. The older they become the more cause you will have for gratitude. Good things that used to happen only once a month will come to happen every day.

    My path has always been a lonely one, but I know that the more I do, the more things I am grateful for. Your blessings come from within your family. I long for you to inherit the victorious sphere of family victory.

    Living for all the people

    -

    The family of the Messiah represents the whole world. That family can understand and give love to the whole world. All five races will want to join that family, because it is the center of the realm of heart. Through that family, all people can come to the central point and then reach out to all directions. The Heavenly Kingdom cannot be established unless there is one central family.

    +

    The family of the Messiah represents the whole world. That family can understand and give love to the whole world. All five races will want to join that family, because it is the center of the realm of heart. Through that family, all people can come to the central point and then reach out to all directions. The Heavenly Kingdom cannot be established unless there is one central family.

    The family Kingdom of Heaven also must be established with one man and with one woman in complete unity. In order for an individual to establish the Kingdom of Heaven within himself, his heart and body must be completely one. Likewise, in order for a family to become the Kingdom of Heaven, the husband, wife, and children must be completely united, enjoying complete give and take with one another. In other words, they must be completely united with God’s will.

    God’s will is to live for the sake of other people. Focus upon God and live for the sake of others; then your family can be connected with God. That is the way the blessed families should live until the whole world is restored. Become the family that can love all the people on behalf of God. Then you can save all the families of mankind. For this purpose you were blessed.

    God is the center of the family. From the family, the tribe begins. And from the tribe that lives for the sake of God, the nation begins. And from the nation that lives for the sake of the world, the heavenly world is established. From this point of view, the family has immense significance. Whether or not the world is blessed in front of God will be decided by whether the family can reach the ideal. You must clearly understand that. The Unification Church must be like one worldwide nation or tribe, one worldwide family harmonizing all five races. Wherever you live, you blessed families are the Abel-type families. Live for the sake of others. When you invest everything, even your blood if necessary, they will naturally want to follow you and be your Cain The way to heaven begins from there.

    Restoration of the birthright

    -

    Originally, every member of the family — father, mother, elder child, younger child — was to belong to God. But Satan claimed all people, all the whole world, because of the fall. The father, the mother, and the elder son became Satan’s representatives, and restoration had to take the opposite direction.

    +

    Originally, every member of the family — father, mother, elder child, younger child — was to belong to God. But Satan claimed all people, all the whole world, because of the fall. The father, the mother, and the elder son became Satan’s representatives, and restoration had to take the opposite direction.

    Therefore, the way of Abel and the way of Cain are different. The way of the secular world and the way of the people of the Unification Church are different. The heavenly world is the opposite of the satanic world. In the satanic world people fight and struggle with each other in order to have dominion, while God’s people offer their lives, even shedding their blood, to redeem the world.

    I started to take the offensive right after the Washington Monument rally in 1976. Up until then, we were often attacked, but we never took the offensive. In the original struggle between Cain and Abel, Abel did not attack; he was attacked. Through enduring Cain’s attacks, Abel had to show a heart that would bring Cain to overcome the fallen heart of the archangel. On the foundation of this individual victory, Abel’s family can restore Cain’s family through the same process of being attacked and winning over the heart of the Cain family. The same process will restore all levels from the tribal to the worldwide level.

    Then where does Home Church come from? In order to establish the Abel nation, Abel himself must be trained in everything in the satanic world. For that purpose, God called Abel-type people and inspired them to give up everything here on earth and separate themselves from the world. That’s why true religions required that believers give up everything in order to follow the path of religion, always focusing on the larger purpose, rather than themselves. Many religious people have given up their lives in order to pursue the way of truth, trying to set an example for the world and win it over naturally.

    @@ -143,19 +143,19 @@ Soo Taek Lee, Korea

    The heavenly way is established only when the elder brother exchanges his position for that of the younger brother. The younger brother has to convince Cain to follow him, even if the laws and rules of God’s kingdom are different from those of the world in which he had been living in the past. The willingness by the elder brother to follow and attend the younger brother opens the heavenly way and is the basis for heavenly ethics. When a normal relationship between elder brother and younger brother is established, the elder brother can receive his proper birthright.

    To achieve this, God encouraged and helped Jacob take the birthright from Esau. For the same reason, the Unification Church has to gain the birthright. In order to protect their birthright, the Israelites also had to overcome many difficulties. Just like Jacob at the ford of Jabbok, they had to overcome those who were controlling the elder brother position, and after doing that, form a nation in the position of elder brother in front of heaven.

    Mainstream of a new age

    -

    In this way, when Abel takes the position of elder brother and establishes a victorious worldwide foundation, he establishes the position of parents, representing the heavenly way on the worldwide basis. Through the parents, people can then receive their Blessing. People can enter the Kingdom of Heaven only by attending the parents, who represent the new heavenly foundation. Those who attend their parents enter the Kingdom of Heaven together with them. In the Unification Church, the True Parents are already in the dominion of God and have blessed many families in the course of worldwide indemnity restoration. And yet, blessed families are still not all they are supposed to be.

    +

    In this way, when Abel takes the position of elder brother and establishes a victorious worldwide foundation, he establishes the position of parents, representing the heavenly way on the worldwide basis. Through the parents, people can then receive their Blessing. People can enter the Kingdom of Heaven only by attending the parents, who represent the new heavenly foundation. Those who attend their parents enter the Kingdom of Heaven together with them. In the Unification Church, the True Parents are already in the dominion of God and have blessed many families in the course of worldwide indemnity restoration. And yet, blessed families are still not all they are supposed to be.

    There are Cain-type blessed families and Abel-type blessed families. Those two must become one. In order for the heavenly way to be estab- lished, there must be the heavenly elder who can teach the younger brother with proper authority. In accordance with heavenly ethics, the elder brother can lead the younger brother on behalf of the parents. In the past, evil people in the position of elder brother were able to dominate other people. Together with the True Parents, we need to achieve victory in the struggle over the birthright. When the parents gain the authority of God, the elder brother can also establish his rightful position. Then the age of Cain will be over and the age of Abel will start. When Abel becomes the elder brother in authority, he can, with authority of heaven, subjugate Satan.

    In America I have been fighting to expand the authority of the younger brother so we can win over the elder brother. Our goal is to gain the elder brother’s position and give internal direction to the Cain-type elder brothers. In the past in the satanic world, the Cain-type elder brother struck the Abel-type younger brother, but we are taking the reverse course; we have been attracting good younger brothers from the Christian world and winning over elder brothers and bringing them into the Kingdom of Heaven. People from Satan’s side have changed and are now desperately seeking goodness.

    On Feb. 23, 1977, we entered a new age. The Unification Church is in the mainstream of the new age, so no matter how much the world opposes us we will never perish. Unification Church members have been shedding tears of righteousness and have gained the sympathy of the righteous God.

    In the past it was necessary to be persecuted and attacked. Unification Church members may have a lot of reasons for resentments, but please be patient, knowing that the time will come when I will be joyfully accepted by all the people. You young members who have been patiently working so hard day and night are establishing the basic foundations for Kingdom of Heaven on earth.

    Home Church and the birthright

    -

    You need a certain conditional foundation to participate in all this. That is Home Church. Home Church is the altar of God, the microcosm of the worldwide victorious foundation. Your 360 families represent the 360 tribes and nations of the world. They also correspond to time and space. The number 36 is three times the number 12, the product of three and four. It symbolizes the Old Testament, the New Testament, and the Completed Testament.

    +

    You need a certain conditional foundation to participate in all this. That is Home Church. Home Church is the altar of God, the microcosm of the worldwide victorious foundation. Your 360 families represent the 360 tribes and nations of the world. They also correspond to time and space. The number 36 is three times the number 12, the product of three and four. It symbolizes the Old Testament, the New Testament, and the Completed Testament.

    One year consists of 12 months or 360 days. During the course of restoration, most days contained failures. The loss of one day may cause the work of restoration of five years, 10 years, or even 100 years to end up in failure. Also the number 360 symbolizes the day of resurrection of the earth. In representing the world, the number 360 also symbolizes Cain. Your Home Church area is the Cain world, which stands in the position of elder brother.

    If you want to enter the Kingdom of Heaven, you as the younger brother must win over the elder brother and restore the birthright. Otherwise you cannot stand with the True Parents. I have achieved the victory on the worldwide level and want to pass it on to you: Your condition is to win Cain, who represents the world, within the short period of 3½ years. As sons and daughters of True Parents, you can now have substantial dominion on the basis of our victorious spiritual foundation.

    Home Church is supposed to establish the position of parents, begin- ning from the position of servant of servants and rising to the position of servant, adopted son and true son. That is the essence of home church activities. In other words, it is the one altar upon which all the historic conditions for the restoration of the birthright can be consecrated. It is so amazing that at this time within the Unification Church the foundation has been laid which can bring the Heavenly Kingdom here on earth. What light and hope to this world of misery this news brings!

    Please be hopeful and repent for what you have not fulfilled in the past, with renewed determination to do your best in your home church activities. You can indemnify all the past history by fighting a good fight against Satan. For 3½ years invest your most sincere effort. Husbands, work so that people will say, “Please bring your wife as soon as possible. We will prepare your house, your furniture, everything.” Wives, work so people will say, “Please bring your husband. If you need anything, we’ll be responsible for those things.” When both of you have areas like this, they will become the territory for your clan. Centering upon the blessed couple, 720 families in your home church areas will form a tribal sphere. Wherever you go, people will ask you to teach them the heavenly way. That means a new Israel, the Heavenly Kingdom, is going to begin. From that tribe, you will grow to form a new nation.

    Tribal messiah

    -

    After becoming a tribal messiah in your home church, you can go back to your hometown and become the tribal messiah for your relatives. When these two realms, the internal Cain and external Cain, become one in heart and in spirit, you will become their tribal messiah and true parents.

    +

    After becoming a tribal messiah in your home church, you can go back to your hometown and become the tribal messiah for your relatives. When these two realms, the internal Cain and external Cain, become one in heart and in spirit, you will become their tribal messiah and true parents.

    Unless you establish the conditions to truly love your spiritual children, you cannot love your own physical children. I myself had to abandon my family and go to North Korea in order to establish the condition of loving other people. Only then could I return to my family in the South. Countries must be won over, on the individual, family, tribal, national, and worldwide levels. For this reason the Messiah comes representing the whole world and achieves worldwide victory.

    The 33 years of Jesus’ life on earth and Unification Church history have been condensed for you into 3½ years. That is your period for restoration through indemnity.

    We have now gone over the national dimension to solve the resentment of Jesus. For this reason today the Republic of Korea welcomes my return, even if established churches still oppose us. From now on in the Republic of Korea, there will be many people who are willing to fight for Reverend Moon of the Unification Church.

    @@ -164,7 +164,7 @@ Soo Taek Lee, Korea

    One national altar will be prepared, and the whole nation will march forward hand in hand with all the nations and peoples of the world. You must do Home Church so you can enter the Kingdom of Heaven and become a tribal messiah. You have the privilege of indemnifying what Jesus did not complete on the tribal level. You have the opportunity to establish the national foundation and connect it with the worldwide level. The age of persecution against the Unification Church will soon be over. We must bring it to an end during the third seven-year course. No matter how much Americans may criticize, it will be over.

    Therefore, I hope your families will become the example in this nation of Korea. Within the Unification Church, especially the 777 blessed families have this mission. You must become good examples. Most of you are under 33 years old and are at a good age to do leadership work. Don’t imitate the failure of your elder brothers and sisters in the past. They spent much time at home with their children. You can do your work carrying your children on your back. Are you willing to do Home Church in that way?

    Home Church and the new family tree

    -

    Spacecraft may be able to travel to the moon but not to the Kingdom of Heaven. Home Church is the base from which you can fly up to the Kingdom of Heaven.

    +

    Spacecraft may be able to travel to the moon but not to the Kingdom of Heaven. Home Church is the base from which you can fly up to the Kingdom of Heaven.

    Home Church is a historic idea. If you go to Africa and start home church activities for 360 families there, that means you have transcended your nation. The whole world may oppose me, but if one country in Africa welcomes me, we can start the new world from there. In the future, numerous countries in the role of John the Baptist will appear. In that truly amazing time we can march forward in a brightness even greater than daylight.

    Is Home Church difficult? Here you can work freely and we have no language problems in this country. You have no excuse not to achieve victory in your home church area.

    Whether you can enter the Kingdom of Heaven or not will be determined by your dedication to your activities. For those who seek God and religion, that is the truth, the tradition and the way. Those who want to go this way may do so, and those who do not want to, don’t have to. If you refuse, other people will move in. Those people among the established churches who now oppose the Unification Church will find their way of spiritual survival through the people they once persecuted. The time will come when all the people in this secular world will work together with the blessed members of the Unification Church.

    diff --git a/content/speeches/1978/the-basic-formula-for-the-realization-of-the-kingdom-of-god-on-earth.md b/content/speeches/1978/the-basic-formula-for-the-realization-of-the-kingdom-of-god-on-earth.md index ed36532e..be036145 100644 --- a/content/speeches/1978/the-basic-formula-for-the-realization-of-the-kingdom-of-god-on-earth.md +++ b/content/speeches/1978/the-basic-formula-for-the-realization-of-the-kingdom-of-god-on-earth.md @@ -14,7 +14,7 @@ tags: []

    January 1, 1978
    World Mission Center
    Translator – Bo Hi Pak

    -

    At this time we are gathered to celebrate the New Year, and to begin 1978 we are going to project our new goal in a slogan. As you all know, our primary mission is to establish the Kingdom of God here on earth and there is no more important responsibility for all of us than to realize how important that is. The slogan for the year of 1977 was “The Kingdom of God on Earth and the Ideal Family.” Our slogan for the new year is “The Basic Formula for the Realization of the Kingdom of God on Earth.”

    +

    At this time we are gathered to celebrate the New Year, and to begin 1978 we are going to project our new goal in a slogan. As you all know, our primary mission is to establish the Kingdom of God here on earth and there is no more important responsibility for all of us than to realize how important that is. The slogan for the year of 1977 was “The Kingdom of God on Earth and the Ideal Family.” Our slogan for the new year is “The Basic Formula for the Realization of the Kingdom of God on Earth.”

    What I am talking about here is the method for realizing the Kingdom of God on earth. In order to form a nation, there must first be a sovereignty, then a people and a territory. In talking about the Kingdom of God on earth we must think about who is to be the sovereign. Indeed God is sovereign over the kingdom. Then who are His people? All people are supposed to be the citizens of that kingdom. What is the territory? The entire earth is the territory God planned for the Kingdom of Heaven.

    Now let us look at our own world. Is this the world over which God is reigning? Is this the world in which all people are the citizens of the kingdom? The answer is no, God is not the master of this world yet. Look at America, for instance. God is certainly not the final authority for this nation and the American people cannot be said to be directly connected to God. Even on the smaller scale of church denominations there is not one whose members are totally centered upon God.

    All the churches on earth are claiming that God is the ruler and king, but is that a reality in their everyday lives? It is not so. There are hundreds of denominations within Christianity and sectarianism prevails in that faith today, even though Christians are supposed to be brethren in God. Since there is fighting over private interests in the churches, could the true God reign under those circumstances?

    diff --git a/content/speeches/1978/the-inheritance-of-love.md b/content/speeches/1978/the-inheritance-of-love.md index fa6df479..ffb24c59 100644 --- a/content/speeches/1978/the-inheritance-of-love.md +++ b/content/speeches/1978/the-inheritance-of-love.md @@ -13,38 +13,38 @@ tags: []

    Rev. Sun Myung Moon

    September 21, 1978
    Kamikawa, Japan

    -

    Scanning the vast expanse of the history of God’s providence, we come to realize that it took not just 6,000 years, but tens of thousands and even millions of years, in order to restore a single individual in the sinless likeness of the original person, Adam.. For this purpose, many individuals, families, clans, and nations sacrificed themselves selflessly down through the millennia. The person who came on the foundation of this selfless sacrifice was the Messiah. Then, what is the mission of the Messiah? First, it is to be a man who measures up to the original principles characterizing mankind before the fall. The sinlessness of Adam is thus recreated. Next, that of Eve is recreated by Adam.

    +

    Scanning the vast expanse of the history of God’s providence, we come to realize that it took not just 6,000 years, but tens of thousands and even millions of years, in order to restore a single individual in the sinless likeness of the original person, Adam.. For this purpose, many individuals, families, clans, and nations sacrificed themselves selflessly down through the millennia. The person who came on the foundation of this selfless sacrifice was the Messiah. Then, what is the mission of the Messiah? First, it is to be a man who measures up to the original principles characterizing mankind before the fall. The sinlessness of Adam is thus recreated. Next, that of Eve is recreated by Adam.

    Therefore, it is an awesome event when Adam and Eve are restored and both of them stand in front of God, are blessed, and go through a host of indemnity conditions. Billions of people who sacrificed themselves throughout history are watching us critically from the spiritual world. They think that if they were in our situation, they would not do many of the things we are doing now, and, especially, which Japan and the world at large are doing. The concern of these spirit people shows that any problem is not the problem of one single individual but is a cosmic problem.

    You are here as Blessing candidates but what condition do you have for being blessed? In many cases, only two or three years have passed since you joined the movement. Spiritually, in the sight of God, you have been like worms in muddy water and you have not yet internalized the principles concerning God-centered relationships. To ignore a woman is the same as to ignore Mother. To ignore a mother is the same as to ignore a father and heaven.

    A person who cannot understand that he must live in a web of such relationships is not worthy of living. That kind of person causes problems for his good ancestors over 70 generations. If he goes to the spiritual world, it is worse than hell for him. The Unification Church is trying to restore even hell through teaching how to live God- centeredly. However, there is virtually no way to save a person who tramples the parents’ perfection level heart, treating them contemptibly and spurning the parents’ love. If there is a way of salvation for that kind of person, it is only after the fulfillment of God’s ideal. But, in one sense, a person who tramples on a heart of love is never forgiven and never saved. After the third 7-year course, reblessing will never take place.

    The teaching of the Bible is that a person who commits adultery is stoned to death. Those who are blessed by heaven, and who then are unfaithful, separate, and remarry on their own, leaving their lineage on the earth, pose a very serious problem about which I am very worried. Should that kind of adulterous person exist in the Garden of Eden? Should that kind of person be forgiven in the establishment of the ideal Heavenly Kingdom? There is no principle which allows things like that. A wife who is unfaithful to her husband, or a husband who is unfaithful to his wife cannot turn his or her face to the universe. They are the very people who totally violate the sphere of heart. Such people have nowhere to go to be at peace.

    For a man, his wife represents mother, elder sisters, younger sisters, and, indeed, all women of the world. To love a wife who has such a significance means to love all races of humanity, all women, and one’s mother, elder sister, and younger sister in the home. Accordingly, the family is the “basic training” center that educates people in human love. Therefore, to be trusted and to live a happy life in a family means to live a happy life as the center of the entire universe and to be situated at the center of happy love. There is nothing meaningful without love. Likewise for a woman. Her husband represents father, elder brothers, younger brothers, and all men on earth. This is our ideal of the family.

    Passing on their love

    -

    The reason why parents desire their children to marry is because they want their children to pass on the love they inherited from them, the parents. Parents will die sometime, so they seek to leave their substance to their descendants. Parents need their descendants, since love should last forever and is the highest desire of mankind. Because parents leave behind such a precious thing, they can proudly go in front of God in the spiritual world. The family is the: place where they can accomplish leaving behind a wonderful heritage of love. Through the bonds of love generated in the family, people can go to the Heavenly Kingdom. Without learning such embracing love, it is absolutely impossible to go to heaven.

    +

    The reason why parents desire their children to marry is because they want their children to pass on the love they inherited from them, the parents. Parents will die sometime, so they seek to leave their substance to their descendants. Parents need their descendants, since love should last forever and is the highest desire of mankind. Because parents leave behind such a precious thing, they can proudly go in front of God in the spiritual world. The family is the: place where they can accomplish leaving behind a wonderful heritage of love. Through the bonds of love generated in the family, people can go to the Heavenly Kingdom. Without learning such embracing love, it is absolutely impossible to go to heaven.

    If a man is born not because of his own wishes, then by whose? By the wish of his father and mother? No. A man is born by the wish of heaven. A person is born due to the love of his parents, who are heaven’s proxies. In essence then, when a person is conceived, he receives all of the love of the universe, and is born as the being who stands at the central position of the entire universe. Man is born by love, and is meant to grow by love, to live by love, to be loved and to give love. This is the highest purpose of our life. It doesn’t matter whether you conquer the world or even the cosmos. To fulfill in your own family the mission of love, which is the center of the universe, is the most wonderful thing. The purpose of creation is the perfection of the four position foundation of the family centering on love.

    In human relationships as well, we should think in that way. I under- stand that when a husband and wife start married life, sometimes they don’t feel comfortable together. But when they confront the conjugal relationship with much stronger confidence, they can grow into the ideal.

    You do not have enough gratitude for the Blessing. Satan challenged me throughout my life in order to destroy the foundation of the Blessing. A person of adulterous tendencies cannot take responsibility for heaven. A man whom his wife cannot trust is never trusted in the world, either.

    We must overcome temptation

    -

    When we confront this world centering on the heavenly Principle, only the firm and strong things can remain. We are now in the midst of a battle in which we must expand the realm of goodness by applying the Principle. In this battle, we must overcome not only temptation from men, but also numerous temptations and tests from Satan. Satan, who has been accusing God throughout the 6,0.0.0 years of biblical history, has great power and subtlety. Most people are defeated by him. The reason why I myself could proceed successfully until the present is because I clearly knew the Principle, the heavenly Principle. That is why I’m not snared by temptation.

    +

    When we confront this world centering on the heavenly Principle, only the firm and strong things can remain. We are now in the midst of a battle in which we must expand the realm of goodness by applying the Principle. In this battle, we must overcome not only temptation from men, but also numerous temptations and tests from Satan. Satan, who has been accusing God throughout the 6,0.0.0 years of biblical history, has great power and subtlety. Most people are defeated by him. The reason why I myself could proceed successfully until the present is because I clearly knew the Principle, the heavenly Principle. That is why I’m not snared by temptation.

    I am nearly 60 years old and do not have such a long time left on earth. Thinking about this point, we must establish a universal tradition in the world. Having established that tradition to a certain extent, I am returning to Korea for a period of time.

    God has been working so hard until now centering on this problem of restoring love and loving relationships within the family. It is because of this problem that the people of Israel were ruined. God has been working so hard in order to let the Unification movement live. The most central issue of letting the Unification movement live is letting the family live. The blessed families, from God’s point of view, have such a significance. The director of the family department must understand this very well and provide good education on that topic. I’m doing this at the risk of my life for the sake of the human race, which is falling into a ruinous condition, I am opening a new way, repairing people one by one and letting them live. This is God’s dispensation. This is the repair factory of the family and the repair factory of love.

    Strictly speaking, those among you who have indulged in premarital sex are not really qualified to start a blessed family. The fact that you have written a letter longing for your lover is itself a shameful thing. We can say so from the point of view of the Principle. In spite of this Principle, Japan is engulfed in chaos. Young people are totally confused like animals. And it is you — who have a background of being that kind of people who are now going to be blessed! If you presume to receive the Blessing of the Unification Church without repentance, you are utterly in error. My mission is to restore virgin men and women in front of God. This Blessing that is going to be given involves a special forgiveness. I declared previously that the Blessing would not take place until we finished the third 7-year course.

    Without solving these ethical problems, the Unification Church cannot fulfill its mission on the earth. It is our task to clean up this corrupt world and create a clean one. Then, why has the kind of person appeared who casually, unrepentantly asks to be reblessed? He has no qualification to say, “Rebless me, Father, please.” I never imagined such a mission for myself. Now, however, we are engaged in the 21-year course of restoration, and many of the world’s constraints upon us cannot end until the third. 7-year course. So I have to burden myself with and solve that problem.: But after the third 7-year course, there will no longer be reblessing.

    After 1960, radical changes began to occur throughout the world. This was simply due to God’s dispensation centering on the Unification Church. Today’s historians do not know why history has entered a period of such enormous flux. It is because of this small Unification Church.

    You should be an example

    -

    Your Blessing is for the purpose of setting an example for the rest of the world. I clearly know what conditions will be most beneficial for people in the spirit world, for those presently alive, and for future generations. Thus, I have clearly understood the providential significance of your Blessing, and upon this understanding I am initiating it. It is your mission to understand its significance just as vividly as I do and to live a blessed life in accordance with that understanding, examining yourself constantly to see that your way of life conforms with the way you know you should be living.

    +

    Your Blessing is for the purpose of setting an example for the rest of the world. I clearly know what conditions will be most beneficial for people in the spirit world, for those presently alive, and for future generations. Thus, I have clearly understood the providential significance of your Blessing, and upon this understanding I am initiating it. It is your mission to understand its significance just as vividly as I do and to live a blessed life in accordance with that understanding, examining yourself constantly to see that your way of life conforms with the way you know you should be living.

    We are all brethren. If you have a disabled person among your brothers and sisters, it is proper that compassionate love should well up in your heart and you should sacrifice yourself to care for the individual. Parents feel that way, so to sacrifice yourself, following the example of the parents, is the way of filial piety. This is the Principle. In the case of the Blessing, Mother and I are in the position of parents. In this situation, if you stand in our position and look on your spouse-to-be, who may not be nice looking, who may be of below average intelligence, and very short in height, you should feel very loving toward that “child” of ours. It is the parents’ heart to view a child from the standpoint of the heart of heaven and to love that child more than anybody else.

    I take responsibility for blessed people eternally — not just for a lifetime. If they go to the spiritual world, I will guide and take responsibility for them. To be blessed means to have an eternal relationship with me.

    If I go to Korea, I feel like the father of Korea. I have the experience of severe torture at the hands of imperial Japan. If I think about that, it is conceivable that I might hold a grudge against the nation of Japan. But I don’t think in that way. When Japan was defeated at the end of World War II, I contacted all of my former torturers one night and told them that they faced great danger if they remained in Korea. Then I helped put their luggage on their vehicle and sent them off. Although Japan had been an enemy country up until that time, I knew that it would become a brother in the future because of God’s will. So I determined to forgive Japan which was not the “reasonable” thing to do at that time, since Japan had persecuted Korea so terribly. But I knew so strongly that Japan would work for God’s will together with Korea. Now thousands of Japanese members are following me at the risk of their life.

    It is the same as in my college life. There is nowhere I didn’t go, from the shipyards of Kawasaki to the slums around Sanya. I know Japan very well. The Communist Party is working hard to destroy Japan, but I am doing everything I can for the sake of the future of Japan. As it stands now, Japan has little hope for the future because there are few young people who can inherit and pursue this work of building up the nation. In Japan, today, in elementary school or in middle or high school, there are some who even reject saluting the national flag. If there is a problem which we should worry about in Japan, it is not the economic problem, it is not the political problem, but it is the problem of finding young people who can build up the nation. I’ve been thinking in that way for decades. I’ve determined to raise up such young people who can not only take on the nation building responsibility, but also be able to develop a commitment to build up the world. We cannot find such young people except in the Unification Church. Here, we have the theoretical foundation to achieve the perfection of the individual, the perfection of the family, the perfection of the community, the perfection of the nation, the perfection of the world, the perfection of the cosmos, up until the liberation of God. To reach the sphere of God’s love we have to go through all those stages, even if we die on the way.

    I have been consistent

    -

    Thirty years ago in Korea, people did not consider Reverend Moon of the Unification Church to be even a human being. I was dealt with in a miserable way, indeed. But there is not much difference between my personality today and at that time. Now I am nearly 60 years old. But at that time, as today, I was full of courage and vitality and was a very trustworthy person. But I was treated like the scum of the earth.

    +

    Thirty years ago in Korea, people did not consider Reverend Moon of the Unification Church to be even a human being. I was dealt with in a miserable way, indeed. But there is not much difference between my personality today and at that time. Now I am nearly 60 years old. But at that time, as today, I was full of courage and vitality and was a very trustworthy person. But I was treated like the scum of the earth.

    Why did things go that way? Clearly, because there is Satan. The sphere of Satan and of Cain is never satisfied until they beat the realm of Abel to death. Ironically, however, they do want Abel to appear again. This is the heart of Satan. Because of this reason, I’ve been accepting without complaint and digesting all the persecution that has come my way from thirty years ago until today. Facing all the persecution head on, I have been fighting with perseverance and will power in order to overcome it. I’m a man who has very strong will power. Once I determine to do something, I go forward, even at the risk of my life. There isn’t much difference between my body and yours. Any difference between us lies in the realm of thought and will power. I am strong because I have a way of thinking which is not only for the moment, but which extends to all of past, present, and future history and to the whole human race. In addition to that, I structure my thinking according to the pattern of God’s dispensation.

    Thinking about that point, if I fail, it is not only I who fail. In that event, the whole human race would have no future and the ideal of the restoration of the cosmos would be destroyed and God Himself would be profaned. I know these consequences very well. Therefore, even if I receive tremendous persecution, persecution in thousands of ways and by millions of people, I stand up without flinching for the sake of the human race and in order not to profane God’s name. This is the way I think.

    It was the same when I left for the United States. Nobody knew of my departure from Korea on Dec. 18, 1971. But I had a plan with God in my mind as to what to do for the world-level course. In the beginning, the American people thought that a Korean man, coming to give speeches without knowing anything about the Western world, would never be suc- cessful. However, I was perfectly victorious in this long battle in the United States, and I also just established the European foundation in England. I’m going back to Korea for a 40 day vacation before I return to the United States. I stopped off in Japan for this Blessing. But you have the attitude of enjoying the Blessing for yourselves, not for God. It is true, even if you make excuses to the contrary. Yesterday, I came to Japan after riding in an airplane for 24 hours. I’ve come through here just overnight. It is really something, then, for which to be grateful. I’m even doing this at the risk of my life. But I have suspicions about how grateful you are feeling.

    Concerning this Blessing, the spiritual world will kneel down to me in an expression of gratitude. You don’t understand the Blessing as having such a significance — a significance that would make you choke with gratitude. You think as you like. If even you members think this way, I certainly have a lot to do to restore the world, don’t you think so?

    A woman must be careful

    -

    When a man feels embarrassed, he brings his hand to his chin. A woman covers her mouth with her hand, coughing delicately. It is noteworthy that Western ladies behave in the same way. This means that a woman has to be careful about her mouth. In the family, the problem is usually the woman. Women speak very quickly, like a motorcycle revving. So a woman must be careful with her mouth. Then how about men? A man has to have authority. He must be a person who has the authority with which he can judge evil people.

    +

    When a man feels embarrassed, he brings his hand to his chin. A woman covers her mouth with her hand, coughing delicately. It is noteworthy that Western ladies behave in the same way. This means that a woman has to be careful about her mouth. In the family, the problem is usually the woman. Women speak very quickly, like a motorcycle revving. So a woman must be careful with her mouth. Then how about men? A man has to have authority. He must be a person who has the authority with which he can judge evil people.

    The more people come to know the meaning of the Blessing, the more they will be thankful to you. Please become a wonderful couple and make a wonderful family that you can be proud of at any place, at any time. But the weak, shallow, ungrateful type of person whom we saw today is no good. Everyone has a tendency to become that kind of person. I have a lot of experience of my trust being betrayed. If circumstances are a little disadvantageous, a man tends to run away. and if they are advantageous, a man feels like returning. That’s the reality of man. You’re the same, aren’t you? You have it written on your face. History shows this and reality shows this. Even the 12 disciples of Jesus ran away. The 12 disciples were better people than you. Man is indeed a weak being.

    Depending on the depth of the heartistic standard between husband and wife and depending on their degree of unity, a certain quality of child is born. Therefore, to become parents is not an easy matter. And to become a wife or a husband is also really an awesome thing.

    The history of the Unification Church’s Blessing started in the midst of battle. Satan’s world was crazy to oppose it. But now in Korea, those who opposed us are now members of the church. In Korea, people gave a nickname to the Unification Church: “mass weddings.” Let’s establish such a tradition.

    diff --git a/content/speeches/1995/the-leaders-conference.md b/content/speeches/1995/the-leaders-conference.md index 98de10b8..9042ec4c 100644 --- a/content/speeches/1995/the-leaders-conference.md +++ b/content/speeches/1995/the-leaders-conference.md @@ -14,12 +14,12 @@ tags: []

    February 7, 1995
    Washington, DC
    Translator — Hideo Oyamada

    -

    Mr. Oyamada is the representative of the Eve nation. The Adam and Eve nations need to make unity. Therefore, he will be my interpreter. [Father laughs.] +

    Mr. Oyamada is the representative of the Eve nation. The Adam and Eve nations need to make unity. Therefore, he will be my interpreter. [Father laughs.]

    This is my seventy-fifth birthday and Mother’s fifty-second birthday. That is why I invited all the overseas missionaries to America. The fiftieth anniversary of the end of World War II marks a period of change. A new era and a new dimension is beginning. From the providential point of view, we don’t have a heavenly nation. We don’t have a heavenly fatherland. The great desire of all human beings is for our original parents and our original fatherland. That is the original human desire ever since our birth. Because of the fall we lost our original human ancestor and our original fatherland. Christianity has tried to find the original ancestor and original fatherland. Human history after the fall records the search for this original ancestor and original fatherland.

    [Father writes on the blackboard and Mr. Oyamada reads the words he wrote:] God, Adam, Eve, Cain, Abel; Satan, Adam, Eve, Cain, Abel. If the human ancestors had not fallen, Heavenly Father’s orders would go directly to Adam, and Adam’s orders would go to Eve. Then Eve as the mother would give orders to Cain, the oldest son, and finally they would reach the youngest son. This was the original heavenly order. However, the fall completely disturbed this heavenly order, and all family members fought each other. Because of the fighting and lack of unity, Heavenly Father could not dwell there. The original heavenly world was lost, and everything was completely nullified.

    In place of Heavenly Father, Satan has controlled the whole world. In place of Adam, there was fallen Adam. In place of Eve, there was fallen Eve. In place of Cain, there was fallen Cain. You should clearly understand that, because of the fall, we lost the original concept of order. History has been the story of salvation, restoration and re-creation. The providence of salvation is the providence of restoration and re-creation.

    The Formula for Restoring Everything

    -

    There is a heavenly formula for restoring everything, which goes back to the original process by which God created the world. First, Heavenly Father created the environment, including the sun, air, water and soil. Without these four elements human life and indeed all living things would die. Within the environment there are always subject/object relationships. This subject / object relationship is the formula. If you carefully analyze the mineral kingdom and plant kingdom, you can find plus and minus in a reciprocal relationship. There are male and female animals. Human beings exist as men and women. The whole environment consists of plus and minus, subject and object.

    +

    There is a heavenly formula for restoring everything, which goes back to the original process by which God created the world. First, Heavenly Father created the environment, including the sun, air, water and soil. Without these four elements human life and indeed all living things would die. Within the environment there are always subject/object relationships. This subject / object relationship is the formula. If you carefully analyze the mineral kingdom and plant kingdom, you can find plus and minus in a reciprocal relationship. There are male and female animals. Human beings exist as men and women. The whole environment consists of plus and minus, subject and object.

    Without subject and object, there can be no action or motion. The universe originated through some force or power. What was this energy, and where did it come from? Take, for example, the husband/wife relationship: where does its energy come from? Which comes first, energy or action? A boy looks at a girl and then action starts. Action comes before force or energy. Reciprocal action does not come from a single existence; there need to be dual characteristics. When there is a reciprocal relationship between subject and object, the foundation for energy is created.

    Then how do subject and object become united? The motivation is True Love. Love is the motivation, and action is the result. A reciprocal relationship starts when one invests one’s self. God’s work of creation started with investment. God invested Himself and then forgot it, over and over continuously. Heavenly Father stands in the subject position and gives love to us in the object position. When we receive this love and investment from Heavenly Father and return energy to Him, that is the start of a reciprocal relationship. On that foundation, a bigger plus, a higher-dimension plus is created. That is why God created our original mind and gave us the desire to move from the individual level to ever-higher dimensions, including the family level, clan level, tribal level, worldwide level and universal level, until we finally become the object of God.

    What is the motivation of God’s creation? To create the object of love. Heavenly Father kept investing more and more, in order to have a bigger object. Heavenly Father has the same type of feelings as a human being. If you are lonely, what kind of partner do you seek? An object of love. As an absolute subject, God eternally invests and forgets, invests and forgets. As objects in front of Heavenly Father, we should also invest and forget, invest and forget. In this way we can become the objects of God.

    @@ -28,7 +28,7 @@ Translator — Hideo Oyamada

    God’s formula is based on reciprocal relationships. When you look at your face you see two eyes, which function in a reciprocal relationship. You don’t have just one nostril; you have two nostrils, functioning in a reciprocal relationship. Everything exists for the sake of the object. What is the force that enables mind and body, husband and wife, parents and children to unite? True Love. Where does True Love come from? If you look for a marriage partner, do you want a spouse who is better than you or worse than you? Where does such a motivation come from? Heavenly Father also looks for a partner of love. That is an eternal, original, absolute desire: the desire for a superior object of love. We want to experience love on ever-higher levels. Through True Love, we can connect to the whole universe. The standard for all these levels of love is the family. Even the president of the United States connects with people centered on the family. If Adam had not fallen, he would have connected to the whole universe centering on the family. He would have been an unchanging subject, representing the whole universe like a king.

    The president of the United States represents the whole nation. Adam and Eve would have been the king and queen of their family and eventually the king and queen of the the tribe and nation. Heavenly Father is in the subject position, and human beings are automatically in the object position. There are kings and queens on different levels, but however large the level, they should completely fit into the formula, which is True Love.

    Investing and Forgetting

    -

    True Love starts with total investment and forgetting. To invest and forget means to serve others and think in a sacrificial way. The person who constantly serves other people and thinks in a sacrificial way always becomes the central figure. Do you follow? This is a most important teaching. Why is Heavenly Father the eternal subject? From the beginning of creation, He has been eternally investing and forgetting, investing and forgetting, in a sacrificial way.

    +

    True Love starts with total investment and forgetting. To invest and forget means to serve others and think in a sacrificial way. The person who constantly serves other people and thinks in a sacrificial way always becomes the central figure. Do you follow? This is a most important teaching. Why is Heavenly Father the eternal subject? From the beginning of creation, He has been eternally investing and forgetting, investing and forgetting, in a sacrificial way.

    If there are ten members in a family, the one who is most sacrificial, sacrificing himself ten times more than the other family members, is the central figure. To serve others and sacrifice one’s self for others is our moral standard and our teaching. Because Heavenly Father is that kind of eternal subject, as His objects we should automatically have the same attitude and follow the same principle. One family member sacrifices for the others and serves them, and then that family sacrifices itself for the clan and serves the hundreds of families in the clan.

    In the creation, Heavenly Father started with the mineral world, investing Himself and forgetting, until the higher level of the plant kingdom emerged. In the plant kingdom as well as the mineral kingdom, everything consists of plus and minus. Everything followed the formula.

    Children are educated in kindergarten and then elementary school according to this formula of plus and minus. After they finish elementary school, they go to junior high school and high school; at every stage they meet the concept of plus and minus. When they go to the university and pursue a doctoral course, they learn plus and minus. On that foundation every level, including the national level and worldwide level, follows the same formula of development through the reciprocal relationship between plus and minus.

    @@ -39,7 +39,7 @@ Translator — Hideo Oyamada

    However, all these processes can be completely integrated within the family. All the family members should be connected, each of them existing for the sake of others. What is the motivation of all the actions in the universe? Although there are many different dimensions, they all follow the formula of True Love.

    What kind of people were the saints and sages? For example, Jesus Christ taught that we should love our enemy. That means to forget the wrongs and forgive the enemy. When was the decision made to publish the Washington Times? While the court case was in progress. I was considered the enemy of the country. They brought a court case and put me in jail. However, I invested and forgot. That automatically made me the central person. This is an application of the universal formula.

    Sacrificing for the Whole

    -

    Look at my hand. The hand by itself has no meaning. What is the meaning of my eye, nose, ears and legs? They exist for me. They have no value apart from the whole. Even the nose exists for the whole. The five or six organs are for the sake of their object. What about my lips? They exist for myself. What are my ears for? They exist for myself. All the organs of my body exist for the sake of myself. Thus we should know clearly that in all the world nothing exists for its own sake but for the sake of the higher level.

    +

    Look at my hand. The hand by itself has no meaning. What is the meaning of my eye, nose, ears and legs? They exist for me. They have no value apart from the whole. Even the nose exists for the whole. The five or six organs are for the sake of their object. What about my lips? They exist for myself. What are my ears for? They exist for myself. All the organs of my body exist for the sake of myself. Thus we should know clearly that in all the world nothing exists for its own sake but for the sake of the higher level.

    What is the starting point of the material world? What is the motivation of its existence? All material things desire to connect to human beings. What is the motivation for existence of a molecule or atom? To reach the higher plant realm as soon as possible, to be absorbed by some subject in a higher realm.

    The individual sacrifices for the sake of the family. All beings seek the higher purpose. Each being seeks to unite with a higher realm, representing God. We need to step to higher realms in order to eventually reach Heavenly Father; we go from the family to clan, clan to nation, nation to the world, and the world to Heavenly Father. This is the traditional, historical formula which all things must follow.

    In relation to the animal world, human beings occupy the position of God; human beings represent God to the animal world. Human beings are in the top position of creation. All creatures want to follow human beings. What is the motivation of the mineral realm? To become part of the plant realm. When you look at this as a vertical and horizontal process, if the horizontal realm puts pressure on the vertical aspect it pushes the vertical aspect higher, and if the vertical aspect pushes down on the horizontal aspect it becomes wider. What does this teach us? If we sacrifice our flesh, our mind will become higher. If our mind becomes higher, our flesh cannot complain. We find here the principle that the horizontal aspect should sacrifice for the vertical aspect; that is why we sacrifice our flesh for the sake of our mind, which is our vertical aspect.

    @@ -55,25 +55,25 @@ Translator — Hideo Oyamada

    Between the amoebas and human beings are thousands and thousands of relationships. Human beings come on that foundation. Without the connection of the love relationship, no new baby can come to exist. Every step of development, from the lower levels to the higher levels, always took place through the love relationship. Without that we could not reach higher levels. Thus evolutionary theory is false; it is the way of thinking of a thief. Concept is the priority.

    Can you see love? We cannot see or touch love. How do we know this? Without an object of love, we cannot know that love exists. We have love, life, blood lineage and even conscience, but because we are so completely one with them we cannot feel them. How many times do you blink your eye? Can you calculate the number? Why don’t you know? Each square centimeter is affected by air pressure, but we don’t feel that pressure. If you put your hand on your breast, what kind of sound do you feel? Your heartbeat. How many times does your heart beat each day? It makes a big sound, but we don’t realize it because we cannot feel it. Why? Do you put a big mask in front of your nose when you go to the bathroom? Because we are completely united with it, we do not sense the smell.

    The Zero Point

    -

    Why did God create us so completely united with aspects of ourselves that we cannot even feel them? If you have a love object, you can suddenly feel love, life, blood lineage and even conscience. An object of love creates a big stimulation; it is a powerful stimulus, like an electrical shock. If we invest only thirty percent and neglect the remaining seventy percent, we cannot receive anything from the subject of love. However, if we invest a hundred percent and more, then we can feel the shock of love, through the subject of love. A hundred percent shock, all open! Unless we live a hundred percent for the sake of others, we cannot feel the love-shock.

    +

    Why did God create us so completely united with aspects of ourselves that we cannot even feel them? If you have a love object, you can suddenly feel love, life, blood lineage and even conscience. An object of love creates a big stimulation; it is a powerful stimulus, like an electrical shock. If we invest only thirty percent and neglect the remaining seventy percent, we cannot receive anything from the subject of love. However, if we invest a hundred percent and more, then we can feel the shock of love, through the subject of love. A hundred percent shock, all open! Unless we live a hundred percent for the sake of others, we cannot feel the love-shock.

    If our mind and body are fighting against each other, how can we move? We cannot approach the zero point in such a condition. The zero point is where subject and object, plus and minus connect. Thus you should unite your mind and body first, and then unite with your spouse. American people especially need to understand that individualism cannot produce unification. You have to warn American people to change and go to the opposite side. Can you do it?

    This is the formula we need to learn from the sun, air, water and soil. They sacrifice themselves for the others. These four elements sacrifice themselves and serve others. For instance, if there is a small opening, water will go through it. In the body, the blood penetrates the smallest openings. In a tree, the fluids rise to the top branches. Air itself follows the same formula. It invests and forgets; it gives in a sacrificial way. Even the sun works so hard, but does it take a rest? For a hundred million years it has been giving light, without stopping. The sun represents God’s position. It is the life element without which no being can sustain its existence.

    Is love more similar to water or to air? Both air and water flow. Does high-pressure air flow toward an area of low pressure, or does the low-pressure air flow to the high-pressure area? High-pressure air flows to the low-pressure area. Just like the sun, just like high-pressure air, Heavenly Father invests and forgets, coming down to the low area. Suppose water is heading down to a dirty place: will it protest going to a low place? Water and air freely flow everywhere and occupy every place. This willingness to flow is the formula of love.

    Suppose a Japanese cloud said, “I hate American clouds. I do not want to be matched to an American cloud.” Would that happen? Suppose a Japanese ocean said, “I don’t want to circulate in an American area.” Or suppose water in an American ocean protested against circulating 4,000 miles to Japan. Does that happen? Does water discriminate between developed and underdeveloped countries? Are there national borders dividing the currents? How do human beings compare to the currents of water? They create borders and discriminate against each other.

    Do American sparrows and Korean sparrows chirp differently? [Father says, “Da, da, da, da.”] Why do Korean men and American men use different languages? They cause damage. Who caused this? They hate each other and fight. Parents and children fight. Even the rice — or bread, for the Western world — doesn’t want to hear such sounds. God does not dwell where there is fighting. If your mind and body are fighting, God does not dwell with you. Universal law does not permit it. We should clearly understand this concept.

    Restoring the Family

    -

    The formula of re-creation involves reversing the positions of Cain and Abel. Because of the fall, the original blueprint was lost. Restoration means coming back to the original point, the original family unit, the original family formula of parents and children. Because God lost the family, He has been seeking the family. God comes down to the lowest part, seeking the lowest Abel in the satanic world. Satan occupies the head place in the satanic world. God has been coming down to hell. How miserable God’s situation is! From the providential perspective, how amazing indemnity is!

    +

    The formula of re-creation involves reversing the positions of Cain and Abel. Because of the fall, the original blueprint was lost. Restoration means coming back to the original point, the original family unit, the original family formula of parents and children. Because God lost the family, He has been seeking the family. God comes down to the lowest part, seeking the lowest Abel in the satanic world. Satan occupies the head place in the satanic world. God has been coming down to hell. How miserable God’s situation is! From the providential perspective, how amazing indemnity is!

    Until today, Cain and Abel have been fighting. Abel is the right wing, and Cain is the left wing. They have been fighting. Where did this fighting start? In Adam’s family. Adam and Eve were the parents; Cain and Abel were elder brother and younger brother. Because of the fall, Adam and Eve were not true parents; therefore, the elder son and younger son began to fight. If parents are centered on True Love, the elder and younger brothers will embrace. However, without parents there is no embracing power; the children fight with each other.

    Thus the family level was lost. To restore this, a higher-level, national foundation was needed. Judaism developed in the Abel position and the nation of Israel was in the Cain position. They should be united as Cain and Abel. When Adam and Eve are completely united, centering on Heavenly Father, Heavenly Father can dwell there. When the mother and elder son are united, universal power operates. This is the formula of re-creation. Do you follow? When there is unity between subject and object, universal power dwells there and heavenly fortune guides them.

    Why do we feel pain when we have a disease? Pain exists because of the lack of unity between subject and object. When there is no unity between husband and wife, heavenly power is chased out. Therefore, they feel pain.

    Thousands and thousands of electrical bolts are operating in the universe. In electrical terms, if plus and plus are always fighting, how can they unite? If thousands and thousands of electrical bolts come down, what will happen? Will electricity gradually start to flow when there is only plus? When plus and plus unite, and minus and minus unite, then plus and minus will begin to cooperate, creating some kind of reaction.

    Protecting the Subject/Object Relationship

    -

    Before marriage, sisters live together and brothers live together. Before marriage, sisters are friends with sisters and brothers are friends with brothers. They meet every day, talk together, and sleep in the same place together. However, after marriage they focus on their spouse. Once the subject is decided, no other subjects are allowed. The heavenly formula guards the unity between plus and minus. Before a reciprocal relationship is made with an object, it is permissible to connect with others. However, once the reciprocal relationship is established, no other subject or object is permitted. You tell them to find their own spouse. Universal power protects the partnership; it is a helping force. When husband and wife are united, other influences are kicked out. If you see some handsome man, are you interested in him or not? [No! Everyone laughs.] This is the formula for settlement. Is it temporary or eternal? Do you want temporary love or eternal love? [Eternal love!] +

    Before marriage, sisters live together and brothers live together. Before marriage, sisters are friends with sisters and brothers are friends with brothers. They meet every day, talk together, and sleep in the same place together. However, after marriage they focus on their spouse. Once the subject is decided, no other subjects are allowed. The heavenly formula guards the unity between plus and minus. Before a reciprocal relationship is made with an object, it is permissible to connect with others. However, once the reciprocal relationship is established, no other subject or object is permitted. You tell them to find their own spouse. Universal power protects the partnership; it is a helping force. When husband and wife are united, other influences are kicked out. If you see some handsome man, are you interested in him or not? [No! Everyone laughs.] This is the formula for settlement. Is it temporary or eternal? Do you want temporary love or eternal love? [Eternal love!]

    We know that Heavenly Father always invests and forgets and that He protects the subject/object relationships. This is an eternal partnership. True Love means eternally to invest and forget. On that foundation, the world of eternal peace, happiness and love can be established. On the foundation of our own unity we can connect with our environment. When the horizontal base is established, the vertical dimension operates, creating a place where the children can settle. Subject and object, plus and minus need to be united. When the central point of unity is established, horizontal expansion to the four corners of the earth is possible. This is the formula for the environment of reciprocal relationship between subject and object.

    Because of the fall, the elder son became the younger son, and the younger son became the elder son. Restoration means to take the reverse course and return to the original position. God could connect only to the younger son, while everything in the higher position was connected to Satan. Everyone in the family and on the national levels persecutes those in the lowest position, who are in the Abel position. Because of this persecution, those in the lower position automatically rise higher and higher. Thus the younger brother becomes the elder brother.

    Why does God’s providence of restoration take such an incredibly long time? Because the elder son always persecutes and tries to assassinate the younger son. Finally, he is conscience-stricken; then he apologizes and gives everything to the younger brother.

    Resolving Conflicts

    -

    On the national level, Jesus Christ came. He was crucified between the right-hand thief and the left-hand thief. Because of Jesus, they fought each other; Judaism and Israel fought each other. However, this did not fit into the formula course.

    +

    On the national level, Jesus Christ came. He was crucified between the right-hand thief and the left-hand thief. Because of Jesus, they fought each other; Judaism and Israel fought each other. However, this did not fit into the formula course.

    The fighting in Adam’s time was on the family level, while the fighting in Jesus’ time was on the national level, and the fighting at the time of the Lord of the Second Advent is on the worldwide level. Right wing and left wing are represented by the democratic world and the communist world. True Father is the third Adam, embracing the right wing, the democratic world, and the left wing, the communist world. How can they be unified? At Jesus’ time they failed to unite. True Parents have to digest both communism and the democratic world. At Adam’s time there was a family-level failure, while in Jesus’ time there was a national-level failure. Both of these failures should be indemnified now on a worldwide level by Father. As the True Parent and the third Adam, I will completely digest them and embrace them, without fighting.

    The worldwide-level communist leader, Gorbachev, and the national-level communist leader, Kim Il Sung, should be digested by True Parents. Because True Parents unified the plus, or democratic, world and the minus, or communist world, that means that what was originally lost on the family will return on the national level. Because of that, I declared “True Parents and the Completed Testament Age.” Why have Cain and Abel, or left wing and right wing, emerged in history? People don’t know. Neither the communist world nor the democratic world knows what direction they should take.

    We should know our historical mission. I am using the Eve nation, Japan, to embrace the archangel nation, America. That is the process I am using now. Fallen Eve separated from Adam’s world. How can Eve, the mother’s position, unite the archangelic and Adamic world? If women work for the unification of the world, it will be no problem for men to unite. The women’s age is coming. American women are like queens, and American men are like servants. The man stops the car, gets out, and opens the door for the woman exactly like a servant. Such a standard of action cannot continue forever. Only until the year 2000. Only another six years.

    @@ -86,7 +86,7 @@ Translator — Hideo Oyamada

    The mother’s position is the bride religion; this has been the role of Christianity in history. Christianity becomes a minus and seeks the new bridegroom, the messiah. Thus the mother and children, centering on the bride, return to the original Adam. Then we can kick out Satan. The messiah comes down from heaven. The heavenly bridegroom should seek the bride and children. When mother and children unite, they are in the minus position in relationship to the bridegroom, who is the bigger plus. This is the formula of development. Then the restoration is finished.

    Through the unity between Cain and Abel, the birthright of the elder son is restored. On this foundation parents are restored, and if Heavenly Father dwells there, the kingship or heavenly sovereignty is restored. Finally the fighting between brothers and sisters is solved.

    What Father Taught the Japanese Women

    -

    Why has American democracy been declining? Free sex, homosexuality and AIDS have spread all over the country. People must desperately follow me; otherwise there is no hope. Why am I doing things this way? The archangel caused Eve to fall, so Eve should restore the archangel to the original position. When high-level men meet the Japanese women, they melt. The fallen archangel melted Eve, but now Eve is melting the archangelic world.

    +

    Why has American democracy been declining? Free sex, homosexuality and AIDS have spread all over the country. People must desperately follow me; otherwise there is no hope. Why am I doing things this way? The archangel caused Eve to fall, so Eve should restore the archangel to the original position. When high-level men meet the Japanese women, they melt. The fallen archangel melted Eve, but now Eve is melting the archangelic world.

    Until today no one knew the secret of the heavenly formula course. Because of that, no one can deny me. This is the process of restoration, but I have been giving women more insight. I have been teaching Japanese women the nature of women’s role in God’s providence. You should know the content of what I have been teaching the Japanese women.

    Centering on Heavenly Father, there have been two kinds of women after the fall: the original or legal wife, and the mistress. From the two kinds of wives, two kinds of children have emerged. Originally, there should have been only one type of children and one type of wife. One is the elder sister and the other is the younger sister, and their positions coincide with Cain’s position and Abel’s position.

    How could fallen Eve be restored at the time of Jacob? Jacob suffered for seven years in order to marry Rachel. Why has the history of restoration been so complicated? The things that happened to Eve should have been restored in the case of Jacob and Rachel. However, Jacob’s family went through the same course. Why did Laban send Leah, the elder sister, to Jacob’s tent on his wedding night? In order to restore the original position, Jacob had to love the enemy, the elder sister. In Jacob’s family, the elder sister, Leah, should have taken the position of younger sister and the younger sister, Rachel, should have taken the position of elder sister. That is how restoration would have been accomplished. However, Leah and the servant girls claimed the heavenly lineage for their side. These three women bore ten children for Satan’s side. The original, heavenly wife, Rachel, was completely denied. Leah and the concubines had ten children, while Rachel had only two. Originally, Cain’s wife and children were supposed to follow Abel’s wife and children. Abel’s plus and minus (his wife and children) were supposed to be united on the foundation of Cain’s plus and minus (his wife and children). That was the formula of restoration. However, everything was reversed.

    @@ -98,7 +98,7 @@ Translator — Hideo Oyamada

    Why couldn’t Jesus get married even by the age of thirty-three? Restoration is accomplished through indemnity. The fall involved a relationship between the archangel, Eve and Adam, culminating in Cain and Abel. Lucifer’s betrayal involved taking away Adam’s sister, Eve. Jesus’ position was Adam’s position, and John the Baptist’s position was the archangelic position. All these historical events led up to John the Baptist’s younger sister being in the position to become Jesus’ wife. With Jesus destined to be in the elder son’s position, John the Baptist’s younger sister would have become Jesus’ wife and all of history would have been restored.

    When Jesus Christ was seventeen years old, he told Mary whom he should marry. Jesus Christ spoke strongly about the necessity for this marriage, no matter what sacrifices might need to be made, but Mary could not accept it. Mary went through such a severe course after her relationship with Zechariah. She experienced much persecution from the environment. If this sexual relationship had been publicized, people would have stoned her to death. If Joseph had not declared that her baby was his son, Jesus and Mary would have been stoned to death. Joseph was the savior of Mary and Jesus Christ. If Mary had confessed who her child’s father was, there would have been a problem. Thus Jesus and John the Baptist’s sister had the same father, but different mothers. They were half-brother/sister. John the Baptist knew very well that Jesus Christ was an illegitimate child. When John the Baptist received the revelation that Jesus was God’s beloved son, he could not accept that an illegitimate person was the messiah. Under these circumstances, for Jesus to marry John the Baptist’s younger sister was unacceptable. Although they had different mothers, they were both children of Zechariah. How could people accept such an incestuous relationship?

    The Need for a True Center

    -

    Why have there been so many miserable incestuous relationships in America? The Lord of the Second Advent clarifies all these situations. The Lord of the Second Advent chases out such situations; they have no center; they lead to hell. The free world has no center. The Christian world has no center. I am turning them back toward heaven.

    +

    Why have there been so many miserable incestuous relationships in America? The Lord of the Second Advent clarifies all these situations. The Lord of the Second Advent chases out such situations; they have no center; they lead to hell. The free world has no center. The Christian world has no center. I am turning them back toward heaven.

    Because they chased out the central figure, they have been declining for the past forty years. People have engaged in free sex. Sexual relationships between man and man and between woman and woman follow the archangelic way of life, not the heavenly way of life. At the end of World War II Great Britain, America and France were in Abel’s position, and Japan, Germany and Italy were in Cain’s position. If I had been united at that time with Sung Jin Nim’s mother, who was in the bride position, the heavenly providence would have been completed forty years ago. The central family, central tribe and central nation would have been united around Korea as the core of parental unification. Centering on Eve’s position, all nations could have surrounded that country, making the atmosphere of unification.

    However, the same thing happened as in the Garden of Eden, and I was chased out. The Christian world did not welcome the second advent, so I was chased out into the wilderness. The family was lost, and only Adam remained. The satanic realm chased God out.

    How can the Lord of the Second Advent make the family, tribe, nation and world a second time, culminating in the year 2000. At that time I will be eighty years old, the same age as Moses.

    @@ -107,18 +107,18 @@ Translator — Hideo Oyamada

    North America should go down to South America and unite with them. The united North and South America will become a big plus and Europe, centering on Germany, will automatically be in the position of a big minus to them. Martin Luther tried to unify Protestants and Catholics. When Protestants and Catholics are united in America, they will automatically be united in Europe.

    The united Americas and Europe will become a still bigger plus, and Asia will automatically be in a minus position to them. Then everything is finished. There will be a new United Nations. In Asia, north and south, Cain and Abel will all be completely united centering on True Parents. This is the path of restoration. Through this course we will restore Roman Catholicism and the Roman Empire. Finally, even Adam’s course will be completely restored through this process.

    Eve’s Mission

    -

    Because of Eve’s fall, the family was lost. On the worldwide level, the family will be restored, centering on Eve. That is why I have been advancing the worldwide providence centering on the restoration of women. Therefore, the Japanese women came here to establish sisterhood bonds with women from America, their former enemy nation. Korea and Japan have been enemy nations, but through the sisterhood bonds everything can be solved. Therefore, should we stop now or should we continue stronger and stronger? [Continue.] +

    Because of Eve’s fall, the family was lost. On the worldwide level, the family will be restored, centering on Eve. That is why I have been advancing the worldwide providence centering on the restoration of women. Therefore, the Japanese women came here to establish sisterhood bonds with women from America, their former enemy nation. Korea and Japan have been enemy nations, but through the sisterhood bonds everything can be solved. Therefore, should we stop now or should we continue stronger and stronger? [Continue.]

    I know everything that we need. We cannot deny that we are following the same historical formula. Who should be responsible for this? Each of us. Abel should take the responsibility. We should be responsible for that. You should be responsible from your head down to your foot.

    Are you united with Japanese women? If you don’t speak Japanese and the women don’t speak English, what should you do? Will the archangel follow Eve or Eve follow the archangel? You should speak Japanese.

    The woman’s responsibility is the mother’s responsibility. Women have a difficult mission. Western civilization has been in the plus position, and the Oriental world has been in the minus position. How can those positions be exchanged? Only by me.

    Now you understand the role of women on the front line. Centering on the mother, Cain and Abel can unite with the true Adam. When the mother embraces Cain and Abel, a worldwide brotherhood and sisterhood is created. This is the women’s mission.

    What is the individual role of women? Because Eve fell, the elder son, Adam, was chased out and Heavenly Father was chased out. Because of the fall, Eve lost the elder son and the father. According to the Old Testament teachings, the law of restitution is eye for eye and tooth for tooth. Because of satanic Eve’s actions, God uses heavenly Eve to restore everything.

    Rebecca’s Mission

    -

    First, Rebecca helped betray the elder son and helped her younger son restore the elder sonship. The second son had to gain the birthright, or the elder sonship. Centering on Rebecca, Jacob, the second son, was restored as the elder son. What kind of mother would let her younger son take ownership of everything that belonged to the elder son? For the second son, Jacob, to get the blessing, Isaac and Esau were betrayed. This is the process of restoration. Thousands and thousands of years ago Heavenly Father started the history of restoration.

    +

    First, Rebecca helped betray the elder son and helped her younger son restore the elder sonship. The second son had to gain the birthright, or the elder sonship. Centering on Rebecca, Jacob, the second son, was restored as the elder son. What kind of mother would let her younger son take ownership of everything that belonged to the elder son? For the second son, Jacob, to get the blessing, Isaac and Esau were betrayed. This is the process of restoration. Thousands and thousands of years ago Heavenly Father started the history of restoration.

    Twenty-one years after fighting with Esau, Jacob headed back to his home town beyond the Jabbok River. Jacob was sleeping in the desert near the Jabbok River when suddenly the archangel came and asked, “Why are you sleeping here? Wake up!” They began to fight. They fought all night. When it was morning the angel begged to be released. “Unless you bless me I will not let you go,” Jacob replied. The archangel said that Jacob had won the victory not only over men but over God, and he gave him the name Israel.

    Jacob was in Adam’s position. His victory meant that Adam dominated the archangel and restored the Garden of Eden. The invisible archangel was completely subjugated by Jacob; then the substantial archangel, Esau, could be automatically subjugated. Thus Jacob got the birthright and could go back to the Kingdom of Heaven on earth.

    Tamar’s Mission

    -

    Jacob got the victory over the invisible archangel and the substantial archangel, but still the fallen world had started from Eve’s womb. The period of life up until forty years of age remained to be restored. In place of Rebecca, Tamar became the central figure. Tamar betrayed her husband and father-in-law. Because Tamar knew how precious the blood lineage was, she risked her life to preserve this blood lineage. Tamar’s husband had died without fathering a child. In the Israelite tradition, if a husband died without fathering a boy, his younger brother should take the widow as a wife. But the second son avoided his role. Tamar waited for the third son, but he was still young. Women have a special time period in which they can have a baby. Although it was difficult, she decided to approach her father-in-law, Judah. Thus Tamar dressed as a prostitute.

    +

    Jacob got the victory over the invisible archangel and the substantial archangel, but still the fallen world had started from Eve’s womb. The period of life up until forty years of age remained to be restored. In place of Rebecca, Tamar became the central figure. Tamar betrayed her husband and father-in-law. Because Tamar knew how precious the blood lineage was, she risked her life to preserve this blood lineage. Tamar’s husband had died without fathering a child. In the Israelite tradition, if a husband died without fathering a boy, his younger brother should take the widow as a wife. But the second son avoided his role. Tamar waited for the third son, but he was still young. Women have a special time period in which they can have a baby. Although it was difficult, she decided to approach her father-in-law, Judah. Thus Tamar dressed as a prostitute.

    Could you do that? [No answer.] These are not my words. This is the historical background. The satanic root must be removed.

    In Rebecca’s case, her two children fought within the womb. She prayed to God to understand why there was such a struggle. God told her that two nations were fighting within her womb; the bigger nation would become weak and the smaller one would become strong.

    Tamar also prayed to God and got the same answer: the stronger would become weak and the weaker would become strong. The midwife put a red ribbon on the hand of the baby whose hand came out first. That was Zerah. Then he pulled his hand in. Therefore, within the mother’s womb, the blood lineage was changed, and the second son became the elder son.

    @@ -126,14 +126,14 @@ Translator — Hideo Oyamada

    The chosen nation started from this point. It was an astonishing thing that chosen people could emerge on earth. This was the historic start of God’s ability to freely control, beginning from the environment of the womb. The historic victorious foundation started from this point. From this eternal change of blood lineage came the Israelite nation. On this foundation the messiah could come.

    It took 2,000 years for the messiah to come. Because the satanic world had already developed to the national level, the heavenly side should also reach the national level. The Cain-type foundation in the satanic world had reached the national level, but God’s side didn’t have that national base. It took 2,000 years to reach that level. For 2,000 years the Israelite people went through difficulties: they were enslaved, they were captured by other nations. They had to cleanse the stained blood lineage.

    Mary’s Mission

    -

    Then Mary came in order to restore the position of Abel on a national level. On the national level, Mary betrayed the elder son and husband when she betrayed Joseph and the father of Joseph. Joseph’s parents were dreaming beautiful dreams about the children that their son’s future wife would bear, but she completely destroyed this dream by becoming pregnant before marriage. They heard that Mary had become pregnant. Joseph was in Adam’s position. Eve had betrayed Adam and went to hell. Now Adam had to save Eve (Mary) and restore her.

    +

    Then Mary came in order to restore the position of Abel on a national level. On the national level, Mary betrayed the elder son and husband when she betrayed Joseph and the father of Joseph. Joseph’s parents were dreaming beautiful dreams about the children that their son’s future wife would bear, but she completely destroyed this dream by becoming pregnant before marriage. They heard that Mary had become pregnant. Joseph was in Adam’s position. Eve had betrayed Adam and went to hell. Now Adam had to save Eve (Mary) and restore her.

    If Joseph had said the baby was not his, Mary and Jesus would have had to die. He saved Mary and Jesus. That was a tremendous, amazing thing. From the family level to the national and worldwide levels, all historic conditions were indemnified at this time. Why did such a thing happen? Because Eve was tempted by the archangel, she had to restore the archangel. Otherwise, there was no way for him to return to his original position. Originally, Mary should have restored the national-level mission, but she failed.

    The Failure of Christianity

    -

    After World War II, Great Britain was in the mother’s role, in the position of Eve; America was in Abel’s position and France in Cain’s position. England represented the Christian civilization as well as the Holy Spirit position; it was the center of the spiritual civilization of Christianity. Forty days after Jesus’ resurrection, the Holy Spirit descended to earth in order to restore the physical world. Because the Christian civilization did not accept the Lord of the Second Advent after World War II, the time for restoration came around again forty years later.

    +

    After World War II, Great Britain was in the mother’s role, in the position of Eve; America was in Abel’s position and France in Cain’s position. England represented the Christian civilization as well as the Holy Spirit position; it was the center of the spiritual civilization of Christianity. Forty days after Jesus’ resurrection, the Holy Spirit descended to earth in order to restore the physical world. Because the Christian civilization did not accept the Lord of the Second Advent after World War II, the time for restoration came around again forty years later.

    On Cain’s side were Japan, Germany and Italy. Originally, the Lord of the Second Advent was to bring a spiritual civilization to Japan, Germany and Italy, representing the material civilization. These two should have united, as plus and minus, and accepted the Lord of the Second Advent. The unified foundation of spiritual civilization and physical civilization would become the minus position in relation to Heavenly Father and True Parents, as the big plus. If they had united, a peaceful, unified world would have developed.

    However, Christianity did not accept me. The peaceful, unified world was lost. Heavenly Father and I were chased out into the wilderness after World War II. Every foundation was lost. Just as in the Garden of Eden, the heavenly Adam and Heavenly Father were chased out. Korea was divided into north and south; Kim Il Sung ruled North Korea as the false parent, while True Parents were in South Korea. The two nations fought each other, and the north attacked the south.

    Creating a National-Level Foundation

    -

    Seventy days after the fortieth anniversary of the founding of the Unification Church, Kim Il Sung died. Seventy days after I declared Godism and heavenly thought, Gorbachev and the Soviet empire declined. Now Kim Il Sung is gone, and Gorbachev is my younger brother. This means that kingship can be restored. Without me, it is impossible to unify North and South Korea. I have been working for forty years to restore the situation that existed at the end of World War II. I have been working through Japan, America and Germany to indemnify those lost years. Now we can make a new heavenly model nation. Within the Korean peninsula, as I become the plus and the Korean people become the minus, the fatherland can be unified; North and South Korea will be united. On the worldwide level, North America is in the plus position and South America is in the minus position; if they unite centering on me, a worldwide nation will emerge. Because of this we desperately need to cooperate centering on South America.

    +

    Seventy days after the fortieth anniversary of the founding of the Unification Church, Kim Il Sung died. Seventy days after I declared Godism and heavenly thought, Gorbachev and the Soviet empire declined. Now Kim Il Sung is gone, and Gorbachev is my younger brother. This means that kingship can be restored. Without me, it is impossible to unify North and South Korea. I have been working for forty years to restore the situation that existed at the end of World War II. I have been working through Japan, America and Germany to indemnify those lost years. Now we can make a new heavenly model nation. Within the Korean peninsula, as I become the plus and the Korean people become the minus, the fatherland can be unified; North and South Korea will be united. On the worldwide level, North America is in the plus position and South America is in the minus position; if they unite centering on me, a worldwide nation will emerge. Because of this we desperately need to cooperate centering on South America.

    Among Japan, America and Germany, America is in the Abel position and Germany is in the Cain position in relationship to the new bride nation. Centering on True Mother, America and Germany are uniting and moving toward Japan. Taking the reversal course, Cain and Abel must unite through the mother, Japan. Centering on the U.S. Congress and the whole United Nations, unity can be achieved. This becomes the horizontal foundation which can be raised up vertically. The archangel caused Eve to fall; in the reversal course, Eve should restore the archan gel.

    Because Mother doesn’t have the national-level foundation, I am sending out 1,600 Japanese women. When Mother came to Japan for her speaking tour, she spoke to the Japanese Diet (Congress). The American Congress and Japanese Diet could connect as Cain and Abel to the mother and, through her, return to the father. Because of that foundation, she could connect to the Korean Congress. On this foundation, the second-generation people in both north and south can be united, and the unification of the Korean peninsula will be completed. Within the Korean peninsula, four factions have been fighting: the pro-Japanese, pro-Chinese, pro-Russian and pro-American. The second generation is completely different; when they completely unite with True Parents, the peninsula can be unified. When Mother spoke on forty university campuses, the leftist student groups completely united with CARP, enabling CARP to restore the elder sonship centering on Mother. Now all the leftist students in Korea are connected to CARP. South Korean students, in the plus position, and North Korean students, in the minus position, are unifying to hold the Asian rally that I am promoting.

    Mother’s role centers on the Women’s Federation for World Peace. When CARP is completely united with her, there will be no more fighting with communists. Now is the time for the unification of the Korean peninsula. The vertical foundation of 160 should be connected horizontally to 160 nations. Within the satanic realm there is fighting, but I am working to horizontally unify 160 nations. How can we help underdeveloped countries? We need to unify the horizontal world, restore the history of fighting, pay indemnity and connect to True Parents. Shall we do it?

    diff --git a/content/speeches/1995/where-is-the-base-for-the-true-ideal.md b/content/speeches/1995/where-is-the-base-for-the-true-ideal.md index 75a75a12..73134680 100644 --- a/content/speeches/1995/where-is-the-base-for-the-true-ideal.md +++ b/content/speeches/1995/where-is-the-base-for-the-true-ideal.md @@ -14,7 +14,7 @@ tags: []

    September 3, 1995
    Belvedere — International Training Center
    Translator — Peter Kim

    -

    As we always try to practice our Korean, is there any non-Korean here who can read the title that Father has written here on the board? We all need to study Korean don’t we? (Yes.) Then please repeat after me: Chamdoyn Yisangjuk Geejeeneun Uhdeenya? Where Is The Base For The True Ideal?

    +

    As we always try to practice our Korean, is there any non-Korean here who can read the title that Father has written here on the board? We all need to study Korean don’t we? (Yes.) Then please repeat after me: Chamdoyn Yisangjuk Geejeeneun Uhdeenya? Where Is The Base For The True Ideal?

    Do you understand the meaning of “ideal”? Does this word originate from mankind or from God? (God.) People in general talk about idealism, but they don’t think about the source of the ideal. They just assume that it comes from man. However, it has to come from God who is the source of true happiness, true peace, true ideal and the root of all goodness. Happiness, peace and unification all originate from God.

    A tree might have different sized branches and leaves, but it has one central root. Cutting off some branches will not affect the root. This tree may have branches that go in different directions, and with the changing of the seasons its foliage may change and even die and fall to the ground. However, as long as the central trunk and root are alive, the tree will be fine. Nutrition travels through the root to feed every branch of the tree. However, beyond the root there is a mainstream energy source that feeds the root and trunk of the tree so that the tree is able to survive. This mainstream element has to be consistent; in the past, present and future the source of nutriment should always be the same. If the degree of this mainstream element of nutrition changes in any way, the actual species of the tree may even change.

    We maintain that we have our own individual ideal, our own private ideal. However, can we honestly claim to have our own ideal? (No.) No matter how great you may be, you cannot claim to have your own ideal. We can only claim our ideal when we find our ideal partner. When man and woman are united and become one, then you can begin to speak of the ideal. For example, focusing upon one of your eyes, can it claim to be ideal? Can just one eye, either left or right, say this is ideal? But when both of your eyes are functioning properly, then you can maintain that you have ideal eyes and ideal vision. Whenever we refer to the ideal, it must always include our object and subject. Ideal is a relative term. Your nose has two nostrils, not one. If you block up one nostril and claim to have an ideal nose, you would not be speaking the truth. Suppose you had only one lip, upper or lower is irrelevant. With only one lip you cannot claim to have an ideal mouth. (Laughter.) Suppose the right ear says that it doesn’t care about the left ear? (Laughter.) The ideal exists within a subject and object relationship.

    diff --git a/content/speeches/1996/development-of-civilization-seen-from-the-viewpoint-of-the-principle.md b/content/speeches/1996/development-of-civilization-seen-from-the-viewpoint-of-the-principle.md index 9de2dffa..2e8d3c5d 100644 --- a/content/speeches/1996/development-of-civilization-seen-from-the-viewpoint-of-the-principle.md +++ b/content/speeches/1996/development-of-civilization-seen-from-the-viewpoint-of-the-principle.md @@ -17,11 +17,11 @@ FOR WORLD PEACE — NORTH AMERICA
    INAUGURAL CONVENTION

    August 31, 1996

    Meadowlands Hilton, Secaucus, New Jersey -

    Icongratulate you on your labors for the welfare of humankind and the realization of a peaceful world. I hope that this conference, convened with less than four years remaining in the twentieth century, can be a fruitful forum of discussion clarifying and expanding our hope for a peaceful world. I would like to share with you my thoughts on the realization of world peace and the ultimate human ideal.

    +

    Icongratulate you on your labors for the welfare of humankind and the realization of a peaceful world. I hope that this conference, convened with less than four years remaining in the twentieth century, can be a fruitful forum of discussion clarifying and expanding our hope for a peaceful world. I would like to share with you my thoughts on the realization of world peace and the ultimate human ideal.

    I grew up on the Korean peninsula, where people suffered greatly as major powers fought over ideology and resources. Since my childhood, I have sought desperately to find answers to questions about life and the universe. I came to know the living God through my experiences with Him, and to know that God is the Lord of true love who has been present with humankind throughout history. I could not believe that God would have planned and created a world in which evil, conflict and war prevail. I do not have time to speak at length about the experiences of my youth. I will testify simply that those days were filled with an intense longing for the truth.

    I have revealed the teaching of the Holy Spirit Association for the Unification of World Christianity, a teaching known as “the Principle.” It was not easily learned. Needless to say, I received the essence of the Principle through deep, fervent and prayerful communion with God, Jesus and other saints in the spirit world. Its revelation is a victory gained through a desperate fight with Satan. I am devoting every moment of my life to the teaching and practice of the Principle. Those whose lives it has touched are sharing it throughout the world, in 184 countries. The Principle is transforming people’s lives by bringing them into a new relationship with the living God.

    God’s Ideal and Human Perfection

    -

    As human beings created by God, we were born with an innate hope to attain our dreams and realize an ideal world in relationship with God. Even under the worst conditions, human beings never give up their desire for an ideal and peaceful world. When we say “ideal world,” we should know that God is the origin of the very concept of the ideal.

    +

    As human beings created by God, we were born with an innate hope to attain our dreams and realize an ideal world in relationship with God. Even under the worst conditions, human beings never give up their desire for an ideal and peaceful world. When we say “ideal world,” we should know that God is the origin of the very concept of the ideal.

    God did not create the world for the sake of power, glory or wealth. Being absolute, unchanging and eternal, and being the origin of all existence, He has no particular need for these things, as He already has them in abundance.

    However, it would not be right to think that God has fulfilled all His desires. God exists as the embodiment of true love. God needs a partner in order to experience love, just as we do. Love can be experienced only when there is a “subject and object” relationship. No being can experience love in isolation, all by itself.

    God created human beings to give and receive love freely in relationship with Him. We were made to be the true object of the love of God. He created us as His sons and daughters. He is the True Parent of humankind.

    @@ -31,7 +31,7 @@ INAUGURAL CONVENTION

    Adam and Eve were meant to mature in God’s love and become true individuals, true husband and wife, and, by rearing children, true parents. People experience God’s true love step by step, throughout the stages of life’s growth. Each individual is meant to come to know the heart of children through the love of their parents, the heart of a sibling through the love between brothers and sisters, the heart of husband and wife through the love of a spouse, and the heart of parents through loving children. The family is the foundation upon which we establish these four realms of love and heart.

    The family is the basis for love, happiness, life and lineage. We cannot learn and experience these four realms of love anywhere other than in the family. We know love only through actual experience. The true perfection of the individual, family, society and environment has its root in the realization of love within the family.

    World Peace and the Providence of Restoration

    -

    What is the reality of our world today? Despite advances in technology and the conveniences of modern life, the world is facing a profound crisis: the loss of our very humanity. Disorders and maladies of every kind — violence, crime, drug abuse, war — plague humankind. More significantly, the breakdown of the family, including the rising divorce rate, the collapse of sexual morality among youth and the problem of unmarried teenage mothers, is destroying the foundation of society.

    +

    What is the reality of our world today? Despite advances in technology and the conveniences of modern life, the world is facing a profound crisis: the loss of our very humanity. Disorders and maladies of every kind — violence, crime, drug abuse, war — plague humankind. More significantly, the breakdown of the family, including the rising divorce rate, the collapse of sexual morality among youth and the problem of unmarried teenage mothers, is destroying the foundation of society.

    Even though we have sought peace and happiness in many ways, none of us can be satisfied with the results we have achieved in our lives. After the First and Second World Wars, the League of Nations and then the United Nations were established to prevent further conflict. However, the global work of these organizations has not brought about a peaceful world. The efforts of religious groups also have not led to a world of happiness. The proud ideals of communism, the fascist illusion — these failed to bring about one ideal world. Neither highly advanced technology nor skillful diplomacy have delivered us peace and happiness. This is because the cause of humanity’s unhappiness and suffering lies in the human fall and our disobedience to God. The solution of the problem begins by eliminating this root cause.

    Adam and Eve defiled true love during their time of growth. They fell away from God’s Principle by having sexual relations and creating children before they reached maturity in true love

    Human history thus began with Adam and Eve’s lack of faith in God, their loving Parent, and their ultimate submission to Satan. By this action they became a false husband and false wife, and false parents. Our inheritance from the original family includes their legacy of corruption, conflict and suffering. This legacy has nothing to do with God’s ideal of creation. We cannot imagine how God’s Heart is broken!

    @@ -39,7 +39,7 @@ INAUGURAL CONVENTION

    The Messiah, sent by God, is the person who comes with the overall responsibility to complete the providence of restoration. The Messiah must come as the True Parent and must rectify everything, beginning at the very root of the problem.

    Jesus came as the Messiah with the mission of the True Parent. He came to resurrect human beings on earth. He would thus restore them as true individuals, so that they might become true husbands and wives who would be true parents themselves. Unfortunately, because of the lack of faith on earth, he was unable to accomplish his purpose fully. As he ascended, however, he promised to return. He must return in order to restore God’s ideal of creation.

    Development of Civilization

    -

    Jesus was born in Israel, but he was not born for the Jewish people alone. Jesus came in the position of the Messiah and the True Parent. It was his purpose to realize God’s ideal, that is, a world of true love and peace. At that time, Israel was under Roman colonial rule. If Jesus could have accomplished his purpose among the people of Palestine, then God’s providence was that his message to spread throughout the world.

    +

    Jesus was born in Israel, but he was not born for the Jewish people alone. Jesus came in the position of the Messiah and the True Parent. It was his purpose to realize God’s ideal, that is, a world of true love and peace. At that time, Israel was under Roman colonial rule. If Jesus could have accomplished his purpose among the people of Palestine, then God’s providence was that his message to spread throughout the world.

    In fact, Palestine’s location at the crossroads of three continents, Asia, Africa and Europe, led to the transmission of Jesus’ teachings during the first centuries of the Christian era. Christianity spread south into Africa, east into Asia and west into Europe. Eventually, Christianity attained continental dominion in Europe, western Asia and the Americas. Through Christianity these vast continents each accomplished relative unity. These unified continental powers came to dominate the world in the modern era.

    Civilization first emerged on continents, in Egypt, Mesopotamia and China. The center of western civilization then shifted to peninsular cultures in Greece, Rome and then Iberia. These peninsular civilizations gave way to an island civilization in Great Britain. The center of civilization then moved to the continental civilization of North America, and then across the Pacific to an island civilization centering in Japan. It is the view of providence that the development of civilization will bear fruit in a peninsular culture emerging in Korea.

    Peninsular cultures have given rise to important civilizations. Great religions and philosophies have emerged from peninsular cultures to guide the realm of the human spirit. These include, among others, Greek philosophy, which came from the Balkan peninsula, Christian culture that blossomed on the Italian peninsula, Hindu philosophy and culture from India, Islamic culture which arose on the Arabian peninsula, Buddhist culture which flourished on the peninsulas of Southeast Asia, the art of navigation from the Iberian peninsula, and the Nordic culture on the Scandinavian peninsula.

    diff --git a/content/speeches/1996/in-search-of-the-origin-of-the-universe.md b/content/speeches/1996/in-search-of-the-origin-of-the-universe.md index e137bddc..e0a45d82 100644 --- a/content/speeches/1996/in-search-of-the-origin-of-the-universe.md +++ b/content/speeches/1996/in-search-of-the-origin-of-the-universe.md @@ -16,7 +16,7 @@ Farewell Banquet

    August 1, 1996
    Washington DC
    Translator — Peter Kim -

    Distinguished Guests, Ladies and Gentlemen.

    +

    Distinguished Guests, Ladies and Gentlemen.

    With the end of the Cold War, new hope for peace and justice has spread rapidly across the globe. Leaders unable or unwilling to acknowledge the new international realities are being swept away by the tidal wave of change.

    As we stand at the threshold of the new millennium, I believe it is time to review our traditional patterns of thinking and boldly seize these new opportunities. Thus it is my great honor to share with you my life-long advocacy for world peace and true family values.

    In this world there are two kinds of human beings: men and women. Can they decide to exchange positions? Was your birth as male or female based upon your personal desire? Or were you born that way irrespective of your personal preference? The sex that we are given is an absolute and is not a matter of choice. We did not think it nor did we want it, but without knowing the cause, result, or process of our birth, we were born a certain way.

    diff --git a/content/speeches/1996/the-role-of-the-island-nations-in-the-21st-century.md b/content/speeches/1996/the-role-of-the-island-nations-in-the-21st-century.md index 0bd8d57b..049d8b77 100644 --- a/content/speeches/1996/the-role-of-the-island-nations-in-the-21st-century.md +++ b/content/speeches/1996/the-role-of-the-island-nations-in-the-21st-century.md @@ -17,17 +17,17 @@ The Reverend Sun Myung Moon

    World Convention
    Federation of Island Nations for World Peace
    June 16-18, 1996 — Tokyo, Japan

    -

    Honorable guests from around the world, ladies and gentlemen representing Japan who are gathered here to attend the world convention of the Federation of Island Nations for World Peace.

    +

    Honorable guests from around the world, ladies and gentlemen representing Japan who are gathered here to attend the world convention of the Federation of Island Nations for World Peace.

    I am aware of your daily efforts toward the realization of world peace, for which I am sincerely grateful. I realize that this gathering presents the opportunity to further mobilize our intellect and deepen our friendship and understanding so that we can have the coming 21st century as a brilliant era of peace. For me there can be no greater joy than sharing our responsibility and mission, and making an unwavering determination among ourselves for the realization of world peace through this convention.

    Allow me to begin, first of all, with my explanation of the history and background with which I have come to propose before you the establishment of an unfamiliar organization named The Federation of Island Nations for World Peace.

    The History of Civilization

    -

    When we look at the stream of development of civilization in human history, the ancient civilizations which emerged in the river valleys passed to the Mediterranean Sea including Greece, Rome and the Iberian Peninsula. Then it developed through the European Continent including Germany and France, and bore fruit as a Judeo-Christian culture in the form of the Atlantic Civilization centered on Great Britain, an island nation. Afterwards, civilization passed westward through the American Continent, and presently we have the era of the Pacific Ocean centered on Japan, an island nation. This represents the expansion of a Judeo-Christian civilization into Asia.

    +

    When we look at the stream of development of civilization in human history, the ancient civilizations which emerged in the river valleys passed to the Mediterranean Sea including Greece, Rome and the Iberian Peninsula. Then it developed through the European Continent including Germany and France, and bore fruit as a Judeo-Christian culture in the form of the Atlantic Civilization centered on Great Britain, an island nation. Afterwards, civilization passed westward through the American Continent, and presently we have the era of the Pacific Ocean centered on Japan, an island nation. This represents the expansion of a Judeo-Christian civilization into Asia.

    When we recognize this kind of movement of civilizations in light of God’s Providence, we can see that the island nation that has been placed in the center of heavenly fortune today is none other than Japan. At the conclusion of the 20th century, Japan has come to stand in the limelight of human history in God’s providence. Therefore, Japan’s current prosperity cannot be explained without considering her relationship to the Judeo-Christian providence of God.

    If Japan has a role in God’s plan, our attention should be paid to the providential mission which Japan bears. It is because the purpose of God’s providence is the realization of world peace. World peace is the very hope for all humankind.

    There can be no better hope for human society than if the island nations around the world get together here and commit themselves to a federation of nations for the creation of world peace.

    It is with this expectation and ideals that I established The Federation of Island Nations. I cannot but hope that the realization of world peace will come true as the island nations all over the world inherit the heavenly fortune which was given by God to Japan, and form a group of nations dedicating their collective will to the pursuit of world peace.

    Characteristics of Island Nations

    -

    What are the characteristics of island nations? The earths surface consists of land and ocean. Science today explains that the birth of the first simplest life form took place in the realm of water, namely the ocean. This tells us that the ocean plays the role of mother who conceives and nurtures life. In this way, if the ocean can be regarded as symbolizing femininity, then the land may be considered as symbolizing masculinity. Therefore, it can be said that island nations located in the ocean symbolize women, and that continental nations and peninsula nations symbolize men.

    +

    What are the characteristics of island nations? The earths surface consists of land and ocean. Science today explains that the birth of the first simplest life form took place in the realm of water, namely the ocean. This tells us that the ocean plays the role of mother who conceives and nurtures life. In this way, if the ocean can be regarded as symbolizing femininity, then the land may be considered as symbolizing masculinity. Therefore, it can be said that island nations located in the ocean symbolize women, and that continental nations and peninsula nations symbolize men.

    From a spiritual perspective, one might say that island nations have certain characteristics of woman, such as objectivity, dependability, nourishing-ness, endurance and receptivity. On the other hand, continental nations may be seen as manly; possessing such attributes as subjectivity, creativity, and provider.

    Following this comparison, the position which an island nation should play can be described as identical with that which women fill in human society. Women get married and are traditionallly expected to wholeheartedly love and serve their husbands. By receiving love from their spouses, and giving birth to children, women may shine and blossom through this dynamic relationship.

    As mothers, women have the important responsibility of nourishing their children, bringing them up and educating them. Likewise, we can say that island nations also have similar roles to play.

    @@ -37,23 +37,23 @@ June 16-18, 1996 — Tokyo, Japan

    In 1945, when World War II came to an end, world Christianity was at an extremely important point in the history of God’s providence of salvation. Christian nations like Britain, the United States and France were in the central positions of the providence at that time.

    In World Wars I and II, the three major Christian nations of Great Britain, the United States and France fought for democracy as the center of the allied nations. It was God’s desire to see these three, major Christian nations join their forces to practice God’s love in the service of mankind with a sacrificial and serving spirit to actualize world peace, without lapsing into nationalistic ideas centered on their countries. The end of World War II, in 1945, saw the opportunity of providing lasting peace for mankind through the establishment of the United Nations.

    The Expansion of Communism

    -

    However, the historical reality was not the realization of world peace, but the expansion of communism, and the numerous conflicts that have come with it, as well as the spiritual decline and moral degradation of Christian nations. Humankind, which has endured the cold war between the United States and the former Soviet Union for more than 40 years, is passing through a spiritual wilderness which continues until the present.

    +

    However, the historical reality was not the realization of world peace, but the expansion of communism, and the numerous conflicts that have come with it, as well as the spiritual decline and moral degradation of Christian nations. Humankind, which has endured the cold war between the United States and the former Soviet Union for more than 40 years, is passing through a spiritual wilderness which continues until the present.

    For my part, I have traveled the world to reveal God’s ideals and His providence in order to actualize the vision of world peace on the basis of God’s original plan. To this end, I have established many international organizations, but the path is long, and there remains a lot of work for all of us to do.

    What is the ideal of God? It goes without saying that the original ideal of God is to realize a peaceful world. In such a world, there are no divisions or conflicts.

    It is a world filled with unity, harmony and joy. The greatest and the quickest means to this end is through true love. True love is the factor of unity and the origin of joy and happiness. That is why I would say that the prerequisite of peace is true love.

    Then where does God’s true love originate? The settlement place of true love is the family. If Adam and Eve had perfected themselves and established an ideal family through their marriage centered on God, true love would have been initiated there. And, the family of true love would have become the basis which would produce global true peace.

    The reason why humankind is still unable to make true peace is because they are ignorant of true love. Why? The answer is, as mentioned in the Bible, humankind has separated from God. Since the fall of the first human ancestors, Adam and Eve who established the first family without God’s blessing. Peace has been absent from this world ever since. Instead, divisions, conflicts, and struggles have come to rule this world. In the individual, the struggle between mind and body, the conflicts between husband and wife at the family level, and the struggles between societies are accepted as normal, everyday life.

    The Loss of True Love

    -

    It is my conviction that all human problems are caused by the fundamental loss of true love. The fall of humankind meant the loss of true love. Consequently, Jesus came as the King of true love in order to restore the love which Adam and Eve had lost. By the same token, the Lord of the Second Advent is coming in order to restore true love. That is the logical conclusion seen from the view of the providence of salvation.

    +

    It is my conviction that all human problems are caused by the fundamental loss of true love. The fall of humankind meant the loss of true love. Consequently, Jesus came as the King of true love in order to restore the love which Adam and Eve had lost. By the same token, the Lord of the Second Advent is coming in order to restore true love. That is the logical conclusion seen from the view of the providence of salvation.

    My life until today, and my quest for world peace, has been concentrated on the point of how humankind can restore true love. When we look at the moral degradation of the world, we can think of how great God’s sorrow must be. Watching this world decline breaks my heart and brings tears to my eyes. The harm of immorality and adultery similar to the days of Sodom and Gomorra injures our youth as they tragically fall into the false enticements of so-called “free” sex. The greatest sorrow of God is to see mankind going down this path of irresponsible destruction.

    Distinguished ladies and gentlemen, I am happy to announce there is much hope. This optimism comes from a new and liberated role of women. Women are actively working around the world to save civilization from destruction. In particular, Japanese women are playing an important role. They are active in 160 nations practicing the spirit of “living for the sake of the world.” This fills me with great joy. Women can save the world at this time of crisis. It is time for us to stand up, respect and recognize the power of women.

    Delegates and honorable guests, I would like to state once again my essential thesis. You represent, for the most part, island and oceanic nations. Island nations have in common the characteristics of women and mothers. Therefore, they should unite their forces and cooperate so that they can fulfill the mission as mothers in front of humankind. Based on these reasons, I proposed and founded the Federation of Island Nations for World Peace.

    Looking back on human history, women have played a vital role in both a positive and negative sense.

    The Role of Women

    -

    According to the Bible, human history began with the tragic incident known as the fall of Adam and Eve. It is a matter of fact that we must all shoulder the responsibility for this act and resolve this issue. However, when we look at the passage in the Bible that Eve was the first to fall and begin the history of sin, we can see that the providence requires that an age must come in human history in which women will lead the way to redeem the fall of Eve.

    +

    According to the Bible, human history began with the tragic incident known as the fall of Adam and Eve. It is a matter of fact that we must all shoulder the responsibility for this act and resolve this issue. However, when we look at the passage in the Bible that Eve was the first to fall and begin the history of sin, we can see that the providence requires that an age must come in human history in which women will lead the way to redeem the fall of Eve.

    We can see that the ideological trends in the 20th century, such as the movement of women seeking true liberation, indicate that women have begun to stand up for the sake of world peace. Because I know that such is the providence of God, in April 1992, I founded the Women’s Federation for World Peace together with my wife.

    Family Federation for World Peace

    -

    This movement of the Women’s Federation for World Peace will develop into the movement of the Family Federation for World Peace in the near future, and all people may participate. By establishing true love in the family, it seeks to construct an ideal world — the kingdom of heaven on earth.

    +

    This movement of the Women’s Federation for World Peace will develop into the movement of the Family Federation for World Peace in the near future, and all people may participate. By establishing true love in the family, it seeks to construct an ideal world — the kingdom of heaven on earth.

    The age of women is the worldwide trend of the 1990s and into the 21st century. We may say that love and cooperation, and the spirit of resolution and harmony will fulfill a historical contribution towards world peace.

    This worldwide age of women means that the age of island nations will bear the characteristics of women. In this way, the age of women and the age of island nations are intimately linked together. The time when women stand up for world peace is the time when island nations should also stand up for world wide cooperation. Now is the opportunity for island and oceanic nations to fulfill their glorious and historical missions of realizing world peace. Is there a mission of greater glory than this?

    Let us look back on the history of humankind in which women played central roles. There were courageous women who established testimonies based on an unbreakable faith in God. Without the perseverance of Abraham’s wife, Sarah, Isaac’s wife, Rebecca, or Jacob’s wife, Rachel, there would be no history of the Israelites. Tamar, relying only on her absolute faith, risked her life to establish the lineage from which the messiah later appeared.

    @@ -63,7 +63,7 @@ June 16-18, 1996 — Tokyo, Japan

    When the Federation of Island Nations ignites and spreads through the virtues of service and dedication, the light of hope will burn brightly before the future of humankind.

    Island nations must inevitably seek for the continent in the end. This is based on the same principle that a woman seeks a loving relationship with a man. This might be called the condition for the survival of island nations. Thus, the various activities for world peace carried out in island nations must inevitably bring a good influence on continental countries. In this way, when the positive effects of the efforts of island nations for the realization of world peace are spread to the continental realm, world peace will take a major step closer towards realization.

    Conclusion

    -

    We strongly desire that the age of the 21st century will become a new millennium which is the brilliant dawn of the kingdom of heaven on earth, long awaited by humankind. The associations such as the Federation for World Peace, the Inter-Religious Federation for World Peace, the Women’s Federation for World Peace, the Youth Federation for World Peace, and the Students Federation for World Peace, I am convinced will fulfill a crucial role for peace and harmony together with the Federation for Island Nations.

    +

    We strongly desire that the age of the 21st century will become a new millennium which is the brilliant dawn of the kingdom of heaven on earth, long awaited by humankind. The associations such as the Federation for World Peace, the Inter-Religious Federation for World Peace, the Women’s Federation for World Peace, the Youth Federation for World Peace, and the Students Federation for World Peace, I am convinced will fulfill a crucial role for peace and harmony together with the Federation for Island Nations.

    Ultimately, all of these organizations will bear fruit as the Family Federation for World Peace. This is because the final base for peace is the family and there is no way to establish global unity other than through rebuilding the family institution.

    By thoroughly carrying out the education of youth based on an ideal that transcends race, nation and religion, the Family Federation for World Peace will be able to perfect an ideal family and attain the historical feat of a one-world family in which people from all corners of the world enjoy true and lasting peace. Your Federation of Island Nations will inevitably make the greatest contribution toward the highest objective of the Family Federation for World Peace.

    I would like to conclude my message with gratitude toward everyone for the fact that the dream of a one world family based on the true love of God is approaching realization through the Federation of Island Nations. May God guide and bless you, your nations and your families.

    diff --git a/content/speeches/1996/true-parents-and-true-family.md b/content/speeches/1996/true-parents-and-true-family.md index a34224e5..0e07f4ed 100644 --- a/content/speeches/1996/true-parents-and-true-family.md +++ b/content/speeches/1996/true-parents-and-true-family.md @@ -14,7 +14,7 @@ tags: [] by
    Dr. Hak Ja Han Moon

    Autumn 1996 Speaking Tour

    -

    Respected guests, members of the Family Federation for World Peace, ladies and gentlemen:

    +

    Respected guests, members of the Family Federation for World Peace, ladies and gentlemen:

    It is my great pleasure today to be able to share with you distinguished leaders, a message about the True Family. As you know, the family is the cradle of human life and the cornerstone for a peaceful world.

    It is my hope that at this gathering we will begin to find the way to build true families that are healthy and vibrant in the love of God.

    God is the absolute One, the only, unchanging, and eternal One. His will is the same. If the human beings Adam and Eve had become one body under the love of God, everything would have been complete and perfect. God’s origin, purpose, and process of creation, as well as cause, effect, and direction, are all absolute.

    @@ -25,13 +25,13 @@ Dr. Hak Ja Han Moon

    Originally, True Love was to be gained through life experience and understood through internal realization. True Love is not something that can be learned through words, a written text, or schooling. It is experienced completely only in life. Created as new-born infants, Adam and Eve were to grow and perfect themselves gradually through experiences of the heart of True Children, True Brother and Sister, True Husband and Wife, and True Parents encompassing their whole lives. Only after experiencing the True Love of God in its entirety can one perfect the Purpose of Creation and become an ideal human being.

    Every person desires that his object of love be ten million times more valuable than himself, or even infinitely more valuable. In the same way, God desires that humankind, His object of love, become infinitely valuable. If a human being perfects himself, then that person obtains God-like value by attaining God’s divinity and perfection.

    God’s Ideal of True Love

    -

    God is absolute, but His ideal of True Love cannot be realized by himself. That is because love always requires an object — a beloved. At this point, we should understand the relationship between God’s True Love and humankind’s True Love, and how they begin and are perfected. What would have happened if God had not chosen human beings as His absolute objects of True Love, and instead had sought to begin and perfect True Love in some other way? In that case, God and man would have pursued the ideal of True Love with different motivations, directions, and purposes. God would have had to achieve His ideal of love through an object higher than humankind; and by the same token, humankind’s ideal of love would have had no direct relationship with God.

    +

    God is absolute, but His ideal of True Love cannot be realized by himself. That is because love always requires an object — a beloved. At this point, we should understand the relationship between God’s True Love and humankind’s True Love, and how they begin and are perfected. What would have happened if God had not chosen human beings as His absolute objects of True Love, and instead had sought to begin and perfect True Love in some other way? In that case, God and man would have pursued the ideal of True Love with different motivations, directions, and purposes. God would have had to achieve His ideal of love through an object higher than humankind; and by the same token, humankind’s ideal of love would have had no direct relationship with God.

    But God as the subject of True Love did establish humankind as the object of His True Love. Accordingly, God can fulfill His ideal of True Love only through humankind. The fulfillment of God’s Purpose of Creation is the ideal world where God and mankind are united through absolute love. Human beings were created as the greatest object of God’s love. They alone in all Creation embody the nature of God. They are born the visible bodies of the invisible god. If a person perfects himself, he becomes the temple of God, a visible, substantial body in which God can freely and peacefully dwell.

    God’s overall ideal of absolute True Love is realized and perfected through humankind in a vertical parent-child relationship.

    God created Adam first. He was to be the son of God and at the same time the substantial body of God Himself. Later, God created Eve as the object of Adam so that Adam and Eve could perfect the ideal of horizontal love, which is conjugal love. Eve was to be the daughter of God, and also, as a bride she was to perfect substantially the ideal of the horizontal love of God.

    The place in which Adam and Eve are perfected, consummating their first love by marrying under the blessing of God, is precisely the place where God meets His substantial bride. This is because God’s ideal of absolute love descends vertically and joins where the ideal of conjugal love between Adam and Eve is realized horizontally. The True Love of God and the True Love of humankind join and perfect themselves at the same point, although they came from different directions, one vertical and the other horizontal.

    Why God Needs Humankind

    -

    God’s act of creation was inevitable. And we cannot imagine Creation without a purpose. There was only one reason God needed the Creation: to realize the ideal of True Love. God developed life from the simplest and lowest levels up to the human level in pairs, subject and object and positive and negative, to form reciprocal relationships under the ideal of love. The Creation’s ideal of love and God’s ideal of ultimate love are not separate or different. This Principle of Creation is at work to perfect the absolute love of God through the perfection of the love of man and woman in the human world. This is the reason why in the beginning God created one man and one woman, Adam and Eve.

    +

    God’s act of creation was inevitable. And we cannot imagine Creation without a purpose. There was only one reason God needed the Creation: to realize the ideal of True Love. God developed life from the simplest and lowest levels up to the human level in pairs, subject and object and positive and negative, to form reciprocal relationships under the ideal of love. The Creation’s ideal of love and God’s ideal of ultimate love are not separate or different. This Principle of Creation is at work to perfect the absolute love of God through the perfection of the love of man and woman in the human world. This is the reason why in the beginning God created one man and one woman, Adam and Eve.

    God’s Purpose of Creation called for Adam and Eve to obey the Commandment of God, who is the subject of True Love, and perfect themselves as True Man and True Woman. Furthermore, they were to become a True Couple united in the True Love of God. Then, by having sons and daughters through that True Love, they would have become True Parents and lived in happiness. Had Adam and Eve perfected themselves in True Love, they would have fulfilled God’s desire to wear a substantial body. And when they perfected themselves as a True Couple, the ideal of God’s absolute love would have been fulfilled.

    By Adam and Eve having children of goodness and becoming True Parents, God would have established Himself substantially as the Eternal Parent and achieved His ideal: Citizenship in the Kingdom of Heaven would expand infinitely in the afterlife of the spirit world based on myriad generations of descendants in the physical world.

    But Adam and Eve, the human ancestors, fell away from God. When they were expelled from Eden, they had not yet had children. Having driven them out, God had no basis to follow behind them to bless their marriage. The entire human race has thus descended from our failed ancestors. Humanity has multiplied without any direct relationship whatsoever to the love of God.

    @@ -39,7 +39,7 @@ Dr. Hak Ja Han Moon

    The only possible sin that could have been fatal in the Garden of Eden, where Adam and Eve were in communication with God and living in joy, was the sin of illicit love. The first consummated love of the human ancestors, because it was supposed to have been the perfection of the love of God Himself, should have marked the beginning of a celebration that would continue throughout history, filled with the never-ending intoxication of joy and blessing for God, Adam and Eve, and the universe. It should have been a joyous occasion in which the love, life, and lineage of God would have been established within humankind. To the contrary, however, Adam and Eve covered their lower parts and hid themselves among the trees, trembling in fear. By disobeying heavenly law, they established an immoral relationship as the basis for false love, false life, and false lineage.

    As descendants of Adam and Eve, all human beings are born with Original Sin. The Fall gave rise to conflict of mind and body within every person and caused our societies to be filled with tainted love, and people do things that contradict the desire of their original minds.

    Taking Responsibility for Love

    -

    According to the ideal of love, all love relationships in the animal and plant kingdoms are for reproduction only. Human beings are the sole exception. Humankind enjoys freedom in the conjugal relationship of love. This is humanity’s special privilege as the lord of all Creation. God gave the blessing and infinite joy of love to His sons and daughters. However, the True Freedom that God allowed requires human responsibility. If an individual were to insist upon and practice freedom of love without responsibility, how much confusion and destruction would take place! Achieving the highest ideal of human love is possible only when one takes responsibility for love.

    +

    According to the ideal of love, all love relationships in the animal and plant kingdoms are for reproduction only. Human beings are the sole exception. Humankind enjoys freedom in the conjugal relationship of love. This is humanity’s special privilege as the lord of all Creation. God gave the blessing and infinite joy of love to His sons and daughters. However, the True Freedom that God allowed requires human responsibility. If an individual were to insist upon and practice freedom of love without responsibility, how much confusion and destruction would take place! Achieving the highest ideal of human love is possible only when one takes responsibility for love.

    We can think of this responsibility in three ways. The first responsibility is for one to become the master of True Love, truly free and thanking God for the freedom of love and knowing how to cultivate and control oneself. This responsibility for a love relationship should not be taken merely because of law or social convention. Instead, a person should establish responsibility through his own self control and self determination within the life-committing vertical relationship with God.

    Second is one’s responsibility toward the object of love. By nature, people do not want their spouse’s love to be shared with others. Horizontal conjugal love, which differs from the vertical love between parents and children, loses its potential for perfection the moment it is divided. This is because the Principle of Creation requires husband and wife to become one in absolute love. Each spouse has the responsibility given by love to live absolutely for the sake of the other.

    The third responsibility of love is toward children. The love of parents is the basis for children’s pride and happiness. They would wish to be born through the total and harmonious unity of their parents in True Love, and they would wish to be raised in that kind of love. The most precious responsibility of parents is not only to rear their children externally, but also to offer them life elements of True Love that can perfect their spirituality. This is why the family is so valuable. The daily experience of the heart of True Children, True Brothers and Sisters, True Spouses, and True Parents cannot be acquired in any place other than the True Family.

    @@ -47,7 +47,7 @@ Dr. Hak Ja Han Moon

    Due to the Fall, however, Adam and Eve became the substantial body of Satan and ended up becoming the original evil couple, evil parents, and evil ancestors. Their union became the root of evil love, evil life, and evil blood lineage. Because human beings originated from this root, they descended from the adulterous Satan, who is the enemy of God, and inherited this lineage of evil parents.

    Ladies and Gentlemen: How great must have been the pain of God when, by the Fall, our human ancestors destroyed His ideal of True Love! Humankind should have been the sons and daughters of God, but they do not know God Himself as their Original Parent. Yet even though His sons and daughters serve Satan, God has worked for the Providence of Salvation. Because He is an absolute being, and His ideal of creation is also absolute, He has carried out the Providence of Salvation even amid great sadness. God’s Providence of Salvation is the Providence of Restoration, which means to recover the lost Purpose of Creation, centered on True Love. The Providence of Salvation is also the Providence of Re-creation.

    The Essence of God’s Providence

    -

    Based on this point, the root of the Providence of Salvation is the re-creation of the seed of the original child, the human being who will fulfill the ideal of creation. That which God abhors — the life and blood lineage that began with the false love of the adulterer Satan — must be cleansed. The essence of the Providence is the task of setting up the birth of the True Parent, the Savior united with the True Love, Life, and Lineage of God.

    +

    Based on this point, the root of the Providence of Salvation is the re-creation of the seed of the original child, the human being who will fulfill the ideal of creation. That which God abhors — the life and blood lineage that began with the false love of the adulterer Satan — must be cleansed. The essence of the Providence is the task of setting up the birth of the True Parent, the Savior united with the True Love, Life, and Lineage of God.

    Since the ancestors of humankind failed to fulfill their responsibility, inherited the immoral lineage of Satan, and came under the dominion of Satan, God Himself could not directly intervene and return human beings to their original position. Furthermore, God can neither unconditionally accept humankind, who chose to go to the side of the evil Archangel, nor punish them. So God uses the strategy of placing a central figure on the side of the good Archangel; by being struck first, that figure establishes the indemnity condition to recover what was lost. Satan strikes first but as a result must take the losing position. The First, Second, and Third (Cold War) World Wars are good examples of this. The side that struck first, lost.

    From the overall perspective of the Providence of Restoration, the foundation of cooperation between mother and son is very important. This was so at the time of Jacob, Moses, and Jesus. God was working His Providence to separate people from satanic life and lineage by establishing the foundation of cooperation between a mother who had to fulfill the responsibility of Eve, the originator of the Fall and the second son of the family.

    God cannot directly relate to the first son, because he is in the position of having a direct blood relationship with Satan, who through the Fall was the first to dominate humankind. God has been restoring the blood lineage of goodness by having the second son, who represents the side of goodness, establish a condition. Then God has had the first son, representing the side of evil, take a position subordinate to the second son.

    @@ -57,16 +57,16 @@ Dr. Hak Ja Han Moon

    God lost Adam, who had the seed of True Love and True Life. So God had to find a son with the new seed free from satanic accusation. Just as God created Adam first at the time of the creation, God must prepare a son first who has no relationship to the Fall, according to the Providence of Restoration, which is the Providence of Re-creation. This is the basis for the idea of the coming of the Messiah. The Messiah rejects the sinful lives of those with a fallen lineage under the dominion of Satan. He comes as a True Person who engrafts fallen humanity into the seed of new life. The Messiah has his roots in God, and comes as the Second Adam, who wipes away all that was committed by the first Adam. This is the reason God cannot send a superman Messiah who will work only through miracles.

    For a son to be born on earth with this seed of God’s love and life, there first must exist a mother. And the mother cannot give birth to this child in a conventional way. Conception must happen through the formula of restoration. All the cooperation between mothers and sons in the Providence of Restoration is a preparation and a condition for the Son of God to be born with the seed of new life, free from satanic accusation. By making conditions to avoid Satan’s attacks, and by subordinating the firstborn son who represents evil, mother and son restore the love, life, and lineage that were taken over by Satan.

    The Meaning of Jacob’s Victory

    -

    The Bible, which records the providential work of God, contains many stories that are difficult to understand. For example, Rebekah deceived her husband Isaac and her first son Esau, and helped her second son Jacob receive the blessing. (Genesis 27) God took the side of that mother and son, and although they used methods that at first glance seem unjust, God still blessed them for their actions.

    +

    The Bible, which records the providential work of God, contains many stories that are difficult to understand. For example, Rebekah deceived her husband Isaac and her first son Esau, and helped her second son Jacob receive the blessing. (Genesis 27) God took the side of that mother and son, and although they used methods that at first glance seem unjust, God still blessed them for their actions.

    In Adam’s family, Cain and Abel fought outside the womb. Their struggle resulted in the death of Abel, the second son.

    Then came Jacob. On the merits of many godly people who paid indemnity and sacrificed after the time of Abel, Jacob at last caught up to the level at which Satan first dominated humankind. Then Jacob dealt with his twin brother, Esau. At the ford of Jabbok, Jacob set up the condition of spiritual victory over the angel. (Genesis 32:28) And through winning over Esau, (Genesis 33) who was in the position of the substantial body of the Archangel, Jacob consequently was blessed as the first victor in history, and was given the name “Israel.” But by then he was already in his fortieth year.

    Satan sowed the seed of false love within the womb of Eve, which gave birth to evil life. Therefore, God needed to purify a mother’s womb from which the heavenly Son could be born. That purification period of separation from Satan had to begin at the time of conception and continue to age forty, so even though Jacob was victorious he did not meet that criteria. The great mother who assumed the responsibility to meet this condition was Tamar.

    Tamar’s Providential Role

    -

    Tamar had married Er, the eldest son of Judah. (Genesis 38) But Er displeased God and he died. According to the custom of that time, Judah gave Tamar his second son, Onan, that they might bear a child for Er. But Onan, knowing that Tamar’s child would not be his own, spilled his semen on the ground. This was a sin in the eyes of God, for which Onan died.

    +

    Tamar had married Er, the eldest son of Judah. (Genesis 38) But Er displeased God and he died. According to the custom of that time, Judah gave Tamar his second son, Onan, that they might bear a child for Er. But Onan, knowing that Tamar’s child would not be his own, spilled his semen on the ground. This was a sin in the eyes of God, for which Onan died.

    Then Tamar wanted Shelah, the third son of Judah, for a husband, but Judah did not give him to her. Judah thought that his two sons had died because of Tamar, so he was afraid that Shelah would die and end the family lineage.

    But Tamar had the conviction that she was to carry on the lineage of the chosen people. To do that, she disguised herself as a prostitute and slept with her father-in-law, Judah, and became pregnant with twins. At the time of birth, one of the twin sons, Zerah, stretched out his hand from the womb to be born first. But he was pulled back into the womb, and the second son, Perez, was born first, taking the position of the elder brother. Thus, within the womb of Tamar, the first and second sons fought, and their reversal of position separated them from Satan. That became the condition for restoration in the womb. Upon this condition, the Messiah could be conceived within the blood lineage of the chosen people, on the base of the nation of Israel that could stand up to the Roman Empire two thousand years later. The victorious foundation on the national level could then be formed in the womb of a mother free of satanic accusation, prepared for the seed of the Son of God. On this foundation, the Holy Mother Mary emerged in the mainstream of God’s Providence.

    Mary Receives God’s Will

    -

    Mary, when she was engaged to Joseph, received from the Archangel Gabriel the surprising message that the Messiah would be born through her. (Luke 1:31) In those days, if an unmarried woman became pregnant, she would be killed. But Mary accepted the will of God with absolute faith, saying, “Behold, I am the handmaid of the Lord; let it be to me according to your word.” (Luke 1:38)

    +

    Mary, when she was engaged to Joseph, received from the Archangel Gabriel the surprising message that the Messiah would be born through her. (Luke 1:31) In those days, if an unmarried woman became pregnant, she would be killed. But Mary accepted the will of God with absolute faith, saying, “Behold, I am the handmaid of the Lord; let it be to me according to your word.” (Luke 1:38)

    Mary consulted with the priest Zechariah, who was her relative and was highly respected. Zechariah’s wife Elizabeth, with the help of God, was pregnant with John the Baptist. She said to Mary, “Blessed are you among women and blessed is the fruit of your womb. Why is this granted to me that the mother of my Lord should come to me?” (Luke 1 :42-43) With these words she testified to the coming birth of Jesus.

    In this way, God let Mary, Zechariah, and Elizabeth know about the birth of the Messiah before anybody else. All of them had the absolutely crucial mission of following the will of God and serving Jesus. Zechariah’s family let Mary stay in their house. Jesus was conceived in the house of Zechariah.

    Elizabeth and Mary were cousins on their mothers’ side. But according to God’s Providence, they were considered sisters, with Elizabeth as the elder (Cain) and Mary as the younger (Abel). Mary received Elizabeth’s help in the presence of Zechariah. Through this cooperation, Zechariah’s family, on the national level, indemnified the lack of unity between mother and son with Leah and Rachel in Jacob’s family. (Genesis 29-30) This allowed Jesus to be conceived. For the first time in history, there could be born on earth, free of satanic accusation and through a prepared womb, the seed of the Son of God — the seed of the True Father. In this way, the only begotten Son of God, the owner of the first love of God, was born for the first time in history.

    @@ -77,20 +77,20 @@ Dr. Hak Ja Han Moon

    Mary’s pregnancy began to show, and the people of the surrounding area became aware of it. What would have happened if Joseph had declared that he didn’t know anything about it? But Joseph was a righteous man. He believed in the revelation of God and defended Mary, saying the pregnancy was his responsibility. Mary may have been ridiculed for becoming pregnant during her engagement, but she had avoided death by stoning.

    Joseph, who loved Mary, protected her this way in the beginning. However, there was a great deal of anguish deep in his heart. Once Jesus was born, Joseph’s suspicions about the father of Jesus only increased and his heart ached. As Jesus grew older, the two became more and more distant in heart. And because of this, family problems frequently arose. Jesus was viewed as an illegitimate son, and lacking the protection of Zechariah’s family and the love of Joseph, he grew up with an indescribable loneliness in his heart.

    No Bride for Jesus

    -

    Jesus was aware of his path as the Messiah, and he lamented by himself these lonely circumstances and the serious obstacle they presented to fulfilling the will of God. The Messiah is the True Parent. And to fulfill that mission he needed to receive his substantial bride. Jesus had to reverse, at the very root, the false love by which the Archangel had caused the fall of Eve, who was growing up as the sister of Adam. Consequently, Jesus, in the place of Adam as the Son of God, should have received as his bride the younger sister of someone in an archangelic position. That bride was to have been none other than Zechariah’s daughter, the younger sister of John the Baptist. To fulfill this in a world where Satan plays the role of owner and lord, Jesus needed a foundation of protection formed by absolute faith. Tragically, the entire foundation ended up collapsing around him.

    +

    Jesus was aware of his path as the Messiah, and he lamented by himself these lonely circumstances and the serious obstacle they presented to fulfilling the will of God. The Messiah is the True Parent. And to fulfill that mission he needed to receive his substantial bride. Jesus had to reverse, at the very root, the false love by which the Archangel had caused the fall of Eve, who was growing up as the sister of Adam. Consequently, Jesus, in the place of Adam as the Son of God, should have received as his bride the younger sister of someone in an archangelic position. That bride was to have been none other than Zechariah’s daughter, the younger sister of John the Baptist. To fulfill this in a world where Satan plays the role of owner and lord, Jesus needed a foundation of protection formed by absolute faith. Tragically, the entire foundation ended up collapsing around him.

    This would not have happened if Zechariah and Elizabeth, who had received the revelation and spiritual support from God, had maintained absolute faith. If they had fulfilled their responsibility, Mary would have been in contact with them continually, even after her three-month stay at their house. God chose Zechariah’s family as the foremost representatives of the entire world, so that even after the birth of Jesus they would protect, serve, and witness to him as the Messiah. They not only should have served Jesus as the Son of God and Messiah with utter devotion, but they should have learned the will of God through Jesus and followed him absolutely. Also, John the Baptist was born to serve Jesus and should have fulfilled his responsibility to guide everyone he led to repentance to believe in Jesus and receive salvation.

    But unfortunately, although Zechariah, Elizabeth, and John the Baptist testified at first to Jesus as the Son of God, there is no evidence that they served him as such. The respected priest Zechariah was simply a spectator. John the Baptist stood separate from Jesus. These circumstances blocked the people from following Jesus and made his path very difficult. And once this family lost faith in Jesus, looking at him through human eyes, there was no room for them to help him receive his bride.

    We should also consider the influence that Joseph and Mary’s relationship had on Jesus. Mary had to restore the position of Eve and Tamar through indemnity, so she should have remained as only the fiancee of Joseph. Providentially, they could not be husband and wife. It was God’s desire that they not have sexual relations either before or after Jesus’ birth. Joseph still loved Mary after Jesus was born, but Mary should have wanted to separate from Joseph to raise Jesus as the Son of God.

    But the real circumstances did not make this easy to do. Even though Mary’s original mind told her that she should not do so, she had sexual relations with Joseph. They had children, which was a repetition of Eve’s mistake. With this condition, Satan invaded them. With the exception of Jesus, everyone who should have protected Jesus came under the dominion of Satan: his father, his mother, his Abel-type brothers (John the Baptist and his brothers) and his Cain-type brothers (the children of Joseph).

    Jesus Seen Through Human Eyes

    -

    When someone is invaded by Satan, he loses all spiritual support and inspiration. Trust in God, as well as a sense of gratitude to Him, is lost. One begins to see everything through human eyes. Mary did not help Jesus with the wedding he desired. She even opposed it. This was the direct reason that Jesus could not receive his bride, and could not become the True Parent; and this forced him to go the way of the cross.

    +

    When someone is invaded by Satan, he loses all spiritual support and inspiration. Trust in God, as well as a sense of gratitude to Him, is lost. One begins to see everything through human eyes. Mary did not help Jesus with the wedding he desired. She even opposed it. This was the direct reason that Jesus could not receive his bride, and could not become the True Parent; and this forced him to go the way of the cross.

    Jesus’ words to Mary during the wedding at Cana, “Oh woman, what have you to do with me?” (John 2:4), reveal a reproachful heart to a mother who helped in the weddings of others but neglected to help Jesus receive his bride, the most important requirement of the Providence. With this perspective, now we can understand why Jesus asked, “Who is my mother, and who are my brothers?” (Matthew 12:48)

    Faced with the opposition of Mary, Zechariah, Elizabeth, and finally John the Baptist, Jesus gave up hope for their protection as he sought to fulfill his mission. Therefore, Jesus left his home in search of a new spiritual foundation to restart the Providence of Salvation.

    Now without a family and household, Jesus lamented, “foxes have holes, and birds of the air have nests; but the Son of man has nowhere to lay his head.” (Matthew 8:20) With his family level foundation lost, Jesus sought to replace it. That was his three-year course.

    In the end, as people disbelieved and the disciples lost faith, Jesus took Satan’s attack. And as his foundation crumbled he went the way of the cross. Originally, Jesus came to the earth as the Messiah to give blessings to his disciples and all humankind. He was to build the sinless Kingdom of Heaven. But because of the lack of faith in him, he could not receive his bride, he could not become the True Parent, and he could not accomplish his mission. This is why he promised to return.

    According to the Bible, “Whatever you bind on earth shall be bound in heaven, and whatever you loose on earth shall be loosed in heaven.” Today, therefore, I clearly reveal this truth about Jesus and Mary in order to liberate them despite opposition from established churches such as the Catholic Church and Protestant churches.

    Completing the Ideal of True Parents

    -

    The Lord of the Second Advent comes to perfect the foundation of God’s Providence of Restoration left uncompleted by Jesus. That is to say, he comes as the seed of the original True Child to complete the ideal of creation. He comes to complete the ideal of True Parents, who are the origin of the True Love, True Life, and the True Lineage of God. He comes on the victorious foundation of the fundamental providence of God’s side up to the time of Jesus. He also stands upon the victorious foundation of Jesus’ life and finds the bride that Jesus could not find. Together they become the True Parents to save all humankind.

    +

    The Lord of the Second Advent comes to perfect the foundation of God’s Providence of Restoration left uncompleted by Jesus. That is to say, he comes as the seed of the original True Child to complete the ideal of creation. He comes to complete the ideal of True Parents, who are the origin of the True Love, True Life, and the True Lineage of God. He comes on the victorious foundation of the fundamental providence of God’s side up to the time of Jesus. He also stands upon the victorious foundation of Jesus’ life and finds the bride that Jesus could not find. Together they become the True Parents to save all humankind.

    Through the blessing of new marriages that pass on God’s original blood lineage, the True Parents will be able to give salvation to all humanity. People will become True Persons engrafting into the True Love, True Life, and True Lineage of God. Furthermore, the Messiah will establish a True Family, creating the Kingdom of Heaven on earth. Thus, it is the International Holy Weddings that establish this new blood lineage when the Lord of the Second Advent comes in the flesh.

    On the level of the great world-wide family, the Lord indemnifies that which was lost in the family of Adam and restores the True Elder Sonship, True Parentship, and True Kingship that should have been perfected in Adam’s family. He will transform this world into the Kingdom of Heaven on earth under the dominion of God, opening the Kingdom of Heaven in the spirit world for registration. Humanity will enter into the era of kingship both spiritually and physically centered on God; and establish a world of victory, freedom, happiness, and unity; and create the Heavenly Kingdom on earth and in the spirit world, which is God’s ideal of creation. This is the View of the Principle of the Providential History of Salvation. I hope that in the future all of you can also receive this joyous new marriage blessing.

    My dear leaders and distinguished guests, I want to again express my appreciation that you have taken time from your busy lives to attend this important meeting. I hope you are able to have a clear understanding of the direction of providential history so that you can become true leaders in establishing a peaceful world. May God bless you and your families. Thank you.

    diff --git a/content/speeches/1996/view-of-the-principle-of-the-providential-history-of-salvation.md b/content/speeches/1996/view-of-the-principle-of-the-providential-history-of-salvation.md index be685d63..63afc91a 100644 --- a/content/speeches/1996/view-of-the-principle-of-the-providential-history-of-salvation.md +++ b/content/speeches/1996/view-of-the-principle-of-the-providential-history-of-salvation.md @@ -15,7 +15,7 @@ The Reverend Sun Myung Moon
    Presented at the Inaugural Banquet of
    THE WASHINGTON TIMES FOUNDATION
    April 16, 1996 – Washington, DC -

    Distinguished Guests, Ladies and Gentlemen:

    +

    Distinguished Guests, Ladies and Gentlemen:

    Today I sincerely thank God that you and I can meet as we face this era of great historical change. God is the absolute One, the only, unchanging, and eternal One. His will is the same. If the human beings Adam and Eve had become one body under the love of God, everything would have been complete and perfect. God’s origin, purpose, and process of creation, as well as cause, effect, and direction, are all absolute.

    The human ancestors Adam and Eve entered into chaos after they fell through their ignorance. This ignorance and chaos expanded from the individual level to the levels of family, nation, and world. It has been the task of religion and the Providence of Salvation to liberate us from this sphere of the Fall.

    In the Last Days, the Messiah comes and teaches clearly the absolute, the only, unchanging, and eternal cause, direction, and effect, from God’s viewpoint. He will cleanse the world of ignorance and chaos and return it to the original bosom of God. This is the completion of the will of God.

    @@ -24,18 +24,18 @@ April 16, 1996 – Washington, DC

    Originally, True Love was to be gained through life experience and understood through internal realization. True Love is not something that can be learned through words, a written text, or schooling. It is experienced completely only in life. Created as newborn infants, Adam and Eve were to grow and perfect themselves gradually through experiences of the heart of True Children, True Brother and Sister, True Husband and Wife, and True Parents encompassing their whole lives. Only after experiencing the True Love of God in its entirety can one perfect the Purpose of Creation and become an ideal human being.

    Every person desires that his object of love be ten million times more valuable than himself, or even infinitely more valuable. In the same way, God desires that humankind, His object of love, become infinitely valuable. If a human being perfects himself, then that person obtains Godlike value by attaining God’s divinity and perfection.

    God’s Ideal of True Love

    -

    God is absolute, but His ideal of True Love cannot be realized by Himself. That is because love always requires an object — a beloved. At this point, we should understand the relationship between God’s True Love and humankind’s True Love, and how they begin and are perfected. What would have happened if God had not chosen human beings as His absolute objects of True Love, and instead had sought to begin and perfect True Love in some other way? In that case, God and man would have pursued the ideal of True Love with different motivations, directions, and purposes. God would have had to achieve His ideal of love through an object higher than humankind; and by the same token, humankind’s ideal of love would have had no direct relationship with God.

    +

    God is absolute, but His ideal of True Love cannot be realized by Himself. That is because love always requires an object — a beloved. At this point, we should understand the relationship between God’s True Love and humankind’s True Love, and how they begin and are perfected. What would have happened if God had not chosen human beings as His absolute objects of True Love, and instead had sought to begin and perfect True Love in some other way? In that case, God and man would have pursued the ideal of True Love with different motivations, directions, and purposes. God would have had to achieve His ideal of love through an object higher than humankind; and by the same token, humankind’s ideal of love would have had no direct relationship with God.

    But God as the subject of True Love did establish humankind as the object of His True Love. Accordingly, God can fulfill His ideal of True Love only through humankind. The fulfillment of God’s Purpose of Creation is the ideal world where God and mankind are united through absolute love. Human beings were created as the greatest object of God’s love. They alone in all Creation embody the nature of God. They are born the visible bodies of the invisible God. If a person perfects himself, he becomes the temple of God, a visible, substantial body in which God can freely and peacefully dwell.

    God’s overall ideal of absolute True Love is realized and perfected through humankind in a vertical parent-child relationship. God created Adam first. He was to be the son of God and at the same time the substantial body of God Himself. Later, God created Eve as the object of Adam so that Adam and Eve could perfect the ideal of horizontal love, which is conjugal love. Eve was to be the daughter of God, and also, as a bride she was to perfect substantially the ideal of the horizontal love of God.

    The place in which Adam and Eve are perfected, consummating their first love by marrying under the blessing of God, is precisely the place where God meets His substantial bride. This is because God’s ideal of absolute love descends vertically and joins where the ideal of conjugal love between Adam and Eve is realized horizontally. The True Love of God and the True Love of humankind join and perfect themselves at the same point, although they came from different directions, one vertical and the other horizontal.

    Why God Needs Humankind

    -

    God’s act of creation was inevitable. And we cannot imagine Creation without a purpose. There was only one reason God needed the Creation: to realize the ideal of True Love. God developed life from the simplest and lowest levels up to the human level in pairs, subject and object and positive and negative, to form reciprocal relationships under the ideal of love. The Creation’s ideal of love and God’s ideal of ultimate love are not separate or different. This Principle of Creation is at work to perfect the absolute love of God through the perfection of the love of man and woman in the human world. This is the reason why in the beginning God created one man and one woman, Adam and Eve.

    +

    God’s act of creation was inevitable. And we cannot imagine Creation without a purpose. There was only one reason God needed the Creation: to realize the ideal of True Love. God developed life from the simplest and lowest levels up to the human level in pairs, subject and object and positive and negative, to form reciprocal relationships under the ideal of love. The Creation’s ideal of love and God’s ideal of ultimate love are not separate or different. This Principle of Creation is at work to perfect the absolute love of God through the perfection of the love of man and woman in the human world. This is the reason why in the beginning God created one man and one woman, Adam and Eve.

    God’s Purpose of Creation called for Adam and Eve to obey the Commandment of God, who is the subject of True Love, and perfect themselves as True Man and True Woman. Furthermore, they were to become a True Couple united in the True Love of God. Then, by having sons and daughters through that True Love, they would have become True Parents and lived in happiness. Had Adam and Eve perfected themselves in True Love, they would have fulfilled God’s desire to wear a substantial body. And when they perfected themselves as a True Couple, the ideal of God’s absolute love would have been fulfilled.

    By Adam and Eve having children of goodness and becoming True Parents, God would have established Himself substantially as the Eternal Parent and achieved His ideal: Citizenship in the Kingdom of Heaven would expand infinitely in the afterlife of the spirit world based on myriad generations of descendants in the physical world.

    But Adam and Eve, the human ancestors, fell away from God. When they were expelled from Eden, they had not yet had children. Having driven them out, God had no basis to follow behind them to bless their marriage. The entire human race has thus descended from our failed ancestors. Humanity has multiplied without any direct relationship whatsoever to the love of God.

    Ladies and Gentlemen: Could the Fall of Man have been the result of eating the fruit of a tree? The fall of Adam and Eve was an immoral sin against the ideal of the True Love of God. The fact that Adam and Eve needed to obey the Commandment shows that they fell in a stage of imperfection, that is to say, during their period of growth. The Archangel, who is symbolized by a serpent, tempted Eve to eat of the fruit of good and evil, and she fell spiritually. She later tempted Adam (who was also too immature to eat of the fruit), and they then fell physically.

    Taking Responsibility for Love

    -

    The only possible sin that could have been fatal in the Garden of Eden, where Adam and Eve were in communication with God and living in joy, was the sin of illicit love. The first consummated love of the human ancestors, because it was supposed to have been the perfection of the love of God Himself, should have marked the beginning of a celebration that would continue throughout history, filled with the never-ending intoxication of joy and blessing for God, Adam and Eve, and the universe. It should have been a joyous occasion in which the love, life, and lineage of God would have been established within humankind. To the contrary, however, Adam and Eve covered their lower parts and hid themselves among the trees, trembling in fear. By disobeying heavenly law, they established an immoral relationship as the basis for false love, false life, and false lineage. As descendants of Adam and Eve, all human beings are born with Original Sin. The Fall gave rise to conflict of mind and body within every person and caused our societies to be filled with tainted love, and people do things that contradict the desire of their original minds.

    +

    The only possible sin that could have been fatal in the Garden of Eden, where Adam and Eve were in communication with God and living in joy, was the sin of illicit love. The first consummated love of the human ancestors, because it was supposed to have been the perfection of the love of God Himself, should have marked the beginning of a celebration that would continue throughout history, filled with the never-ending intoxication of joy and blessing for God, Adam and Eve, and the universe. It should have been a joyous occasion in which the love, life, and lineage of God would have been established within humankind. To the contrary, however, Adam and Eve covered their lower parts and hid themselves among the trees, trembling in fear. By disobeying heavenly law, they established an immoral relationship as the basis for false love, false life, and false lineage. As descendants of Adam and Eve, all human beings are born with Original Sin. The Fall gave rise to conflict of mind and body within every person and caused our societies to be filled with tainted love, and people do things that contradict the desire of their original minds.

    According to the ideal of love, all love relationships in the animal and plant kingdoms are for reproduction only. Human beings are the sole exception. Humankind enjoys freedom in the conjugal relationship of love. This is humanity’s special privilege as the lord of all Creation. God gave the blessing and infinite joy of love to His sons and daughters. However, the True Freedom that God allowed requires human responsibility. If an individual were to insist upon and practice freedom of love without responsibility, how much confusion and destruction would take place! Achieving the highest ideal of human love is possible only when one takes responsibility for love.

    We can think of this responsibility in three ways. The first responsibility is for one to become the master of True Love, truly free and thanking God for the freedom of love and knowing how to cultivate and control oneself. This responsibility for a love relationship should not be taken merely because of law or social convention. Instead, a person should establish responsibility through his own self-control and self-determination within the life-committing vertical relationship with God.

    Second is one’s responsibility toward the object of love. By nature, people do not want their spouse’s love to be shared with others. Horizontal conjugal love, which differs from the vertical love between parents and children, loses its potential for perfection the moment it is divided. This is because the Principle of Creation requires husband and wife to become one in absolute love. Each spouse has the responsibility given by love to live absolutely for the sake of the other.

    @@ -44,7 +44,7 @@ April 16, 1996 – Washington, DC

    Due to the Fall, however, Adam and Eve became the substantial body of Satan and ended up becoming the original evil couple, evil parents, and evil ancestors. Their union became the root of evil love, evil life, and evil blood lineage. Because human beings originated from this root, they descended from the adulterous Satan, who is the enemy of God, and inherited this lineage of evil parents.

    Ladies and Gentlemen: How great must have been the pain of God when, by the Fall, our human ancestors destroyed His ideal of True Love! Humankind should have been the sons and daughters of God, but they do not know God Himself as their Original Parent. Yet even though His sons and daughters serve Satan, God has worked for the Providence of Salvation. Because He is an absolute being, and His ideal of creation is also absolute, He has carried out the Providence of Salvation even amid great sadness. God’s Providence of Salvation is the Providence of Restoration, which means to recover the lost Purpose of Creation, centered on True Love. The Providence of Salvation is also the Providence of Re-creation.

    The Essence of God’s Providence

    -

    Based on this point, the root of the Providence of Salvation is the recreation of the seed of the original child, the human being who will fulfill the ideal of creation. That which God abhors — the life and blood lineage that began with the false love of the adulterer Satan — must be cleansed. The essence of the Providence is the task of setting up the birth of the True Parent, the Savior united with the True Love, Life, and Lineage of God.

    +

    Based on this point, the root of the Providence of Salvation is the recreation of the seed of the original child, the human being who will fulfill the ideal of creation. That which God abhors — the life and blood lineage that began with the false love of the adulterer Satan — must be cleansed. The essence of the Providence is the task of setting up the birth of the True Parent, the Savior united with the True Love, Life, and Lineage of God.

    Since the ancestors of humankind failed to fulfill their responsibility, inherited the immoral lineage of Satan, and came under the dominion of Satan, God Himself could not directly intervene and return human beings to their original position. Furthermore, God can neither unconditionally accept humankind, who chose to go to the side of the evil Archangel, nor punish them. So God uses the strategy of placing a central figure on the side of the good Archangel; by being struck first, that figure establishes the indemnity condition to recover what was lost. Satan strikes first but as a result must take the losing position. The First, Second, and Third (Cold War) World Wars are good examples of this. The side that struck first, lost.

    From the overall perspective of the Providence of Restoration, the foundation of cooperation between mother and son is very important. This was so at the time of Jacob, Moses, and Jesus. God was working His Providence to separate people from satanic life and lineage by establishing the foundation of cooperation between a mother — who had to fulfill the responsibility of Eve, the originator of the Fall — and the second son of the family.

    God cannot directly relate to the first son, because he is in the position of having a direct blood relationship with Satan, who through the Fall was the first to dominate humankind. God has been restoring the blood lineage of goodness by having the second son, who represents the side of goodness, establish a condition. Then God has had the first son, representing the side of evil, take a position subordinate to the second son.

    @@ -54,16 +54,16 @@ April 16, 1996 – Washington, DC

    God lost Adam, who had the seed of True Love and True Life. So God had to find a son with the new seed free from satanic accusation. Just as God created Adam first at the time of the creation, God must prepare a son first who has no relationship to the Fall, according to the Providence of Restoration, which is the Providence of Recreation. This is the basis for the idea of the coming of the Messiah. The Messiah rejects the sinful lives of those with a fallen lineage under the dominion of Satan. He comes as a True Person who engrafts fallen humanity into the seed of new life. The Messiah has his roots in God, and comes as the Second Adam, who wipes away all that was committed by the first Adam. This is the reason God cannot send a superman Messiah who will work only through miracles.

    For a son to be born on earth with this seed of God’s love and life, there first must exist a mother. And the mother cannot give birth to this child in a conventional way. Conception must happen through the formula of restoration. All the cooperation between mothers and sons in the Providence of Restoration is a preparation and a condition for the Son of God to he born with the seed of new life, free from satanic accusation. By making conditions to avoid Satan’s attacks, and by subordinating the firstborn son who represents evil, mother and son restore the love, life, and lineage that were taken over by Satan.

    The Meaning of Jacob’s Victory

    -

    The Bible, which records the providential work of God, contains many stories that are difficult to understand. For example, Rebekah deceived her husband Isaac and her first son Esau, and helped her second son Jacob receive the blessing. (Genesis 27) God took the side of that mother and son, and although they used methods that at first glance seem unjust, God still blessed them for their actions.

    +

    The Bible, which records the providential work of God, contains many stories that are difficult to understand. For example, Rebekah deceived her husband Isaac and her first son Esau, and helped her second son Jacob receive the blessing. (Genesis 27) God took the side of that mother and son, and although they used methods that at first glance seem unjust, God still blessed them for their actions.

    In Adam’s family, Cain and Abel fought outside the womb. Their struggle resulted in the death of Abel, the second son.

    Then came Jacob. On the merits of many godly people who paid indemnity and sacrificed after the time of Abel, Jacob at last caught up to the level at which Satan first dominated humankind. Then Jacob dealt with his twin brother, Esau. At the ford of Jabbok, Jacob set up the condition of spiritual victory over the angel. (Genesis 32:28) And through winning over Esau, (Genesis 33) who was in the position of the substantial body of the Archangel, Jacob consequently was blessed as the first victor in history, and was given the name “Israel.” But by then he was already in his fortieth year.

    Satan sowed the seed of false love within the womb of Eve, which gave birth to evil life. Therefore, God needed to purify a mother’s womb from which the heavenly Son could be born. That purification period of separation from Satan had to begin at the time of conception and continue to age forty, so even though Jacob was victorious he did not meet that criteria. The great mother who assumed the responsibility to meet this condition was Tamar.

    Tamar’s Providential Role

    -

    Tamar had married Er, the eldest son of Judah. (Genesis 38) But Er displeased God and he died. According to the custom of that time, Judah gave Tamar his second son, Onan, that they might bear a child for Er. But Onan, knowing that Tamar’s child would not be his own, spilled his semen on the ground. This was a sin in the eyes of God, for which Onan died.

    +

    Tamar had married Er, the eldest son of Judah. (Genesis 38) But Er displeased God and he died. According to the custom of that time, Judah gave Tamar his second son, Onan, that they might bear a child for Er. But Onan, knowing that Tamar’s child would not be his own, spilled his semen on the ground. This was a sin in the eyes of God, for which Onan died.

    Then Tamar wanted Shelah, the third son of Judah, for a husband, but Judah did not give him to her. Judah thought that his two sons had died because of Tamar, so he was afraid that Shelah would die and end the family lineage.

    But Tamar had the conviction that she was to carry on the lineage of the chosen people. To do that, she disguised herself as a prostitute and slept with her father-in-law, Judah, and became pregnant with twins. At the time of birth, one of the twin sons, Zerah, stretched out his hand from the womb to be born first. But he was pulled back into the womb, and the second son, Perez, was born first, taking the position of the elder brother. Thus, within the womb of Tamar, the first and second sons fought, and their reversal of position separated them from Satan. That became the condition for restoration in the womb. Upon this condition, the Messiah could be conceived within the blood lineage of the chosen people, on the base of the nation of Israel that could stand up to the Roman Empire two thousand years later. The victorious foundation on the national level could then be formed in the womb of a mother free of satanic accusation, prepared for the seed of the Son of God. On this foundation, the Holy Mother Mary emerged in the mainstream of God’s Providence.

    Mary Receives God’s Will

    -

    Mary, when she was engaged to Joseph, received from the Archangel Gabriel the surprising message that the Messiah would be born through her. (Luke 1:31) In those days, if an unmarried woman became pregnant, she would be killed. But Mary accepted the will of God with absolute faith, saying, “Behold, I am the handmaid of the Lord; let it be to me according to your word.” (Luke 1:38)

    +

    Mary, when she was engaged to Joseph, received from the Archangel Gabriel the surprising message that the Messiah would be born through her. (Luke 1:31) In those days, if an unmarried woman became pregnant, she would be killed. But Mary accepted the will of God with absolute faith, saying, “Behold, I am the handmaid of the Lord; let it be to me according to your word.” (Luke 1:38)

    Mary consulted with the priest Zechariah, who was her relative and was highly respected. Zechariah’s wife Elizabeth, with the help of God, was pregnant with John the Baptist. She said to Mary, “Blessed are you among women and blessed is the fruit of your womb. Why is this granted to me that the mother of my Lord should come to me?” (Luke 1:4243) With these words she testified to the coming birth of Jesus.

    In this way, God let Mary, Zechariah, and Elizabeth know about the birth of the Messiah before anybody else. All of them had the absolutely crucial mission of following the will of God and serving Jesus. Zechariah’s family let Mary stay in their house. Jesus was conceived in the house of Zechariah.

    Elizabeth and Mary were cousins on their mothers’ side. But according to God’s Providence, they were considered sisters, with Elizabeth as the elder (Cain) and Mary as the younger (Abel). Mary received Elizabeth’s help in the presence of Zechariah. Through this cooperation, Zechariah’s family, on the national level, indemnified the lack of unity between mother and son with Leah and Rachel in Jacob’s family. (Genesis 29-30) This allowed Jesus to be conceived. For the first time in history, there could be born on earth, free of satanic accusation and through a prepared womb, the seed of the Son of God — the seed of the True Father. In this way, the only begotten Son of God, the owner of the first love of God, was born for the first time in history.

    @@ -74,20 +74,20 @@ April 16, 1996 – Washington, DC

    Mary’s pregnancy began to show, and the people of the surrounding area became aware of it. What would have happened if Joseph had declared that he didn’t know anything about it? But Joseph was a righteous man. He believed in the revelation of God and defended Mary, saying the pregnancy was his responsibility. Mary may have been ridiculed for becoming pregnant during her engagement, but she had avoided death by stoning.

    Joseph, who loved Mary, protected her this way in the beginning. However, there was a great deal of anguish deep in his heart. Once Jesus was born, Joseph’s suspicions about the father of Jesus only increased and his heart ached. As Jesus grew older, the two became more and more distant in heart. And because of this, family problems frequently arose. Jesus was viewed as an illegitimate son, and lacking the protection of Zechariah’s family and the love of Joseph, he grew up with an indescribable loneliness in his heart.

    No Bride for Jesus

    -

    Jesus was aware of his path as the Messiah, and he lamented by himself these lonely circumstances and the serious obstacle they presented to fulfilling the will of God. The Messiah is the True Parent. And to fulfill that mission he needed to receive his substantial bride. Jesus had to reverse, at the very root, the false love by which the Archangel had caused the fall of Eve, who was growing up as the sister of Adam. Consequently, Jesus, in the place of Adam as the Son of God, should have received as his bride the younger sister of someone in an archangelic position. That bride was to have been none other than Zechariah’s daughter, the younger sister of John the Baptist. To fulfill this in a world where Satan plays the role of owner and lord, Jesus needed a foundation of protection formed by absolute faith. Tragically, the entire foundation ended up collapsing around him.

    +

    Jesus was aware of his path as the Messiah, and he lamented by himself these lonely circumstances and the serious obstacle they presented to fulfilling the will of God. The Messiah is the True Parent. And to fulfill that mission he needed to receive his substantial bride. Jesus had to reverse, at the very root, the false love by which the Archangel had caused the fall of Eve, who was growing up as the sister of Adam. Consequently, Jesus, in the place of Adam as the Son of God, should have received as his bride the younger sister of someone in an archangelic position. That bride was to have been none other than Zechariah’s daughter, the younger sister of John the Baptist. To fulfill this in a world where Satan plays the role of owner and lord, Jesus needed a foundation of protection formed by absolute faith. Tragically, the entire foundation ended up collapsing around him.

    This would not have happened if Zechariah and Elizabeth, who had received the revelation and spiritual support from God, had maintained absolute faith. If they had fulfilled their responsibility, Mary would have been in contact with them continually, even after her three-month stay at their house. God chose Zechariah’s family as the foremost representatives of the entire world, so that even after the birth of Jesus they would protect, serve, and witness to him as the Messiah. They not only should have served Jesus as the Son of God and Messiah with utter devotion, but they should have learned the will of God through Jesus and followed him absolutely. Also, John the Baptist was born to serve Jesus and should have fulfilled his responsibility to guide everyone he led to repentance to believe in Jesus and receive salvation.

    But unfortunately, although Zechariah, Elizabeth, and John the Baptist testified at first to Jesus as the Son of God, there is no evidence that they served him as such. The respected priest Zechariah was simply a spectator. John the Baptist stood separate from Jesus. These circumstances blocked the people from following Jesus and made his path very difficult. And once this family lost faith in Jesus, looking at him through human eyes, there was no room for them to help him receive his bride.

    We should also consider the influence that Joseph and Mary’s relationship had on Jesus. Mary had to restore the positions of Eve and Tamar through indemnity, so she should have remained as only the fiancée of Joseph. Providentially, they could not be husband and wife. It was God’s desire that they not have sexual relations either before or after Jesus’ birth. Joseph still loved Mary after Jesus was born, but Mary should have wanted to separate from Joseph to raise Jesus as the Son of God.

    But the real circumstances did not make this easy to do. Even though Mary’s original mind told her that she should not do so, she had sexual relations with Joseph. They had children, which was a repetition of Eve’s mistake. With this condition, Satan invaded them. With the exception of Jesus, everyone who should have protected Jesus came under the dominion of Satan: his father, his mother, his Abel-type brothers (John the Baptist and his brothers) and his Cain-type brothers (the children of Joseph).

    Jesus Seen Through Human Eyes

    -

    When someone is invaded by Satan, he loses all spiritual support and inspiration. Trust in God, as well as a sense of gratitude to Him, is lost. One begins to see everything through human eyes. Mary did not help Jesus with the wedding he desired. She even opposed it. This was the direct reason that Jesus could not receive his bride, and could not become the True Parent; and this forced him to go the way of the cross.

    +

    When someone is invaded by Satan, he loses all spiritual support and inspiration. Trust in God, as well as a sense of gratitude to Him, is lost. One begins to see everything through human eyes. Mary did not help Jesus with the wedding he desired. She even opposed it. This was the direct reason that Jesus could not receive his bride, and could not become the True Parent; and this forced him to go the way of the cross.

    Jesus’ words to Mary during the wedding at Cana, “Oh woman, what have you to do with me?” (John 2:4), reveal a reproachful heart to a mother who helped in the weddings of others but neglected to help Jesus receive his bride, the most important requirement of the Providence. With this perspective, now we can understand why Jesus asked, “Who is my mother, and who are my brothers?” (Matthew 12:48)

    Faced with the opposition of Mary, Zechariah, Elizabeth, and finally John the Baptist, Jesus gave up hope for their protection as he sought to fulfill his mission. Therefore, Jesus left his home in search of a new spiritual foundation to restart the Providence of Salvation.

    Now without a family and household, Jesus lamented, “foxes have holes, and birds of the air have nests; but the Son of man has nowhere to lay his head.” (Matthew 8:20) With his family-level foundation lost, Jesus sought to replace it. That was his three-year course.

    In the end, as people disbelieved and the disciples lost faith, Jesus took Satan’s attack. And as his foundation crumbled he went the way of the cross.

    Originally, Jesus came to the earth as the Messiah to give blessings to his disciples and all humankind. He was to build the sinless Kingdom of Heaven. But because of the lack of faith in him, he could not receive his bride, he could not become the True Parent, and he could not accomplish his mission. This is why he promised to return.

    Completing the Ideal of True Parents

    -

    The Lord of the Second Advent comes to perfect the foundation of God’s Providence of Restoration left uncompleted by Jesus. That is to say, he comes as the seed of the original True Child to complete the ideal of creation. He comes to complete the ideal of True Parents, who are the origin of the True Love, True Life, and the True Lineage of God. He comes on the victorious foundation of the fundamental providence of God’s side up to the time of Jesus. He also stands upon the victorious foundation of Jesus’ life and finds the bride that Jesus could not find. Together they become the True Parents to save all humankind.

    +

    The Lord of the Second Advent comes to perfect the foundation of God’s Providence of Restoration left uncompleted by Jesus. That is to say, he comes as the seed of the original True Child to complete the ideal of creation. He comes to complete the ideal of True Parents, who are the origin of the True Love, True Life, and the True Lineage of God. He comes on the victorious foundation of the fundamental providence of God’s side up to the time of Jesus. He also stands upon the victorious foundation of Jesus’ life and finds the bride that Jesus could not find. Together they become the True Parents to save all humankind.

    Through the blessing of new marriages that pass on God’s original blood lineage, the True Parents will be able to give salvation to all humanity. People will become True Persons engrafting into the True Love, True Life, and True Lineage of God. Furthermore, the Messiah will establish a True Family, creating the Kingdom of Heaven on earth. Thus, it is the International Holy Weddings that establish this new blood lineage when the Lord of the Second Advent comes in the flesh.

    On the level of the great worldwide family, the Lord indemnifies that which was lost in the family of Adam and restores the True Elder Sonship, True Parentship, and True Kingship that should have been perfected in Adam’s family. He will transform this world into the Kingdom of Heaven on earth under the dominion of God, opening the Kingdom of Heaven in the spirit world for registration. Humanity will enter into the era of kingship both spiritually and physically centered on God; and establish a world of victory, freedom, happiness, and unity; and create the Heavenly Kingdom on earth and in the spirit world, which is God’s ideal of creation. This is the View of the Principle of the Providential History of Salvation. I hope that in the future all of you can also receive this joyous new marriage blessing.

    Distinguished Leaders and Honored Guests:

    diff --git a/content/speeches/1996/where-and-how-do-you-want-to-live-your-life.md b/content/speeches/1996/where-and-how-do-you-want-to-live-your-life.md index 7f25549f..8a272e00 100644 --- a/content/speeches/1996/where-and-how-do-you-want-to-live-your-life.md +++ b/content/speeches/1996/where-and-how-do-you-want-to-live-your-life.md @@ -14,7 +14,7 @@ tags: []

    June 9, 1996
    Belvedere–International Training Center
    Translator–Peter Kim

    -

    Second generation children, please raise your hands. Raise your hands higher please. What kind of message would you like to hear from Father this morning? You have attended Belvedere regularly and heard hundreds of messages from Father. However, you never really heard Father’s message deeply before. Are you ready this morning to hear the real message? (YES.) Instead of you listening to Father’s message, would you prefer Father to listen to your message? (Laughter.)

    +

    Second generation children, please raise your hands. Raise your hands higher please. What kind of message would you like to hear from Father this morning? You have attended Belvedere regularly and heard hundreds of messages from Father. However, you never really heard Father’s message deeply before. Are you ready this morning to hear the real message? (YES.) Instead of you listening to Father’s message, would you prefer Father to listen to your message? (Laughter.)

    [Mr. Peter Kim has the audience repeat in Korean, the title of Father’s message] Where and How Do You Want to Live Your Life? Uh-Deh-Suh Uh-Dduh-Keh Sahl-Goh-Ship-Eu-Nah? Regardless of gender, this is one of the most important questions for all humanity. We want to live exciting and joy-filled lives. However, it is not easy to come up with a standardized response to how we might live such a life. All the various races of the world are proud of their own tradition. But it is important to understand the origin of one’s tradition, and upon what that tradition has been established,–origin, direction and effect.

    Americans might claim that their nation of America has its roots in the Pilgrim Fathers. Based upon Christianity America has been progressing to establish Western Christian culture throughout the world. If you claim this, then it is necessary to understand under what circumstances the Pilgrim Fathers left Europe and, based upon the Christian values they brought with them, what direction they took upon arriving in America. Actually, in setting out on their voyage to America they risked their lives. They faced danger from the elements during their voyage. Then upon arriving in America they faced danger from the Native American Indians. The question arises, “did the Pilgrim Fathers live in natural harmony with the American Indians, or did they exert force in order to reach an agreement with them”?

    In studying American history, we can only conclude that the Pilgrim Fathers did, in fact, use force in order to secure their peaceful life in this land. If we want to erase that history we need to take some action. However, now it is too late, because it has become an historical fact. The America that we dwell in is, in fact, the result of the actions of the Pilgrim Fathers. Within the population of America are many different races. But the Anglo-Saxons were the first to come here from Europe. Those Pilgrim Fathers became the original American white race. All the other Europeans which came after them became various ethnic groups. Because of this, we now face great danger in America of racial disunity. We all face the task of solving this problem of racial discrimination.

    From b1ebe2ad57bf1d3a22705111d7ce75494ae7cd0b Mon Sep 17 00:00:00 2001 From: Samuel McCann Date: Thu, 2 Jul 2026 22:58:42 +0000 Subject: [PATCH 20/58] speeches: fix retired Bible Gateway links in God Is Our King (#9) Co-authored-by: Samuel McCann Co-committed-by: Samuel McCann --- .../speeches/2001/god-is-our-king-and-true-parent.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/speeches/2001/god-is-our-king-and-true-parent.md b/content/speeches/2001/god-is-our-king-and-true-parent.md index 42a6a534..e1289fcb 100644 --- a/content/speeches/2001/god-is-our-king-and-true-parent.md +++ b/content/speeches/2001/god-is-our-king-and-true-parent.md @@ -25,14 +25,14 @@ May 8, 2001

    Adam and Eve Lost God’s Blessing

    What is the reality of the environment in which we live? Our mind and body have been fighting against each other since the beginning of history. World wars eventually conclude with a truce, or the defeat of one side, but the struggle between the human mind and body cannot be stopped; it continues without end. The mind and body failed to form a ninety-degree angle in resemblance to God, within whom the mind completely controls the body. The fall of the human ancestors brought on this state of mutual conflict. Even non-religious people have to acknowledge that human beings descended from fallen ancestors.

    Did God expel Adam and Eve from the Garden of Eden before or after they committed the fall? He expelled them from the Garden because of the fall, so it must have taken place after the fall, and before they could form a relationship of love, life and lineage with God.

    -

    Thus, Adam and Eve could not have a marriage ceremony blessed by God. Instead, they married under Satan’s dominion. Doing so, they inherited Satan’s lineage and multiplied descendants. For this reason, Jesus spoke so sharply when he pointed out that the devil Satan is the father of fallen humankind, “You belong to your father, the devil, and you want to carry out your father’s desire.” (John 8:44) The fall destroyed the eternal relationship of parent and child between God, on the one hand, and Adam and Eve, on the other. Therefore, Adam and Eve were unable to generate the love of true parents, true husband and wife, and true children. Because of this, God never had grandchildren of direct descent.

    +

    Thus, Adam and Eve could not have a marriage ceremony blessed by God. Instead, they married under Satan’s dominion. Doing so, they inherited Satan’s lineage and multiplied descendants. For this reason, Jesus spoke so sharply when he pointed out that the devil Satan is the father of fallen humankind, “You belong to your father, the devil, and you want to carry out your father’s desire.” (John 8:44) The fall destroyed the eternal relationship of parent and child between God, on the one hand, and Adam and Eve, on the other. Therefore, Adam and Eve were unable to generate the love of true parents, true husband and wife, and true children. Because of this, God never had grandchildren of direct descent.

    Adam and Eve should have avoided the fall and reached completion, forming one mind and one body as true parents centering on God, their True Parent. Instead, they entered into a relationship with the enemy and found themselves in a position with their body in total control of their mind.

    The Root of Human Sin

    -

    What then is the truth behind the fall story? The Bible states that the fall originated when the first human ancestors in the Garden of Eden ate the fruit of the tree of the knowledge of good and evil. This is one of many important passages that the Bible expresses in parables and symbols. It does not refer to a literal fruit. As Jesus says in Matthew 15:11, “What goes into a man’s mouth does not make him unclean, but what comes out of his mouth, that is what makes him ‘unclean.'”

    +

    What then is the truth behind the fall story? The Bible states that the fall originated when the first human ancestors in the Garden of Eden ate the fruit of the tree of the knowledge of good and evil. This is one of many important passages that the Bible expresses in parables and symbols. It does not refer to a literal fruit. As Jesus says in Matthew 15:11, “What goes into a man’s mouth does not make him unclean, but what comes out of his mouth, that is what makes him ‘unclean.'”

    It is human nature to try to hide our defects. A child caught stealing a cookie by his mother will instinctively hide his hands or cover his mouth. In the same way, if Adam and Eve had taken a piece of fruit and put it into their mouth, then they would have hidden their hands or covered their mouth when God called them. The fact that they hid their lower parts instead demonstrates that their crime was committed through the lower parts of their body.

    There were five masculine figures in the Garden of Eden. First, there was God, who is the subject partner of the entire created world. Then there was Adam and the three angels, Lucifer, Gabriel and Michael. Eve was the only feminine figure. What do you think they felt, standing naked and without shame in the Garden of Eden, observing the insects and animals coming together in pairs?

    -

    The commandment given in Genesis 2:17, “You must not eat from the tree of the knowledge of good and evil, for when you eat of it you will surely die,” was a strong warning about Eve’s love. Eve had to protect her sexual purity until she achieved maturity with a God-centered character and entered into a blessed marriage with God’s permission. Had she succeeded, she would have multiplied God’s eternal love, life and lineage.

    -

    Eve fell, however, because Lucifer disregarded his servant’s position and drew her into an immoral relationship based on his excessive desire. Thus, in 2 Peter 2:4 the Bible says, “…God did not spare angels when they sinned, but sent them to hell, putting them into gloomy dungeons to be held for judgment;” and Jude 6-7 states, “And the angels who did not keep their positions of authority but abandoned their own home — these he has kept in darkness, bound with everlasting chains for judgment on the great Day. In a similar way, Sodom and Gomorrah and the surrounding towns gave themselves up to sexual immorality and perversion. They serve as an example of those who suffer the punishment of eternal fire.” Clearly, the angels committed the sin of adultery.

    +

    The commandment given in Genesis 2:17, “You must not eat from the tree of the knowledge of good and evil, for when you eat of it you will surely die,” was a strong warning about Eve’s love. Eve had to protect her sexual purity until she achieved maturity with a God-centered character and entered into a blessed marriage with God’s permission. Had she succeeded, she would have multiplied God’s eternal love, life and lineage.

    +

    Eve fell, however, because Lucifer disregarded his servant’s position and drew her into an immoral relationship based on his excessive desire. Thus, in 2 Peter 2:4 the Bible says, “…God did not spare angels when they sinned, but sent them to hell, putting them into gloomy dungeons to be held for judgment;” and Jude 6-7 states, “And the angels who did not keep their positions of authority but abandoned their own home — these he has kept in darkness, bound with everlasting chains for judgment on the great Day. In a similar way, Sodom and Gomorrah and the surrounding towns gave themselves up to sexual immorality and perversion. They serve as an example of those who suffer the punishment of eternal fire.” Clearly, the angels committed the sin of adultery.

    I repeat: the fruit of the tree of the knowledge of good and evil represents Eve’s reproductive organ, and God gave the commandment to protect her chastity. When He created us, God invested His entire heart and soul in our reproductive organs. He created them as the palace of true love, the palace of true life, and the palace of true lineage. The story places the fruit in the context of good and evil in order to tell us that if Eve were to have a relationship with a king, she would give birth to a prince, and if she were to have a relationship with a mafioso, she would give birth to a villain. The quality of the harvest depends upon the seed that is planted. It was called the fruit of the tree of the knowledge of good and evil because it could manifest good or evil.

    The Fruit of Sexual Immorality

    This is how the original sin, the root of all sin, came into existence. This is why it became necessary for human beings to find rebirth. Rebirth is necessary because the problem relates to lineage.

    @@ -56,7 +56,7 @@ May 8, 2001

    There are still formidable obstacles on the path, in particular racism and religious strife. These stand against the will of God. God is the first ancestor of humankind. In a manner of speaking, white people are a polar bear race. Starting in the Arctic regions they spread to Scandinavia, Britain, and on across the world. The yellow race lived mainly in Asia practicing agriculture. They had a deep love for the land, so their skin turned brown. Black people are like the black bear of the tropics. The reason their skin is black is that they lived near the equator, where the sun’s rays are intense. The different skin colors among the races have no significance in terms of superiority or inferiority. It is simply a matter of our having adapted to different environments.

    In fact, we know that the qualitative makeup of our bodies is 99.96% identical. From God’s standpoint, skin color has no qualitative significance whatsoever. In fact, the God of love is color blind. God did not create different races with differing skin colors. In the spirit world, there are no white people or black people. The only color that exists there is the color of true love.

    Strife among religious groups is a particularly serious obstacle blocking humanity’s effort to bring about world peace. God did not create denominations or religious groups. In fact, religion itself is a result of the fall. Satan fosters denominational schism and religious divisions. In the spirit world, there are no walls between nations, denominations, or religions. It is a world composed of one huge family.

    -

    Jesus’ words in John 3:16, “For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life,” take us beyond the boundaries of Christianity to reveal the global, ubiquitous, universal nature of salvation.

    +

    Jesus’ words in John 3:16, “For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life,” take us beyond the boundaries of Christianity to reveal the global, ubiquitous, universal nature of salvation.

    Traditionally, Satan always works to build barriers between people, and God works to tear these down. With the progress of God’s providence, we see in the spirit world that already there are no barriers between the religions centering on the four great founders. Jesus, Buddha, Mohammed and Confucius can go back and forth and communicate freely among themselves.

    Because I know these things well, I strongly encouraged all clergy during my recent fifty-state tour to transcend their denomination and unite as one. In fact, 144,000 churches are now leading this movement through the United Federation of Churches, centered on the American Clergy Leadership Conference. In the future, the home church format, centered on the family unit, gradually will become well established.

    Ultimately, organized churches, temples and mosques will disappear. In addition, the movement to break down barriers for the sake of world peace, which I explained at the United Nations, is rapidly moving forward. The Interreligious and International Federation for World Peace is leading the way. Centering on WANGO, the World Association of Non-Governmental Organizations, this movement is spreading from the United Nations headquarters in New York across the continents and oceans of the world.

    @@ -97,7 +97,7 @@ May 8, 2001

    How are we going to repair or undo this? Incest, illicit love relationships and all such problems stem from this confusion. Couplings between grandfathers and granddaughters, grandfathers and daughters-in-law, it’s all out there. Incestuous relationships occur because people revolve around without knowing the center. They don’t know whether to turn one degree, 180 degrees or 360 degrees. Consequently they grab and consume one another. In this era of confusion, of chaos and family-level disarray, everyone floats around randomly to hook up with one another without any sense of order, even beyond the national level. The self-indulgent life style of many diplomats testifies to this.

    Who can bring order to this world? God could not interfere with the fall or with marriages under Satan’s reign. Likewise even in the last days, there is no way God can interfere. Since false parents created false love and false life, true parents have to reject these and restore true love, life and lineage through indemnity.

    Liberation Through Sacrifice

    -

    What is the meaning of Matthew 10:39, “Those who seek their life will lose it”? We should be able to reach beyond the level of death in fulfilling God’s providence. We should be able to say, “I still have energy to do God’s work, even after I die.” Then, we will live. There is no resurrection for those who fear death and run away to save themselves.

    +

    What is the meaning of Matthew 10:39, “Those who seek their life will lose it”? We should be able to reach beyond the level of death in fulfilling God’s providence. We should be able to say, “I still have energy to do God’s work, even after I die.” Then, we will live. There is no resurrection for those who fear death and run away to save themselves.

    Then, what about God and True Parents? What if God takes the position where He is willing to lose His life? He will live. If God lives for His own life, then there will be no completion. That is the way that God saves fallen humanity. If you throw a rope over a cliff to save the people at the bottom, you will have to pull the rope until you bring everybody up to the top. By the same token, when God offers everything for humankind, He too will live. Therefore, the Messiah should work even harder than God. He should be willing to lose his life.

    In the Western world, people shout, “I want freedom! Freedom! Freedom!” Although Western education is good, it is still confined within the boundary of the fallen world. The concepts of family, society, world, religion and the providence of God are missing. In this regard, the Oriental and Western systems are 180 degrees opposite. Even the perspective on the family is different.

    Therefore, in the last days the western world’s tradition will decline. We cannot find the concepts of tribe, people, nation, world and cosmos in selfish individualism. How can we awaken the new concept in the world and cosmos? Reverend Moon has taught everything from the view of the family all the way to the view of God. Ultimately we even have to liberate God. I started from the smallest level and finally came to the position of liberating God.

    From 561b28bebfa941ba25fe97f98d0d2b3d997f8212 Mon Sep 17 00:00:00 2001 From: Loyyd Date: Sun, 5 Jul 2026 14:37:47 +0200 Subject: [PATCH 21/58] Optimize speech search and admin payloads --- src/lib/admin-speeches.ts | 52 ++++++++++++++ src/lib/speeches.ts | 41 +++++++++++ src/pages/admin/content/[...id].json.ts | 23 ++++++ src/pages/admin/index.astro | 48 ++++++------- src/pages/speeches/index.astro | 93 ++++++++++++++++++++++--- src/pages/speeches/search-index.json.ts | 4 +- 6 files changed, 223 insertions(+), 38 deletions(-) create mode 100644 src/lib/admin-speeches.ts create mode 100644 src/pages/admin/content/[...id].json.ts diff --git a/src/lib/admin-speeches.ts b/src/lib/admin-speeches.ts new file mode 100644 index 00000000..37e47e9c --- /dev/null +++ b/src/lib/admin-speeches.ts @@ -0,0 +1,52 @@ +import type { ArchiveEntry } from "./archive"; + +export type SpeechAdminEntry = { + id: string; + path: string; + title: string; + publishedDate: string; + speechYear: string; + speaker: "rev" | "mrs" | "other"; + source: string; + categories: string[]; + tags: string[]; + bodyUrl: string; +}; + +function encodePath(value: string): string { + return value.split("/").map(encodeURIComponent).join("/"); +} + +export function speechAdminEntryFromArchiveEntry(entry: ArchiveEntry, fallbackDate: string): SpeechAdminEntry { + const categories = entry.data.categories ?? []; + const tags = entry.data.tags ?? []; + const publishedDate = entry.data.published?.slice(0, 10) ?? fallbackDate; + const speechYear = entry.data.speechYear ?? entry.id.match(/\b(1\d{3}|20\d{2})\b/)?.[1] ?? new Date().getFullYear().toString(); + const categoryText = categories.join(" ").toLowerCase(); + const collection = entry.data.speechCollection ?? ""; + const speaker = categoryText.includes("hak ja han") || collection === "mrs-hak-ja-han-moon" + ? "mrs" + : categoryText.includes("rev sun myung moon") || /^\d{4}$/.test(collection) || /^\d{4}$/.test(speechYear) + ? "rev" + : "other"; + + return { + id: entry.id, + path: `content/${entry.id}.md`, + title: entry.data.title ?? entry.id, + publishedDate, + speechYear, + speaker, + source: entry.data.source ?? "", + categories, + tags, + bodyUrl: `/admin/content/${encodePath(entry.id)}.json`, + }; +} + +export function speechAdminEntryWithBody(entry: ArchiveEntry, fallbackDate: string) { + return { + ...speechAdminEntryFromArchiveEntry(entry, fallbackDate), + body: entry.body ?? "", + }; +} diff --git a/src/lib/speeches.ts b/src/lib/speeches.ts index 21e696c0..21fd9511 100644 --- a/src/lib/speeches.ts +++ b/src/lib/speeches.ts @@ -32,6 +32,14 @@ export type SpeechArchiveItem = { searchText: string; }; +export type SpeechSearchIndexItem = Omit; + +export type CompactSpeechSearchIndex = { + version: 2; + items: SpeechSearchIndexItem[]; + index: Record; +}; + const entityMap: Record = { amp: "&", apos: "'", @@ -215,6 +223,39 @@ export function getSpeechArchive(): SpeechArchiveItem[] { }); } +function packDocumentIds(documentIds: number[]): string { + return documentIds.map((documentId) => documentId.toString(36)).join(","); +} + +export function getCompactSpeechSearchIndex(): CompactSpeechSearchIndex { + const items = getSpeechArchive(); + const index = new Map(); + + items.forEach((item, documentId) => { + const terms = new Set(item.searchText.match(/[a-z0-9]+/g) ?? []); + + terms.forEach((term) => { + if (term.length < 2) { + return; + } + + const documentIds = index.get(term) ?? []; + documentIds.push(documentId); + index.set(term, documentIds); + }); + }); + + return { + version: 2, + items: items.map(({ searchText, ...item }) => item), + index: Object.fromEntries( + Array.from(index) + .sort(([a], [b]) => a.localeCompare(b)) + .map(([term, documentIds]) => [term, packDocumentIds(documentIds)]), + ), + }; +} + export function uniqueSorted(values: string[], direction: "asc" | "desc" = "asc"): string[] { const unique = Array.from(new Set(values.filter(Boolean))); return unique.sort((a, b) => { diff --git a/src/pages/admin/content/[...id].json.ts b/src/pages/admin/content/[...id].json.ts new file mode 100644 index 00000000..b5c4d997 --- /dev/null +++ b/src/pages/admin/content/[...id].json.ts @@ -0,0 +1,23 @@ +import { getArchiveEntries } from "../../../lib/archive"; +import { speechAdminEntryWithBody } from "../../../lib/admin-speeches"; + +export async function getStaticPaths() { + const today = new Date().toISOString().slice(0, 10); + const entries = await getArchiveEntries("speech"); + + return entries.map((entry) => ({ + params: { id: entry.id }, + props: { + speech: speechAdminEntryWithBody(entry, today), + }, + })); +} + +export function GET({ props }: { props: { speech: ReturnType } }) { + return new Response(JSON.stringify(props.speech), { + headers: { + "content-type": "application/json; charset=utf-8", + "cache-control": "public, max-age=300", + }, + }); +} diff --git a/src/pages/admin/index.astro b/src/pages/admin/index.astro index 267e55c2..6bdea2c6 100644 --- a/src/pages/admin/index.astro +++ b/src/pages/admin/index.astro @@ -1,5 +1,6 @@ --- import { getArchiveEntries } from "../../lib/archive"; +import { speechAdminEntryFromArchiveEntry } from "../../lib/admin-speeches"; import { calendarEvents, recurringCalendarEvents } from "../../data/events"; const entries = await getArchiveEntries(); @@ -17,32 +18,7 @@ const latestEntryDate = latestEntry?.data.published : "No date"; const totalEvents = calendarEvents.length + recurringCalendarEvents.length; const configuredServices = [contactFormEndpoint, plausibleDomain].filter(Boolean).length; -const speechAdminEntries = speechEntries.map((entry) => { - const categories = entry.data.categories ?? []; - const tags = entry.data.tags ?? []; - const publishedDate = entry.data.published?.slice(0, 10) ?? today; - const speechYear = entry.data.speechYear ?? entry.id.match(/\b(1\d{3}|20\d{2})\b/)?.[1] ?? new Date().getFullYear().toString(); - const categoryText = categories.join(" ").toLowerCase(); - const collection = entry.data.speechCollection ?? ""; - const speaker = categoryText.includes("hak ja han") || collection === "mrs-hak-ja-han-moon" - ? "mrs" - : categoryText.includes("rev sun myung moon") || /^\d{4}$/.test(collection) || /^\d{4}$/.test(speechYear) - ? "rev" - : "other"; - - return { - id: entry.id, - path: `content/${entry.id}.md`, - title: entry.data.title ?? entry.id, - publishedDate, - speechYear, - speaker, - source: entry.data.source ?? "", - categories, - tags, - body: entry.body ?? "", - }; -}); +const speechAdminEntries = speechEntries.map((entry) => speechAdminEntryFromArchiveEntry(entry, today)); const adminConfig = { analyticsDashboardUrl, contactEndpointConfigured: Boolean(contactFormEndpoint), @@ -1265,11 +1241,29 @@ const adminConfig = { } } - function loadSpeechEditor(speech) { + async function loadSpeechEditor(speech) { if (!speechForm) { return; } + const message = document.querySelector("[data-speech-message]"); + setMessage(message, "Loading speech body..."); + + if (!speech.body && speech.bodyUrl) { + try { + const response = await fetch(speech.bodyUrl); + + if (!response.ok) { + throw new Error(`Speech body request failed: ${response.status}`); + } + + speech = { ...speech, ...(await response.json()) }; + } catch { + setMessage(message, "Could not load that speech body. Try refreshing the admin page.", "error"); + return; + } + } + setFormValue(speechForm, "title", speech.title); setFormValue(speechForm, "publishedDate", speech.publishedDate); setFormValue(speechForm, "speechYear", speech.speechYear); diff --git a/src/pages/speeches/index.astro b/src/pages/speeches/index.astro index d37f001b..7d041b6f 100644 --- a/src/pages/speeches/index.astro +++ b/src/pages/speeches/index.astro @@ -92,6 +92,9 @@ const speakers = uniqueSorted(speeches.map((speech) => speech.speaker)); } let speeches = []; + let searchIndex = {}; + let searchTerms = []; + const termCache = new Map(); let renderTimer = 0; function normalize(value) { @@ -129,19 +132,82 @@ const speakers = uniqueSorted(speeches.map((speech) => speech.speaker)); speakerSelect.value = params.get("speaker") || ""; } - function matchesSpeech(speech, filters) { + function decodeDocumentIds(value) { + return new Set(String(value || "").split(",").filter(Boolean).map((documentId) => Number.parseInt(documentId, 36))); + } + + function unionSets(sets) { + const union = new Set(); + sets.forEach((set) => { + set.forEach((value) => union.add(value)); + }); + return union; + } + + function intersectSets(left, right) { + const smaller = left.size <= right.size ? left : right; + const larger = left.size <= right.size ? right : left; + const intersection = new Set(); + + smaller.forEach((value) => { + if (larger.has(value)) { + intersection.add(value); + } + }); + + return intersection; + } + + function documentsForTerm(term) { + if (termCache.has(term)) { + return termCache.get(term); + } + + const matches = []; + + if (searchIndex[term]) { + matches.push(decodeDocumentIds(searchIndex[term])); + } + + if (term.length >= 3) { + searchTerms.forEach((indexedTerm) => { + if (indexedTerm !== term && indexedTerm.startsWith(term)) { + matches.push(decodeDocumentIds(searchIndex[indexedTerm])); + } + }); + } + + const documentIds = matches.length ? unionSets(matches) : new Set(); + termCache.set(term, documentIds); + return documentIds; + } + + function searchCandidates(query) { + const terms = normalize(query).match(/[a-z0-9]+/g)?.filter((term) => term.length >= 2) ?? []; + + if (!terms.length) { + return null; + } + + return terms.reduce((candidateIds, term) => { + const termIds = documentsForTerm(term); + + if (!candidateIds) { + return termIds; + } + + return intersectSets(candidateIds, termIds); + }, null); + } + + function matchesSpeechMetadata(speech, filters) { if (filters.year && speech.year !== filters.year) { return false; } if (filters.speaker && speech.speaker !== filters.speaker) { return false; } - if (!filters.q) { - return true; - } - - const terms = normalize(filters.q).split(/\s+/).filter(Boolean); - return terms.every((term) => speech.searchText.includes(term)); + return true; } function appendMeta(parent, values) { @@ -176,7 +242,13 @@ const speakers = uniqueSorted(speeches.map((speech) => speech.speaker)); function render() { const filters = selectedFilters(); - const matched = speeches.filter((speech) => matchesSpeech(speech, filters)); + const candidateIds = searchCandidates(filters.q); + const matched = speeches.filter((speech, index) => { + if (candidateIds && !candidateIds.has(index)) { + return false; + } + return matchesSpeechMetadata(speech, filters); + }); const fragment = document.createDocumentFragment(); if (matched.length) { @@ -208,7 +280,10 @@ const speakers = uniqueSorted(speeches.map((speech) => speech.speaker)); return response.json(); }) .then((data) => { - speeches = data; + speeches = Array.isArray(data) ? data : data.items ?? []; + searchIndex = Array.isArray(data) ? {} : data.index ?? {}; + searchTerms = Object.keys(searchIndex); + termCache.clear(); render(); form.addEventListener("input", queueRender); form.addEventListener("change", render); diff --git a/src/pages/speeches/search-index.json.ts b/src/pages/speeches/search-index.json.ts index cf129d44..a287811c 100644 --- a/src/pages/speeches/search-index.json.ts +++ b/src/pages/speeches/search-index.json.ts @@ -1,7 +1,7 @@ -import { getSpeechArchive } from "../../lib/speeches"; +import { getCompactSpeechSearchIndex } from "../../lib/speeches"; export function GET() { - return new Response(JSON.stringify(getSpeechArchive()), { + return new Response(JSON.stringify(getCompactSpeechSearchIndex()), { headers: { "content-type": "application/json; charset=utf-8", "cache-control": "public, max-age=300", From e1edce4da0be194b1398e8e1ba07a304904d043e Mon Sep 17 00:00:00 2001 From: Loyyd Date: Wed, 8 Jul 2026 11:13:30 +0200 Subject: [PATCH 22/58] new links --- archive-source/about-us-organizations.html | 4 +- .../archive-sunday-services-2014.html | 2 +- ...e-latest-issue-of-true-peace-magazine.html | 2 +- .../26/celebrating-the-life-of-rev-moon.html | 2 +- .../blog/2016/01/03/happy-new-year.html | 8 +- ...son-who-has-the-heart-of-jesus-christ.html | 2 +- ...ries-to-raise-up-his-beloved-children.html | 2 +- .../10/we-who-are-walking-a-life-course.html | 4 +- archive-source/blog/categories/events.html | 2 +- .../blog/categories/uncategorized.html | 10 +- .../rev-sun-myung-moon-1958-page-3.html | 2 +- .../categories/rev-sun-myung-moon-1959.html | 6 +- .../uploads/2016/01/happy-new-year-2016.svg | 39 +++++ ...the-latest-issue-of-true-peace-magazine.md | 2 +- .../2015/celebrating-the-life-of-rev-moon.md | 2 +- content/blog/2016/happy-new-year.md | 8 +- ...erson-who-has-the-heart-of-jesus-christ.md | 2 +- ...-tries-to-raise-up-his-beloved-children.md | 2 +- .../1959/we-who-are-walking-a-life-course.md | 4 +- .../broken-links-preview.png | Bin 0 -> 418529 bytes .../familyfed-broken-links-2026-07-07.xlsx | Bin 0 -> 7956 bytes ...roken-links-2026-07-07.xlsx.inspect.ndjson | 154 ++++++++++++++++++ .../summary-preview.png | Bin 0 -> 85148 bytes 23 files changed, 226 insertions(+), 33 deletions(-) create mode 100644 assets/uploads/2016/01/happy-new-year-2016.svg create mode 100644 outputs/familyfed-link-audit-20260707/broken-links-preview.png create mode 100644 outputs/familyfed-link-audit-20260707/familyfed-broken-links-2026-07-07.xlsx create mode 100644 outputs/familyfed-link-audit-20260707/familyfed-broken-links-2026-07-07.xlsx.inspect.ndjson create mode 100644 outputs/familyfed-link-audit-20260707/summary-preview.png diff --git a/archive-source/about-us-organizations.html b/archive-source/about-us-organizations.html index 89788bf8..4bc42f7d 100644 --- a/archive-source/about-us-organizations.html +++ b/archive-source/about-us-organizations.html @@ -90,9 +90,9 @@ The following are just a few of the logos and links to these organizations’

    Logo_UC_Fit3 The Unification Church is the religious definition used by those who  choose to study and follow the teachings of Rev. Moon and Dr. Hak  Ja Han moon. It is an international religious movement commonly  known for the mass Blessing-Marriage ceremonies held in Korea  each year. For more information you can also check out the Unification Church in Ireland .


    -

    Logo_WFWP_Fit3The Womens Federation for World Peace, or WFWP, was founded by Rev. Moon’s wife, Dr. Hak Ja Han Moon in 1992 in the conviction that a better future for the world is in the hands of women. WFWP aims to encourage and raise new women leaders that can take part in building a better society.

    +

    Logo_WFWP_Fit3The Womens Federation for World Peace, or WFWP, was founded by Rev. Moon’s wife, Dr. Hak Ja Han Moon in 1992 in the conviction that a better future for the world is in the hands of women. WFWP aims to encourage and raise new women leaders that can take part in building a better society.


    -

    Logo_IRFF_Fit3The IRFF, or Internationa Relief Friendship Foundation, seeks a world of ethical action, social justice, self-reliance and opportunity. Through educational service projects that promote sustainability,  opportunities for human development, community welfare and social progress are created.

    +

    Logo_IRFF_Fit3The IRFF UK, or International Relief Friendship Foundation UK, seeks a world of ethical action, social justice, self-reliance and opportunity. Through educational service projects that promote sustainability,  opportunities for human development, community welfare and social progress are created.

     

    diff --git a/archive-source/archive-sunday-services-2014.html b/archive-source/archive-sunday-services-2014.html index 0bf93c24..470d90ed 100644 --- a/archive-source/archive-sunday-services-2014.html +++ b/archive-source/archive-sunday-services-2014.html @@ -100,7 +100,7 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1"

    July 20, 2014 “Testimony” (Rosin & Rose)

    July 13, 2014  (Rev. An)

    July 6, 2014 “Back to Basics” (Halvard)

    -

    June 29, 2014 “Vision 2020 Recap” (Ely)

    +

    June 29, 2014 “Vision 2020 Recap” (Ely)

    June 22, 2014 “Ideal Couples” (John)

    June 1, 2014 “Blessing Testimony” (Lisa & Alex)

    May 11, 2014 “Grace” (John)

    diff --git a/archive-source/blog/2014/10/24/check-out-the-latest-issue-of-true-peace-magazine.html b/archive-source/blog/2014/10/24/check-out-the-latest-issue-of-true-peace-magazine.html index 98e5f5a0..963a84c0 100644 --- a/archive-source/blog/2014/10/24/check-out-the-latest-issue-of-true-peace-magazine.html +++ b/archive-source/blog/2014/10/24/check-out-the-latest-issue-of-true-peace-magazine.html @@ -84,7 +84,7 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1"
    image_pdf

    Announcement from familyfed.org:

    “IPeace TV has released its October issue of True Peace magazine, a monthly electronic publication that highlights True Parents’ words—past and present—as well as recent events and regional news……

    -

    This month True Peace magazine features the joint Holy Wedding of True Parents’ youngest children, Yeon-jin Moon and Jeung-jin Moon, and celebrates this joyful time for the two couples. Other articles include a message that True Father gave in 1988 to commemorate the 38th anniversary of his release from the Heungnam Special Labor Camp, True Mother’s message on September 1 and her keynote address which was read at the Global Youth Festival, the founder’s address read by Dr. Sun-jin Moon at the 2014 World Summit, and some of the latest major events in Japan and the United States.

    +

    This month True Peace magazine features the joint Holy Wedding of True Parents’ youngest children, Yeon-jin Moon and Jeung-jin Moon, and celebrates this joyful time for the two couples. Other articles include a message that True Father gave in 1988 to commemorate the 38th anniversary of his release from the Heungnam Special Labor Camp, True Mother’s message on September 1 and her keynote address which was read at the Global Youth Festival, the founder’s address read by Dr. Sun-jin Moon at the 2014 World Summit, and some of the latest major events in Japan and the United States.

     The October issue of True Peace magazine can be downloaded here. The True Peace magazine editorial team is now preparing for the next issue and beyond. Look forward to more great stories and speeches, and visit the website to keep up with the latest news and publications. “

    image_pdf
    diff --git a/archive-source/blog/2015/08/26/celebrating-the-life-of-rev-moon.html b/archive-source/blog/2015/08/26/celebrating-the-life-of-rev-moon.html index 6a7d2ab8..01411f6f 100644 --- a/archive-source/blog/2015/08/26/celebrating-the-life-of-rev-moon.html +++ b/archive-source/blog/2015/08/26/celebrating-the-life-of-rev-moon.html @@ -85,7 +85,7 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1"
    image_pdf

    Father's 3rd SeongHwa flier

    Come celebrate with us the life of Rev. Moon, the founder of the Unification Church and a Global Peace Citizen.

    To RSVP: Click HERE

    -

    Find out more about Rev. Moon’s life and legacy: Rev. Moon, Times founder, dies at 92 (The Washington Times, Sept. 2, 2012)

    +

    Find out more about Rev. Moon’s life and legacy: Official FamilyFed founder biography

    image_pdf
    diff --git a/archive-source/blog/2016/01/03/happy-new-year.html b/archive-source/blog/2016/01/03/happy-new-year.html index 09780d85..4a6d56c1 100644 --- a/archive-source/blog/2016/01/03/happy-new-year.html +++ b/archive-source/blog/2016/01/03/happy-new-year.html @@ -82,10 +82,10 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1"   By
    -
    image_pdf

    Happy New Year 2016!

    -

    Let go of the past year and bring on the new! Check out this article by Dplife.info:

    -

    2015 Wasn’t What I Thought It Would Be 

    -

    …and That’s Okay.

    +
    image_pdf
    Happy New Year 2016 greeting

    Happy New Year 2016!

    +

    Let go of the past year and bring on the new.

    +

    2015 Wasn’t What I Thought It Would Be

    +

    …and That’s Okay.

    image_pdf
    diff --git a/archive-source/blog/2018/06/05/lets-be-the-person-who-has-the-heart-of-jesus-christ.html b/archive-source/blog/2018/06/05/lets-be-the-person-who-has-the-heart-of-jesus-christ.html index 23f3c7a1..c797bff5 100644 --- a/archive-source/blog/2018/06/05/lets-be-the-person-who-has-the-heart-of-jesus-christ.html +++ b/archive-source/blog/2018/06/05/lets-be-the-person-who-has-the-heart-of-jesus-christ.html @@ -88,7 +88,7 @@ Seoul, Korea
    January 26, 1958

    Philippians 1:1-11

     Paul and Timothy, servants of Christ Jesus,

    -

    To all God’s holy people in Christ Jesus at Philippi, together with the overseers and deacons[a]:

    +

    To all God’s holy people in Christ Jesus at Philippi, together with the overseers and deacons[a]:

    Grace and peace to you from God our Father and the Lord Jesus Christ.

    I thank my God every time I remember you. In all my prayers for all of you, I always pray with joy because of your partnership in the gospel from the first day until now, being confident of this, that he who began a good work in you will carry it on to completion until the day of Christ Jesus.

    It is right for me to feel this way about all of you, since I have you in my heart and, whether I am in chains or defending and confirming the gospel, all of you share in God’s grace with me. God can testify how I long for all of you with the affection of Christ Jesus.

    diff --git a/archive-source/blog/2018/06/10/the-toil-of-god-as-he-tries-to-raise-up-his-beloved-children.html b/archive-source/blog/2018/06/10/the-toil-of-god-as-he-tries-to-raise-up-his-beloved-children.html index 1d8a81d0..5bbfcdda 100644 --- a/archive-source/blog/2018/06/10/the-toil-of-god-as-he-tries-to-raise-up-his-beloved-children.html +++ b/archive-source/blog/2018/06/10/the-toil-of-god-as-he-tries-to-raise-up-his-beloved-children.html @@ -88,7 +88,7 @@ October 11, 1959
    Former Church Headquarters,
    Seoul, Korea

    John 3:11-21 

    -

    11 Very truly I tell you, we speak of what we know, and we testify to what we have seen, but still you people do not accept our testimony. 12 I have spoken to you of earthly things and you do not believe; how then will you believe if I speak of heavenly things? 13 No one has ever gone into heaven except the one who came from heaven—the Son of Man.[a]14 Just as Moses lifted up the snake in the wilderness, so the Son of Man must be lifted up,[b] 15 that everyone who believes may have eternal life in him.”[c]

    +

    11 Very truly I tell you, we speak of what we know, and we testify to what we have seen, but still you people do not accept our testimony. 12 I have spoken to you of earthly things and you do not believe; how then will you believe if I speak of heavenly things? 13 No one has ever gone into heaven except the one who came from heaven—the Son of Man.[a]14 Just as Moses lifted up the snake in the wilderness, so the Son of Man must be lifted up,[b] 15 that everyone who believes may have eternal life in him.”[c]

    16 For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life. 17 For God did not send his Son into the world to condemn the world, but to save the world through him. 18 Whoever believes in him is not condemned,but whoever does not believe stands condemned already because they have not believed in the name of God’s one and only Son. 19 This is the verdict: Light has come into the world, but people loved darkness instead of light because their deeds were evil. 20 Everyone who does evil hates the light, and will not come into the light for fear that their deeds will be exposed. 21 But whoever lives by the truth comes into the light, so that it may be seen plainly that what they have done has been done in the sight of God.

    I Corinthians 7:28-29

    diff --git a/archive-source/blog/2018/06/10/we-who-are-walking-a-life-course.html b/archive-source/blog/2018/06/10/we-who-are-walking-a-life-course.html index 7e193248..047d7a29 100644 --- a/archive-source/blog/2018/06/10/we-who-are-walking-a-life-course.html +++ b/archive-source/blog/2018/06/10/we-who-are-walking-a-life-course.html @@ -89,12 +89,12 @@ Former Church Headquarters,
    Seoul, Korea

    I Peter 1:21-25 

    21 Through him you believe in God, who raised him from the dead and glorified him, and so your faith and hope are in God.

    -

    22 Now that you have purified yourselves by obeying the truth so that you have sincere love for each other, love one another deeply, from the heart.[a] 23 For you have been born again, not of perishable seed, but of imperishable, through the living and enduring word of God. 24 For,

    +

    22 Now that you have purified yourselves by obeying the truth so that you have sincere love for each other, love one another deeply, from the heart.[a] 23 For you have been born again, not of perishable seed, but of imperishable, through the living and enduring word of God. 24 For,

    “All people are like grass,
        and all their glory is like the flowers of the field;
    the grass withers and the flowers fall,
    -25     but the word of the Lord endures forever.”[b]

    +25     but the word of the Lord endures forever.”[b]

    And this is the word that was preached to you.

    diff --git a/archive-source/blog/categories/events.html b/archive-source/blog/categories/events.html index 6e40e6a6..b463e481 100644 --- a/archive-source/blog/categories/events.html +++ b/archive-source/blog/categories/events.html @@ -135,7 +135,7 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1"

    Father's 3rd SeongHwa flier

    Come celebrate with us the life of Rev. Moon, the founder of the Unification Church and a Global Peace Citizen.

    To RSVP: Click HERE

    -

    Find out more about Rev. Moon’s life and legacy: Rev. Moon, Times founder, dies at 92 (The Washington Times, Sept. 2, 2012)

    +

    Find out more about Rev. Moon’s life and legacy: Official FamilyFed founder biography

    diff --git a/archive-source/blog/categories/uncategorized.html b/archive-source/blog/categories/uncategorized.html index 1813ed4b..fcf6f9cf 100644 --- a/archive-source/blog/categories/uncategorized.html +++ b/archive-source/blog/categories/uncategorized.html @@ -243,10 +243,10 @@ March 24, 1957

    -

    Happy New Year 2016!

    -

    Let go of the past year and bring on the new! Check out this article by Dplife.info:

    -

    2015 Wasn’t What I Thought It Would Be 

    -

    …and That’s Okay.

    +
    Happy New Year 2016 greeting

    Happy New Year 2016!

    +

    Let go of the past year and bring on the new.

    +

    2015 Wasn’t What I Thought It Would Be

    +

    …and That’s Okay.

    - - + diff --git a/archive-source/about.html b/archive-source/about.html index ba007a23..122abd97 100644 --- a/archive-source/about.html +++ b/archive-source/about.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/archive-sunday-services-2013.html b/archive-source/archive-sunday-services-2013.html index 12bcd8ee..7b047aab 100644 --- a/archive-source/archive-sunday-services-2013.html +++ b/archive-source/archive-sunday-services-2013.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/archive-sunday-services-2014.html b/archive-source/archive-sunday-services-2014.html index 470d90ed..81f51891 100644 --- a/archive-source/archive-sunday-services-2014.html +++ b/archive-source/archive-sunday-services-2014.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/archive-sunday-services-2015.html b/archive-source/archive-sunday-services-2015.html index dd04be57..82bf43ad 100644 --- a/archive-source/archive-sunday-services-2015.html +++ b/archive-source/archive-sunday-services-2015.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/archive-sunday-services-2016.html b/archive-source/archive-sunday-services-2016.html index 9c43bc0d..c4fe575d 100644 --- a/archive-source/archive-sunday-services-2016.html +++ b/archive-source/archive-sunday-services-2016.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/archive-sunday-services-2017.html b/archive-source/archive-sunday-services-2017.html index c6785588..93b302c5 100644 --- a/archive-source/archive-sunday-services-2017.html +++ b/archive-source/archive-sunday-services-2017.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/archive-sunday-services-2018.html b/archive-source/archive-sunday-services-2018.html index ff27592f..84046635 100644 --- a/archive-source/archive-sunday-services-2018.html +++ b/archive-source/archive-sunday-services-2018.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2013/08/03/news.html b/archive-source/blog/2013/08/03/news.html index 7ea814d5..5004b6b8 100644 --- a/archive-source/blog/2013/08/03/news.html +++ b/archive-source/blog/2013/08/03/news.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2013/10/25/add-event.html b/archive-source/blog/2013/10/25/add-event.html index 624360ac..60f2dc58 100644 --- a/archive-source/blog/2013/10/25/add-event.html +++ b/archive-source/blog/2013/10/25/add-event.html @@ -12,20 +12,15 @@ - + - - - + + -
    +
    @@ -38,7 +33,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - - - - - - - - + diff --git a/archive-source/blog/2014/03/30/divine-principle-introduction-evening.html b/archive-source/blog/2014/03/30/divine-principle-introduction-evening.html index 9caabb8b..a994dfe6 100644 --- a/archive-source/blog/2014/03/30/divine-principle-introduction-evening.html +++ b/archive-source/blog/2014/03/30/divine-principle-introduction-evening.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2014/10/24/check-out-the-latest-issue-of-true-peace-magazine.html b/archive-source/blog/2014/10/24/check-out-the-latest-issue-of-true-peace-magazine.html index 963a84c0..54c6e532 100644 --- a/archive-source/blog/2014/10/24/check-out-the-latest-issue-of-true-peace-magazine.html +++ b/archive-source/blog/2014/10/24/check-out-the-latest-issue-of-true-peace-magazine.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2015/08/26/celebrating-the-life-of-rev-moon.html b/archive-source/blog/2015/08/26/celebrating-the-life-of-rev-moon.html index 01411f6f..39102b69 100644 --- a/archive-source/blog/2015/08/26/celebrating-the-life-of-rev-moon.html +++ b/archive-source/blog/2015/08/26/celebrating-the-life-of-rev-moon.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2016/01/03/happy-new-year.html b/archive-source/blog/2016/01/03/happy-new-year.html index 4a6d56c1..087698c2 100644 --- a/archive-source/blog/2016/01/03/happy-new-year.html +++ b/archive-source/blog/2016/01/03/happy-new-year.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/20/jesus-christ-the-pride-of-god.html b/archive-source/blog/2018/05/20/jesus-christ-the-pride-of-god.html index 1459ae98..bc72c7f3 100644 --- a/archive-source/blog/2018/05/20/jesus-christ-the-pride-of-god.html +++ b/archive-source/blog/2018/05/20/jesus-christ-the-pride-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/20/jesus-is-searching-for-us-in-this-way.html b/archive-source/blog/2018/05/20/jesus-is-searching-for-us-in-this-way.html index 70dd24a9..db3e0234 100644 --- a/archive-source/blog/2018/05/20/jesus-is-searching-for-us-in-this-way.html +++ b/archive-source/blog/2018/05/20/jesus-is-searching-for-us-in-this-way.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/20/let-us-become-the-elite-troop-of-god.html b/archive-source/blog/2018/05/20/let-us-become-the-elite-troop-of-god.html index 999573f6..2c5ba29e 100644 --- a/archive-source/blog/2018/05/20/let-us-become-the-elite-troop-of-god.html +++ b/archive-source/blog/2018/05/20/let-us-become-the-elite-troop-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/21/jesus-christ-who-went-and-came-and-who-will-come-and-go-for-the-sake-of-heaven-and-earth.html b/archive-source/blog/2018/05/21/jesus-christ-who-went-and-came-and-who-will-come-and-go-for-the-sake-of-heaven-and-earth.html index bbccf3a5..a60da985 100644 --- a/archive-source/blog/2018/05/21/jesus-christ-who-went-and-came-and-who-will-come-and-go-for-the-sake-of-heaven-and-earth.html +++ b/archive-source/blog/2018/05/21/jesus-christ-who-went-and-came-and-who-will-come-and-go-for-the-sake-of-heaven-and-earth.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/21/like-jesus-let-us-return-the-glory-of-the-resurrection-to-god.html b/archive-source/blog/2018/05/21/like-jesus-let-us-return-the-glory-of-the-resurrection-to-god.html index 7dee6317..f6953a74 100644 --- a/archive-source/blog/2018/05/21/like-jesus-let-us-return-the-glory-of-the-resurrection-to-god.html +++ b/archive-source/blog/2018/05/21/like-jesus-let-us-return-the-glory-of-the-resurrection-to-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/22/let-us-become-people-who-pay-back-our-debts.html b/archive-source/blog/2018/05/22/let-us-become-people-who-pay-back-our-debts.html index 06f93d87..d1907b3b 100644 --- a/archive-source/blog/2018/05/22/let-us-become-people-who-pay-back-our-debts.html +++ b/archive-source/blog/2018/05/22/let-us-become-people-who-pay-back-our-debts.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/22/let-us-bring-out-the-value-of-restoration.html b/archive-source/blog/2018/05/22/let-us-bring-out-the-value-of-restoration.html index 7e42b6e0..f3aee149 100644 --- a/archive-source/blog/2018/05/22/let-us-bring-out-the-value-of-restoration.html +++ b/archive-source/blog/2018/05/22/let-us-bring-out-the-value-of-restoration.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/22/let-us-claim-back-the-world-of-gods-dominion-and-offer-it-to-him.html b/archive-source/blog/2018/05/22/let-us-claim-back-the-world-of-gods-dominion-and-offer-it-to-him.html index 55efebeb..30f85d85 100644 --- a/archive-source/blog/2018/05/22/let-us-claim-back-the-world-of-gods-dominion-and-offer-it-to-him.html +++ b/archive-source/blog/2018/05/22/let-us-claim-back-the-world-of-gods-dominion-and-offer-it-to-him.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/22/let-us-fulfill-the-will-of-gods-love-that-seeks-to-bring-unification.html b/archive-source/blog/2018/05/22/let-us-fulfill-the-will-of-gods-love-that-seeks-to-bring-unification.html index 7924dd46..c48585cd 100644 --- a/archive-source/blog/2018/05/22/let-us-fulfill-the-will-of-gods-love-that-seeks-to-bring-unification.html +++ b/archive-source/blog/2018/05/22/let-us-fulfill-the-will-of-gods-love-that-seeks-to-bring-unification.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/22/the-pledge-that-must-be-fulfilled.html b/archive-source/blog/2018/05/22/the-pledge-that-must-be-fulfilled.html index 18b7cce1..e92ced12 100644 --- a/archive-source/blog/2018/05/22/the-pledge-that-must-be-fulfilled.html +++ b/archive-source/blog/2018/05/22/the-pledge-that-must-be-fulfilled.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/22/the-responsibility-of-those-who-have-become-the-root.html b/archive-source/blog/2018/05/22/the-responsibility-of-those-who-have-become-the-root.html index 249f5b55..f1cec971 100644 --- a/archive-source/blog/2018/05/22/the-responsibility-of-those-who-have-become-the-root.html +++ b/archive-source/blog/2018/05/22/the-responsibility-of-those-who-have-become-the-root.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/23/behold-the-little-lamb-of-god-who-is-bearing-the-sins-of-the-world.html b/archive-source/blog/2018/05/23/behold-the-little-lamb-of-god-who-is-bearing-the-sins-of-the-world.html index 20212759..b9284ef8 100644 --- a/archive-source/blog/2018/05/23/behold-the-little-lamb-of-god-who-is-bearing-the-sins-of-the-world.html +++ b/archive-source/blog/2018/05/23/behold-the-little-lamb-of-god-who-is-bearing-the-sins-of-the-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/23/jesus-is-the-hero-of-the-universal-revolution.html b/archive-source/blog/2018/05/23/jesus-is-the-hero-of-the-universal-revolution.html index 318e3827..940ad431 100644 --- a/archive-source/blog/2018/05/23/jesus-is-the-hero-of-the-universal-revolution.html +++ b/archive-source/blog/2018/05/23/jesus-is-the-hero-of-the-universal-revolution.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/23/let-us-become-the-one-who-attends-the-lord-who-has-come-for-the-sake-of-all-humankind.html b/archive-source/blog/2018/05/23/let-us-become-the-one-who-attends-the-lord-who-has-come-for-the-sake-of-all-humankind.html index 6b2b517e..f10b688b 100644 --- a/archive-source/blog/2018/05/23/let-us-become-the-one-who-attends-the-lord-who-has-come-for-the-sake-of-all-humankind.html +++ b/archive-source/blog/2018/05/23/let-us-become-the-one-who-attends-the-lord-who-has-come-for-the-sake-of-all-humankind.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/23/let-us-claim-back-the-eternal-ideal-of-god.html b/archive-source/blog/2018/05/23/let-us-claim-back-the-eternal-ideal-of-god.html index a5a49c65..ed0e17c0 100644 --- a/archive-source/blog/2018/05/23/let-us-claim-back-the-eternal-ideal-of-god.html +++ b/archive-source/blog/2018/05/23/let-us-claim-back-the-eternal-ideal-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/23/let-us-take-part-in-the-glory-that-god-recognizes.html b/archive-source/blog/2018/05/23/let-us-take-part-in-the-glory-that-god-recognizes.html index b3e6d1d0..a9067838 100644 --- a/archive-source/blog/2018/05/23/let-us-take-part-in-the-glory-that-god-recognizes.html +++ b/archive-source/blog/2018/05/23/let-us-take-part-in-the-glory-that-god-recognizes.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/23/the-people-chosen-for-the-restoration-of-the-kingdom-of-heaven.html b/archive-source/blog/2018/05/23/the-people-chosen-for-the-restoration-of-the-kingdom-of-heaven.html index ccdebdd2..e26fa5ae 100644 --- a/archive-source/blog/2018/05/23/the-people-chosen-for-the-restoration-of-the-kingdom-of-heaven.html +++ b/archive-source/blog/2018/05/23/the-people-chosen-for-the-restoration-of-the-kingdom-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/23/the-providence-of-god-and-the-nature-of-the-adventure-that-transcends-reality.html b/archive-source/blog/2018/05/23/the-providence-of-god-and-the-nature-of-the-adventure-that-transcends-reality.html index 0d22d69a..18500b1e 100644 --- a/archive-source/blog/2018/05/23/the-providence-of-god-and-the-nature-of-the-adventure-that-transcends-reality.html +++ b/archive-source/blog/2018/05/23/the-providence-of-god-and-the-nature-of-the-adventure-that-transcends-reality.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/23/those-who-will-possess-the-kingdom-of-heaven-of-hope.html b/archive-source/blog/2018/05/23/those-who-will-possess-the-kingdom-of-heaven-of-hope.html index dbdba104..7074badd 100644 --- a/archive-source/blog/2018/05/23/those-who-will-possess-the-kingdom-of-heaven-of-hope.html +++ b/archive-source/blog/2018/05/23/those-who-will-possess-the-kingdom-of-heaven-of-hope.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/05/23/why-did-jesus-become-the-little-lamb-who-bore-all-the-sins-of-this-world.html b/archive-source/blog/2018/05/23/why-did-jesus-become-the-little-lamb-who-bore-all-the-sins-of-this-world.html index b45d672f..85816bd1 100644 --- a/archive-source/blog/2018/05/23/why-did-jesus-become-the-little-lamb-who-bore-all-the-sins-of-this-world.html +++ b/archive-source/blog/2018/05/23/why-did-jesus-become-the-little-lamb-who-bore-all-the-sins-of-this-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/02/jesus-view-of-life-for-the-sake-of-the-restoration.html b/archive-source/blog/2018/06/02/jesus-view-of-life-for-the-sake-of-the-restoration.html index 71e3e490..a996cee8 100644 --- a/archive-source/blog/2018/06/02/jesus-view-of-life-for-the-sake-of-the-restoration.html +++ b/archive-source/blog/2018/06/02/jesus-view-of-life-for-the-sake-of-the-restoration.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/02/jesus-who-is-to-establish-heavens-love.html b/archive-source/blog/2018/06/02/jesus-who-is-to-establish-heavens-love.html index 4e0f9335..4c39c880 100644 --- a/archive-source/blog/2018/06/02/jesus-who-is-to-establish-heavens-love.html +++ b/archive-source/blog/2018/06/02/jesus-who-is-to-establish-heavens-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/02/jesus-who-looks-back-on-walking-the-path-of-his-fate.html b/archive-source/blog/2018/06/02/jesus-who-looks-back-on-walking-the-path-of-his-fate.html index 3b344d1d..e91147a4 100644 --- a/archive-source/blog/2018/06/02/jesus-who-looks-back-on-walking-the-path-of-his-fate.html +++ b/archive-source/blog/2018/06/02/jesus-who-looks-back-on-walking-the-path-of-his-fate.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/02/let-us-be-the-ones-jesus-wants.html b/archive-source/blog/2018/06/02/let-us-be-the-ones-jesus-wants.html index 1b462d82..f66b7b06 100644 --- a/archive-source/blog/2018/06/02/let-us-be-the-ones-jesus-wants.html +++ b/archive-source/blog/2018/06/02/let-us-be-the-ones-jesus-wants.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/04/for-whom-are-we-living.html b/archive-source/blog/2018/06/04/for-whom-are-we-living.html index e223c8d1..9ff8e4df 100644 --- a/archive-source/blog/2018/06/04/for-whom-are-we-living.html +++ b/archive-source/blog/2018/06/04/for-whom-are-we-living.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/04/let-us-be-the-harvest-of-goodness-heaven-desires.html b/archive-source/blog/2018/06/04/let-us-be-the-harvest-of-goodness-heaven-desires.html index b7d1b8f8..85f73b34 100644 --- a/archive-source/blog/2018/06/04/let-us-be-the-harvest-of-goodness-heaven-desires.html +++ b/archive-source/blog/2018/06/04/let-us-be-the-harvest-of-goodness-heaven-desires.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/04/let-us-become-the-elite-troops-of-heaven.html b/archive-source/blog/2018/06/04/let-us-become-the-elite-troops-of-heaven.html index 2a7987c7..82002571 100644 --- a/archive-source/blog/2018/06/04/let-us-become-the-elite-troops-of-heaven.html +++ b/archive-source/blog/2018/06/04/let-us-become-the-elite-troops-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/04/let-us-step-beyond-this-world-that-has-become-a-sacrifice.html b/archive-source/blog/2018/06/04/let-us-step-beyond-this-world-that-has-become-a-sacrifice.html index 7f775f8c..c13455d6 100644 --- a/archive-source/blog/2018/06/04/let-us-step-beyond-this-world-that-has-become-a-sacrifice.html +++ b/archive-source/blog/2018/06/04/let-us-step-beyond-this-world-that-has-become-a-sacrifice.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/04/let-us-untie-the-knot.html b/archive-source/blog/2018/06/04/let-us-untie-the-knot.html index 32b453f5..40dc7817 100644 --- a/archive-source/blog/2018/06/04/let-us-untie-the-knot.html +++ b/archive-source/blog/2018/06/04/let-us-untie-the-knot.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/04/the-lord-is-my-good-shepherd.html b/archive-source/blog/2018/06/04/the-lord-is-my-good-shepherd.html index e078f967..60c71247 100644 --- a/archive-source/blog/2018/06/04/the-lord-is-my-good-shepherd.html +++ b/archive-source/blog/2018/06/04/the-lord-is-my-good-shepherd.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/04/we-are-the-ones-who-must-possess-the-key-to-the-kingdom-of-heaven.html b/archive-source/blog/2018/06/04/we-are-the-ones-who-must-possess-the-key-to-the-kingdom-of-heaven.html index 383aa390..feb92c96 100644 --- a/archive-source/blog/2018/06/04/we-are-the-ones-who-must-possess-the-key-to-the-kingdom-of-heaven.html +++ b/archive-source/blog/2018/06/04/we-are-the-ones-who-must-possess-the-key-to-the-kingdom-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/04/what-kind-of-resurrection-are-you-trying-to-accomplish.html b/archive-source/blog/2018/06/04/what-kind-of-resurrection-are-you-trying-to-accomplish.html index 5f40ae35..abc21f8d 100644 --- a/archive-source/blog/2018/06/04/what-kind-of-resurrection-are-you-trying-to-accomplish.html +++ b/archive-source/blog/2018/06/04/what-kind-of-resurrection-are-you-trying-to-accomplish.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/gods-power-is-revealed-where-one-heart-and-one-will-have-been-realized.html b/archive-source/blog/2018/06/05/gods-power-is-revealed-where-one-heart-and-one-will-have-been-realized.html index e6df622c..79a7965c 100644 --- a/archive-source/blog/2018/06/05/gods-power-is-revealed-where-one-heart-and-one-will-have-been-realized.html +++ b/archive-source/blog/2018/06/05/gods-power-is-revealed-where-one-heart-and-one-will-have-been-realized.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/heaven-is-calling-us.html b/archive-source/blog/2018/06/05/heaven-is-calling-us.html index 46271960..c2287ec5 100644 --- a/archive-source/blog/2018/06/05/heaven-is-calling-us.html +++ b/archive-source/blog/2018/06/05/heaven-is-calling-us.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/jesus-true-heart-for-god.html b/archive-source/blog/2018/06/05/jesus-true-heart-for-god.html index 47d8e0df..89785f53 100644 --- a/archive-source/blog/2018/06/05/jesus-true-heart-for-god.html +++ b/archive-source/blog/2018/06/05/jesus-true-heart-for-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-the-sleeping-world-awaken.html b/archive-source/blog/2018/06/05/let-the-sleeping-world-awaken.html index f4acbf78..1c036278 100644 --- a/archive-source/blog/2018/06/05/let-the-sleeping-world-awaken.html +++ b/archive-source/blog/2018/06/05/let-the-sleeping-world-awaken.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-avoid-being-punished-for-our-sins-by-restoring-the-original-nature-of-goodness.html b/archive-source/blog/2018/06/05/let-us-avoid-being-punished-for-our-sins-by-restoring-the-original-nature-of-goodness.html index f0501d9a..8741b424 100644 --- a/archive-source/blog/2018/06/05/let-us-avoid-being-punished-for-our-sins-by-restoring-the-original-nature-of-goodness.html +++ b/archive-source/blog/2018/06/05/let-us-avoid-being-punished-for-our-sins-by-restoring-the-original-nature-of-goodness.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-be-a-victor-for-god.html b/archive-source/blog/2018/06/05/let-us-be-a-victor-for-god.html index d379ff01..c3ec688f 100644 --- a/archive-source/blog/2018/06/05/let-us-be-a-victor-for-god.html +++ b/archive-source/blog/2018/06/05/let-us-be-a-victor-for-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-be-israel-the-chosen-people-of-god.html b/archive-source/blog/2018/06/05/let-us-be-israel-the-chosen-people-of-god.html index e5cacc63..68084399 100644 --- a/archive-source/blog/2018/06/05/let-us-be-israel-the-chosen-people-of-god.html +++ b/archive-source/blog/2018/06/05/let-us-be-israel-the-chosen-people-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-be-strong-and-bold-and-restore-the-lost-land.html b/archive-source/blog/2018/06/05/let-us-be-strong-and-bold-and-restore-the-lost-land.html index abc0f1d4..d10d0732 100644 --- a/archive-source/blog/2018/06/05/let-us-be-strong-and-bold-and-restore-the-lost-land.html +++ b/archive-source/blog/2018/06/05/let-us-be-strong-and-bold-and-restore-the-lost-land.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-be-the-people-who-attend-god.html b/archive-source/blog/2018/06/05/let-us-be-the-people-who-attend-god.html index 8ba37530..92037b87 100644 --- a/archive-source/blog/2018/06/05/let-us-be-the-people-who-attend-god.html +++ b/archive-source/blog/2018/06/05/let-us-be-the-people-who-attend-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-become-a-true-member-of-jesus-family.html b/archive-source/blog/2018/06/05/let-us-become-a-true-member-of-jesus-family.html index 230002c7..6459f206 100644 --- a/archive-source/blog/2018/06/05/let-us-become-a-true-member-of-jesus-family.html +++ b/archive-source/blog/2018/06/05/let-us-become-a-true-member-of-jesus-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-become-people-who-participate-in-the-glory-of-the-lord.html b/archive-source/blog/2018/06/05/let-us-become-people-who-participate-in-the-glory-of-the-lord.html index fad2e98e..282009ee 100644 --- a/archive-source/blog/2018/06/05/let-us-become-people-who-participate-in-the-glory-of-the-lord.html +++ b/archive-source/blog/2018/06/05/let-us-become-people-who-participate-in-the-glory-of-the-lord.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-become-the-brides-who-reclaim-what-was-lost-to-jesus.html b/archive-source/blog/2018/06/05/let-us-become-the-brides-who-reclaim-what-was-lost-to-jesus.html index 47b0af0e..be12484a 100644 --- a/archive-source/blog/2018/06/05/let-us-become-the-brides-who-reclaim-what-was-lost-to-jesus.html +++ b/archive-source/blog/2018/06/05/let-us-become-the-brides-who-reclaim-what-was-lost-to-jesus.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-become-the-citizens-who-take-possession-of-the-kingdom-of-heaven.html b/archive-source/blog/2018/06/05/let-us-become-the-citizens-who-take-possession-of-the-kingdom-of-heaven.html index 42db8e01..940d4c7e 100644 --- a/archive-source/blog/2018/06/05/let-us-become-the-citizens-who-take-possession-of-the-kingdom-of-heaven.html +++ b/archive-source/blog/2018/06/05/let-us-become-the-citizens-who-take-possession-of-the-kingdom-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-become-the-ones-who-can-understand-gods-sorrow.html b/archive-source/blog/2018/06/05/let-us-become-the-ones-who-can-understand-gods-sorrow.html index 4a64c4bb..307caf7c 100644 --- a/archive-source/blog/2018/06/05/let-us-become-the-ones-who-can-understand-gods-sorrow.html +++ b/archive-source/blog/2018/06/05/let-us-become-the-ones-who-can-understand-gods-sorrow.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-become-the-true-sons-and-daughters-of-the-true-father.html b/archive-source/blog/2018/06/05/let-us-become-the-true-sons-and-daughters-of-the-true-father.html index 04dd457e..69536f12 100644 --- a/archive-source/blog/2018/06/05/let-us-become-the-true-sons-and-daughters-of-the-true-father.html +++ b/archive-source/blog/2018/06/05/let-us-become-the-true-sons-and-daughters-of-the-true-father.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-celebrate-christmas-on-behalf-of-heaven.html b/archive-source/blog/2018/06/05/let-us-celebrate-christmas-on-behalf-of-heaven.html index 88513e04..57a3f878 100644 --- a/archive-source/blog/2018/06/05/let-us-celebrate-christmas-on-behalf-of-heaven.html +++ b/archive-source/blog/2018/06/05/let-us-celebrate-christmas-on-behalf-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-climb-over-the-hill-of-historical-misfortune.html b/archive-source/blog/2018/06/05/let-us-climb-over-the-hill-of-historical-misfortune.html index 4739cdb1..74568100 100644 --- a/archive-source/blog/2018/06/05/let-us-climb-over-the-hill-of-historical-misfortune.html +++ b/archive-source/blog/2018/06/05/let-us-climb-over-the-hill-of-historical-misfortune.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-establish-the-glorious-original-homeland.html b/archive-source/blog/2018/06/05/let-us-establish-the-glorious-original-homeland.html index 10f876f4..6ddc1797 100644 --- a/archive-source/blog/2018/06/05/let-us-establish-the-glorious-original-homeland.html +++ b/archive-source/blog/2018/06/05/let-us-establish-the-glorious-original-homeland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-go-over-the-hill-to-enter-the-original-garden.html b/archive-source/blog/2018/06/05/let-us-go-over-the-hill-to-enter-the-original-garden.html index 1a524cb5..405c9c81 100644 --- a/archive-source/blog/2018/06/05/let-us-go-over-the-hill-to-enter-the-original-garden.html +++ b/archive-source/blog/2018/06/05/let-us-go-over-the-hill-to-enter-the-original-garden.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-join-in-the-pursuit-of-the-homeland.html b/archive-source/blog/2018/06/05/let-us-join-in-the-pursuit-of-the-homeland.html index cdaf89a6..d862b7be 100644 --- a/archive-source/blog/2018/06/05/let-us-join-in-the-pursuit-of-the-homeland.html +++ b/archive-source/blog/2018/06/05/let-us-join-in-the-pursuit-of-the-homeland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-not-become-a-betrayer-of-gods-will.html b/archive-source/blog/2018/06/05/let-us-not-become-a-betrayer-of-gods-will.html index 8a1c6411..6e9356cd 100644 --- a/archive-source/blog/2018/06/05/let-us-not-become-a-betrayer-of-gods-will.html +++ b/archive-source/blog/2018/06/05/let-us-not-become-a-betrayer-of-gods-will.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-restore-gods-kingdom-and-his-righteousness.html b/archive-source/blog/2018/06/05/let-us-restore-gods-kingdom-and-his-righteousness.html index 14aa4796..7c329f31 100644 --- a/archive-source/blog/2018/06/05/let-us-restore-gods-kingdom-and-his-righteousness.html +++ b/archive-source/blog/2018/06/05/let-us-restore-gods-kingdom-and-his-righteousness.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/let-us-understand-the-true-path-and-discern-the-side-path.html b/archive-source/blog/2018/06/05/let-us-understand-the-true-path-and-discern-the-side-path.html index 62e4fd68..d7c0e8d4 100644 --- a/archive-source/blog/2018/06/05/let-us-understand-the-true-path-and-discern-the-side-path.html +++ b/archive-source/blog/2018/06/05/let-us-understand-the-true-path-and-discern-the-side-path.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/lets-be-the-person-who-has-the-heart-of-jesus-christ.html b/archive-source/blog/2018/06/05/lets-be-the-person-who-has-the-heart-of-jesus-christ.html index c797bff5..0f0b2921 100644 --- a/archive-source/blog/2018/06/05/lets-be-the-person-who-has-the-heart-of-jesus-christ.html +++ b/archive-source/blog/2018/06/05/lets-be-the-person-who-has-the-heart-of-jesus-christ.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/on-the-day-of-resurrection-summary-of-sermon.html b/archive-source/blog/2018/06/05/on-the-day-of-resurrection-summary-of-sermon.html index 511b2d59..4bfc09f3 100644 --- a/archive-source/blog/2018/06/05/on-the-day-of-resurrection-summary-of-sermon.html +++ b/archive-source/blog/2018/06/05/on-the-day-of-resurrection-summary-of-sermon.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/the-meaning-of-the-trinity.html b/archive-source/blog/2018/06/05/the-meaning-of-the-trinity.html index d6ed9b58..1b619c26 100644 --- a/archive-source/blog/2018/06/05/the-meaning-of-the-trinity.html +++ b/archive-source/blog/2018/06/05/the-meaning-of-the-trinity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/the-path-its-purpose-and-its-value.html b/archive-source/blog/2018/06/05/the-path-its-purpose-and-its-value.html index 866d843a..c30a9925 100644 --- a/archive-source/blog/2018/06/05/the-path-its-purpose-and-its-value.html +++ b/archive-source/blog/2018/06/05/the-path-its-purpose-and-its-value.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/the-person-who-is-to-remain-before-gods-will.html b/archive-source/blog/2018/06/05/the-person-who-is-to-remain-before-gods-will.html index 719d0349..defb0bdb 100644 --- a/archive-source/blog/2018/06/05/the-person-who-is-to-remain-before-gods-will.html +++ b/archive-source/blog/2018/06/05/the-person-who-is-to-remain-before-gods-will.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/the-providential-life-of-jesus-and-its-victorious-purpose.html b/archive-source/blog/2018/06/05/the-providential-life-of-jesus-and-its-victorious-purpose.html index 989ac2a3..232ff1bd 100644 --- a/archive-source/blog/2018/06/05/the-providential-life-of-jesus-and-its-victorious-purpose.html +++ b/archive-source/blog/2018/06/05/the-providential-life-of-jesus-and-its-victorious-purpose.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/we-who-are-searching-for-the-homeland-the-garden-of-eden.html b/archive-source/blog/2018/06/05/we-who-are-searching-for-the-homeland-the-garden-of-eden.html index 27a4e6eb..70d2862f 100644 --- a/archive-source/blog/2018/06/05/we-who-are-searching-for-the-homeland-the-garden-of-eden.html +++ b/archive-source/blog/2018/06/05/we-who-are-searching-for-the-homeland-the-garden-of-eden.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/when-will-we-stand-before-god.html b/archive-source/blog/2018/06/05/when-will-we-stand-before-god.html index 8701fef5..511301d2 100644 --- a/archive-source/blog/2018/06/05/when-will-we-stand-before-god.html +++ b/archive-source/blog/2018/06/05/when-will-we-stand-before-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/where-is-the-refuge-in-which-heaven-can-dwell.html b/archive-source/blog/2018/06/05/where-is-the-refuge-in-which-heaven-can-dwell.html index c90e75ac..cc40bdd1 100644 --- a/archive-source/blog/2018/06/05/where-is-the-refuge-in-which-heaven-can-dwell.html +++ b/archive-source/blog/2018/06/05/where-is-the-refuge-in-which-heaven-can-dwell.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/05/why-does-the-lord-have-to-come-back.html b/archive-source/blog/2018/06/05/why-does-the-lord-have-to-come-back.html index c1859599..2c5a64f3 100644 --- a/archive-source/blog/2018/06/05/why-does-the-lord-have-to-come-back.html +++ b/archive-source/blog/2018/06/05/why-does-the-lord-have-to-come-back.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/06/let-us-experience-the-sorrow-of-god.html b/archive-source/blog/2018/06/06/let-us-experience-the-sorrow-of-god.html index 4df33dbf..2d1bd390 100644 --- a/archive-source/blog/2018/06/06/let-us-experience-the-sorrow-of-god.html +++ b/archive-source/blog/2018/06/06/let-us-experience-the-sorrow-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/06/let-us-not-weaken-our-determination-toward-heaven.html b/archive-source/blog/2018/06/06/let-us-not-weaken-our-determination-toward-heaven.html index 6d43a954..1cc4cb9b 100644 --- a/archive-source/blog/2018/06/06/let-us-not-weaken-our-determination-toward-heaven.html +++ b/archive-source/blog/2018/06/06/let-us-not-weaken-our-determination-toward-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/06/oh-father-we-welcome-you.html b/archive-source/blog/2018/06/06/oh-father-we-welcome-you.html index 366421c6..0980af51 100644 --- a/archive-source/blog/2018/06/06/oh-father-we-welcome-you.html +++ b/archive-source/blog/2018/06/06/oh-father-we-welcome-you.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/06/the-heart-of-jesus-who-must-restore-all-tasks.html b/archive-source/blog/2018/06/06/the-heart-of-jesus-who-must-restore-all-tasks.html index 8344dbf8..3fdc8781 100644 --- a/archive-source/blog/2018/06/06/the-heart-of-jesus-who-must-restore-all-tasks.html +++ b/archive-source/blog/2018/06/06/the-heart-of-jesus-who-must-restore-all-tasks.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/06/the-whole-universe-is-searching-for-the-one-day-of-love.html b/archive-source/blog/2018/06/06/the-whole-universe-is-searching-for-the-one-day-of-love.html index fa717282..02b64d56 100644 --- a/archive-source/blog/2018/06/06/the-whole-universe-is-searching-for-the-one-day-of-love.html +++ b/archive-source/blog/2018/06/06/the-whole-universe-is-searching-for-the-one-day-of-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/06/to-whom-do-you-belong.html b/archive-source/blog/2018/06/06/to-whom-do-you-belong.html index d9a0161c..702f4210 100644 --- a/archive-source/blog/2018/06/06/to-whom-do-you-belong.html +++ b/archive-source/blog/2018/06/06/to-whom-do-you-belong.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/06/what-is-god-going-to-do-with-exiled-humanity.html b/archive-source/blog/2018/06/06/what-is-god-going-to-do-with-exiled-humanity.html index 56bf1623..12228893 100644 --- a/archive-source/blog/2018/06/06/what-is-god-going-to-do-with-exiled-humanity.html +++ b/archive-source/blog/2018/06/06/what-is-god-going-to-do-with-exiled-humanity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/at-a-field-service.html b/archive-source/blog/2018/06/07/at-a-field-service.html index 9b03ade3..9bed1f5a 100644 --- a/archive-source/blog/2018/06/07/at-a-field-service.html +++ b/archive-source/blog/2018/06/07/at-a-field-service.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/gods-possession-and-our-possession.html b/archive-source/blog/2018/06/07/gods-possession-and-our-possession.html index f2ccaf67..f0ad1dbc 100644 --- a/archive-source/blog/2018/06/07/gods-possession-and-our-possession.html +++ b/archive-source/blog/2018/06/07/gods-possession-and-our-possession.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/humankind-wanders-in-search-of-the-truth.html b/archive-source/blog/2018/06/07/humankind-wanders-in-search-of-the-truth.html index d0f3a2dc..d245ff7f 100644 --- a/archive-source/blog/2018/06/07/humankind-wanders-in-search-of-the-truth.html +++ b/archive-source/blog/2018/06/07/humankind-wanders-in-search-of-the-truth.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/jesus-who-came-with-the-destiny-of-restoration.html b/archive-source/blog/2018/06/07/jesus-who-came-with-the-destiny-of-restoration.html index 37826fe2..70c118f5 100644 --- a/archive-source/blog/2018/06/07/jesus-who-came-with-the-destiny-of-restoration.html +++ b/archive-source/blog/2018/06/07/jesus-who-came-with-the-destiny-of-restoration.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/let-us-be-persons-of-forbearance.html b/archive-source/blog/2018/06/07/let-us-be-persons-of-forbearance.html index 8807ec44..a0ac69e3 100644 --- a/archive-source/blog/2018/06/07/let-us-be-persons-of-forbearance.html +++ b/archive-source/blog/2018/06/07/let-us-be-persons-of-forbearance.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/let-us-become-beloved-children-and-receive-the-seals.html b/archive-source/blog/2018/06/07/let-us-become-beloved-children-and-receive-the-seals.html index 7686aa90..29329b30 100644 --- a/archive-source/blog/2018/06/07/let-us-become-beloved-children-and-receive-the-seals.html +++ b/archive-source/blog/2018/06/07/let-us-become-beloved-children-and-receive-the-seals.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/let-us-become-someone-who-can-hold-jesus-body-and-mourn.html b/archive-source/blog/2018/06/07/let-us-become-someone-who-can-hold-jesus-body-and-mourn.html index 818b2afa..c2a088e1 100644 --- a/archive-source/blog/2018/06/07/let-us-become-someone-who-can-hold-jesus-body-and-mourn.html +++ b/archive-source/blog/2018/06/07/let-us-become-someone-who-can-hold-jesus-body-and-mourn.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/let-us-become-survivors.html b/archive-source/blog/2018/06/07/let-us-become-survivors.html index 6dba014e..6e419cea 100644 --- a/archive-source/blog/2018/06/07/let-us-become-survivors.html +++ b/archive-source/blog/2018/06/07/let-us-become-survivors.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/let-us-become-the-true-sons-god-wants.html b/archive-source/blog/2018/06/07/let-us-become-the-true-sons-god-wants.html index 844e9e44..915383f5 100644 --- a/archive-source/blog/2018/06/07/let-us-become-the-true-sons-god-wants.html +++ b/archive-source/blog/2018/06/07/let-us-become-the-true-sons-god-wants.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/let-us-possess-the-everlasting-love-of-the-father.html b/archive-source/blog/2018/06/07/let-us-possess-the-everlasting-love-of-the-father.html index e67c81c2..debf037b 100644 --- a/archive-source/blog/2018/06/07/let-us-possess-the-everlasting-love-of-the-father.html +++ b/archive-source/blog/2018/06/07/let-us-possess-the-everlasting-love-of-the-father.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/let-us-seek-and-establish-the-blessed-land-god-wants-to-administer.html b/archive-source/blog/2018/06/07/let-us-seek-and-establish-the-blessed-land-god-wants-to-administer.html index 2e4e8af3..fa7653c5 100644 --- a/archive-source/blog/2018/06/07/let-us-seek-and-establish-the-blessed-land-god-wants-to-administer.html +++ b/archive-source/blog/2018/06/07/let-us-seek-and-establish-the-blessed-land-god-wants-to-administer.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/let-us-understand-the-heart-of-the-resurrected-jesus.html b/archive-source/blog/2018/06/07/let-us-understand-the-heart-of-the-resurrected-jesus.html index 3382f211..6affcd7f 100644 --- a/archive-source/blog/2018/06/07/let-us-understand-the-heart-of-the-resurrected-jesus.html +++ b/archive-source/blog/2018/06/07/let-us-understand-the-heart-of-the-resurrected-jesus.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/the-forsaken-jesus.html b/archive-source/blog/2018/06/07/the-forsaken-jesus.html index ada58243..ee28bd8e 100644 --- a/archive-source/blog/2018/06/07/the-forsaken-jesus.html +++ b/archive-source/blog/2018/06/07/the-forsaken-jesus.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/the-freedom-liberation-and-unification-god-seeks-to-attain.html b/archive-source/blog/2018/06/07/the-freedom-liberation-and-unification-god-seeks-to-attain.html index cce5164d..b1fbbee3 100644 --- a/archive-source/blog/2018/06/07/the-freedom-liberation-and-unification-god-seeks-to-attain.html +++ b/archive-source/blog/2018/06/07/the-freedom-liberation-and-unification-god-seeks-to-attain.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/the-world-of-ideology-which-we-seek.html b/archive-source/blog/2018/06/07/the-world-of-ideology-which-we-seek.html index 9ca5c7e1..8e8c639f 100644 --- a/archive-source/blog/2018/06/07/the-world-of-ideology-which-we-seek.html +++ b/archive-source/blog/2018/06/07/the-world-of-ideology-which-we-seek.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/who-will-become-the-friend-of-golgotha.html b/archive-source/blog/2018/06/07/who-will-become-the-friend-of-golgotha.html index e777e768..bf19dead 100644 --- a/archive-source/blog/2018/06/07/who-will-become-the-friend-of-golgotha.html +++ b/archive-source/blog/2018/06/07/who-will-become-the-friend-of-golgotha.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/07/who-will-eliminate-the-debt-of-6000-years.html b/archive-source/blog/2018/06/07/who-will-eliminate-the-debt-of-6000-years.html index 06bc6cdb..ea5eec64 100644 --- a/archive-source/blog/2018/06/07/who-will-eliminate-the-debt-of-6000-years.html +++ b/archive-source/blog/2018/06/07/who-will-eliminate-the-debt-of-6000-years.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/a-true-man-a-man-of-truth.html b/archive-source/blog/2018/06/10/a-true-man-a-man-of-truth.html index 1f0e6035..eae39b46 100644 --- a/archive-source/blog/2018/06/10/a-true-man-a-man-of-truth.html +++ b/archive-source/blog/2018/06/10/a-true-man-a-man-of-truth.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/god-and-humanity-should-live-together.html b/archive-source/blog/2018/06/10/god-and-humanity-should-live-together.html index aee9634e..f1741f3c 100644 --- a/archive-source/blog/2018/06/10/god-and-humanity-should-live-together.html +++ b/archive-source/blog/2018/06/10/god-and-humanity-should-live-together.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/gods-will-which-we-must-untangle.html b/archive-source/blog/2018/06/10/gods-will-which-we-must-untangle.html index 65e81833..1d184bd6 100644 --- a/archive-source/blog/2018/06/10/gods-will-which-we-must-untangle.html +++ b/archive-source/blog/2018/06/10/gods-will-which-we-must-untangle.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/heavens-sorrowful-heart.html b/archive-source/blog/2018/06/10/heavens-sorrowful-heart.html index a586e7ee..3f90b7b5 100644 --- a/archive-source/blog/2018/06/10/heavens-sorrowful-heart.html +++ b/archive-source/blog/2018/06/10/heavens-sorrowful-heart.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/i-am-relating-with-two-worlds.html b/archive-source/blog/2018/06/10/i-am-relating-with-two-worlds.html index 7945e2f1..055880af 100644 --- a/archive-source/blog/2018/06/10/i-am-relating-with-two-worlds.html +++ b/archive-source/blog/2018/06/10/i-am-relating-with-two-worlds.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/i-must-be-the-victor-for-god-standing-on-the-borderline-of-good-and-evil.html b/archive-source/blog/2018/06/10/i-must-be-the-victor-for-god-standing-on-the-borderline-of-good-and-evil.html index fa7f1eea..4bce78d9 100644 --- a/archive-source/blog/2018/06/10/i-must-be-the-victor-for-god-standing-on-the-borderline-of-good-and-evil.html +++ b/archive-source/blog/2018/06/10/i-must-be-the-victor-for-god-standing-on-the-borderline-of-good-and-evil.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/inside-gods-stadium.html b/archive-source/blog/2018/06/10/inside-gods-stadium.html index e4b203db..8deceb4d 100644 --- a/archive-source/blog/2018/06/10/inside-gods-stadium.html +++ b/archive-source/blog/2018/06/10/inside-gods-stadium.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/jesus-whom-god-wanted-to-find.html b/archive-source/blog/2018/06/10/jesus-whom-god-wanted-to-find.html index abf9b4ba..4156b50e 100644 --- a/archive-source/blog/2018/06/10/jesus-whom-god-wanted-to-find.html +++ b/archive-source/blog/2018/06/10/jesus-whom-god-wanted-to-find.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/let-us-fathom-the-heart-of-heaven.html b/archive-source/blog/2018/06/10/let-us-fathom-the-heart-of-heaven.html index 96e533c0..529289b9 100644 --- a/archive-source/blog/2018/06/10/let-us-fathom-the-heart-of-heaven.html +++ b/archive-source/blog/2018/06/10/let-us-fathom-the-heart-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/let-us-follow-the-way-of-jesus.html b/archive-source/blog/2018/06/10/let-us-follow-the-way-of-jesus.html index 0d9d0ced..63112180 100644 --- a/archive-source/blog/2018/06/10/let-us-follow-the-way-of-jesus.html +++ b/archive-source/blog/2018/06/10/let-us-follow-the-way-of-jesus.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/let-us-halt-in-our-steps-and-behold-the-one-who-is-protecting-us.html b/archive-source/blog/2018/06/10/let-us-halt-in-our-steps-and-behold-the-one-who-is-protecting-us.html index c75a8561..d0f8393b 100644 --- a/archive-source/blog/2018/06/10/let-us-halt-in-our-steps-and-behold-the-one-who-is-protecting-us.html +++ b/archive-source/blog/2018/06/10/let-us-halt-in-our-steps-and-behold-the-one-who-is-protecting-us.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/let-us-open-our-eyes-once-more-and-behold-the-sky.html b/archive-source/blog/2018/06/10/let-us-open-our-eyes-once-more-and-behold-the-sky.html index 84374321..2c6bb296 100644 --- a/archive-source/blog/2018/06/10/let-us-open-our-eyes-once-more-and-behold-the-sky.html +++ b/archive-source/blog/2018/06/10/let-us-open-our-eyes-once-more-and-behold-the-sky.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/let-us-regain-the-victorious-nation.html b/archive-source/blog/2018/06/10/let-us-regain-the-victorious-nation.html index 0311f1c7..1e9179a5 100644 --- a/archive-source/blog/2018/06/10/let-us-regain-the-victorious-nation.html +++ b/archive-source/blog/2018/06/10/let-us-regain-the-victorious-nation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/let-us-understand-god-who-wanted-to-be-proud.html b/archive-source/blog/2018/06/10/let-us-understand-god-who-wanted-to-be-proud.html index f774492c..cf273aab 100644 --- a/archive-source/blog/2018/06/10/let-us-understand-god-who-wanted-to-be-proud.html +++ b/archive-source/blog/2018/06/10/let-us-understand-god-who-wanted-to-be-proud.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/longing-for-eden.html b/archive-source/blog/2018/06/10/longing-for-eden.html index 7f89c012..17070afe 100644 --- a/archive-source/blog/2018/06/10/longing-for-eden.html +++ b/archive-source/blog/2018/06/10/longing-for-eden.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/man-is-an-explorer-in-search-of-truth.html b/archive-source/blog/2018/06/10/man-is-an-explorer-in-search-of-truth.html index bce28c43..fd248917 100644 --- a/archive-source/blog/2018/06/10/man-is-an-explorer-in-search-of-truth.html +++ b/archive-source/blog/2018/06/10/man-is-an-explorer-in-search-of-truth.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/members-who-will-live-in-gods-family.html b/archive-source/blog/2018/06/10/members-who-will-live-in-gods-family.html index 0003308e..be46765a 100644 --- a/archive-source/blog/2018/06/10/members-who-will-live-in-gods-family.html +++ b/archive-source/blog/2018/06/10/members-who-will-live-in-gods-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/men-are-destined-to-go-the-road-of-restoration-returning-home.html b/archive-source/blog/2018/06/10/men-are-destined-to-go-the-road-of-restoration-returning-home.html index 8ff62391..e982f379 100644 --- a/archive-source/blog/2018/06/10/men-are-destined-to-go-the-road-of-restoration-returning-home.html +++ b/archive-source/blog/2018/06/10/men-are-destined-to-go-the-road-of-restoration-returning-home.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/my-new-self-and-the-heaven-where-my-new-self-can-dwell.html b/archive-source/blog/2018/06/10/my-new-self-and-the-heaven-where-my-new-self-can-dwell.html index f12a2b4b..ec2aceea 100644 --- a/archive-source/blog/2018/06/10/my-new-self-and-the-heaven-where-my-new-self-can-dwell.html +++ b/archive-source/blog/2018/06/10/my-new-self-and-the-heaven-where-my-new-self-can-dwell.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/oh-where-shall-i-go.html b/archive-source/blog/2018/06/10/oh-where-shall-i-go.html index 94eeabce..95885bee 100644 --- a/archive-source/blog/2018/06/10/oh-where-shall-i-go.html +++ b/archive-source/blog/2018/06/10/oh-where-shall-i-go.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/parents-day.html b/archive-source/blog/2018/06/10/parents-day.html index f68797fd..69df4899 100644 --- a/archive-source/blog/2018/06/10/parents-day.html +++ b/archive-source/blog/2018/06/10/parents-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/process-of-restoration.html b/archive-source/blog/2018/06/10/process-of-restoration.html index 2e89547a..e6ac0f21 100644 --- a/archive-source/blog/2018/06/10/process-of-restoration.html +++ b/archive-source/blog/2018/06/10/process-of-restoration.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-father-and-i.html b/archive-source/blog/2018/06/10/the-father-and-i.html index 1f1534dc..afa34ac1 100644 --- a/archive-source/blog/2018/06/10/the-father-and-i.html +++ b/archive-source/blog/2018/06/10/the-father-and-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-grieving-father-son-and-daughter-as-they-try-to-establish-the-kingdom-of-heaven.html b/archive-source/blog/2018/06/10/the-grieving-father-son-and-daughter-as-they-try-to-establish-the-kingdom-of-heaven.html index 7cad5fa3..30ca0f1e 100644 --- a/archive-source/blog/2018/06/10/the-grieving-father-son-and-daughter-as-they-try-to-establish-the-kingdom-of-heaven.html +++ b/archive-source/blog/2018/06/10/the-grieving-father-son-and-daughter-as-they-try-to-establish-the-kingdom-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-heart-of-heaven-in-relation-to-elijah.html b/archive-source/blog/2018/06/10/the-heart-of-heaven-in-relation-to-elijah.html index 005250e5..daca7207 100644 --- a/archive-source/blog/2018/06/10/the-heart-of-heaven-in-relation-to-elijah.html +++ b/archive-source/blog/2018/06/10/the-heart-of-heaven-in-relation-to-elijah.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-ideal-kingdom-of-heaven-our-hope.html b/archive-source/blog/2018/06/10/the-ideal-kingdom-of-heaven-our-hope.html index e20c616e..e07f26eb 100644 --- a/archive-source/blog/2018/06/10/the-ideal-kingdom-of-heaven-our-hope.html +++ b/archive-source/blog/2018/06/10/the-ideal-kingdom-of-heaven-our-hope.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-incarnation-of-jesus-a-pioneer.html b/archive-source/blog/2018/06/10/the-incarnation-of-jesus-a-pioneer.html index f102e5f4..5a1fa0e3 100644 --- a/archive-source/blog/2018/06/10/the-incarnation-of-jesus-a-pioneer.html +++ b/archive-source/blog/2018/06/10/the-incarnation-of-jesus-a-pioneer.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-path-in-search-of-the-original-homeland.html b/archive-source/blog/2018/06/10/the-path-in-search-of-the-original-homeland.html index d1ed5a2d..183d8550 100644 --- a/archive-source/blog/2018/06/10/the-path-in-search-of-the-original-homeland.html +++ b/archive-source/blog/2018/06/10/the-path-in-search-of-the-original-homeland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-path-of-faith-which-should-be-examined-carefully.html b/archive-source/blog/2018/06/10/the-path-of-faith-which-should-be-examined-carefully.html index 24fe14b0..4e7ae12f 100644 --- a/archive-source/blog/2018/06/10/the-path-of-faith-which-should-be-examined-carefully.html +++ b/archive-source/blog/2018/06/10/the-path-of-faith-which-should-be-examined-carefully.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-path-of-life-we-must-go-entertaining-hope.html b/archive-source/blog/2018/06/10/the-path-of-life-we-must-go-entertaining-hope.html index 9aa958b4..d755c817 100644 --- a/archive-source/blog/2018/06/10/the-path-of-life-we-must-go-entertaining-hope.html +++ b/archive-source/blog/2018/06/10/the-path-of-life-we-must-go-entertaining-hope.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-person-who-will-serve-the-grieving-father.html b/archive-source/blog/2018/06/10/the-person-who-will-serve-the-grieving-father.html index 2773c242..180ae012 100644 --- a/archive-source/blog/2018/06/10/the-person-who-will-serve-the-grieving-father.html +++ b/archive-source/blog/2018/06/10/the-person-who-will-serve-the-grieving-father.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-religious-persons-attitude.html b/archive-source/blog/2018/06/10/the-religious-persons-attitude.html index dbdfbd8e..1a1033c4 100644 --- a/archive-source/blog/2018/06/10/the-religious-persons-attitude.html +++ b/archive-source/blog/2018/06/10/the-religious-persons-attitude.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-sorrowful-heart-of-jesus-as-he-went-to-the-mountain.html b/archive-source/blog/2018/06/10/the-sorrowful-heart-of-jesus-as-he-went-to-the-mountain.html index f3755a76..98060cb1 100644 --- a/archive-source/blog/2018/06/10/the-sorrowful-heart-of-jesus-as-he-went-to-the-mountain.html +++ b/archive-source/blog/2018/06/10/the-sorrowful-heart-of-jesus-as-he-went-to-the-mountain.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-toil-of-god-as-he-tries-to-raise-up-his-beloved-children.html b/archive-source/blog/2018/06/10/the-toil-of-god-as-he-tries-to-raise-up-his-beloved-children.html index 5bbfcdda..92888eb5 100644 --- a/archive-source/blog/2018/06/10/the-toil-of-god-as-he-tries-to-raise-up-his-beloved-children.html +++ b/archive-source/blog/2018/06/10/the-toil-of-god-as-he-tries-to-raise-up-his-beloved-children.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/the-true-sons-and-daughters-of-heavenly-father-who-will-remain-in-the-last-days.html b/archive-source/blog/2018/06/10/the-true-sons-and-daughters-of-heavenly-father-who-will-remain-in-the-last-days.html index 725619f3..d26c5cd1 100644 --- a/archive-source/blog/2018/06/10/the-true-sons-and-daughters-of-heavenly-father-who-will-remain-in-the-last-days.html +++ b/archive-source/blog/2018/06/10/the-true-sons-and-daughters-of-heavenly-father-who-will-remain-in-the-last-days.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/untitled-leaders-address.html b/archive-source/blog/2018/06/10/untitled-leaders-address.html index e8a02732..9c2eafd4 100644 --- a/archive-source/blog/2018/06/10/untitled-leaders-address.html +++ b/archive-source/blog/2018/06/10/untitled-leaders-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/we-who-are-walking-a-life-course.html b/archive-source/blog/2018/06/10/we-who-are-walking-a-life-course.html index 047d7a29..1098e64a 100644 --- a/archive-source/blog/2018/06/10/we-who-are-walking-a-life-course.html +++ b/archive-source/blog/2018/06/10/we-who-are-walking-a-life-course.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/what-belongs-to-the-father-belongs-to-me.html b/archive-source/blog/2018/06/10/what-belongs-to-the-father-belongs-to-me.html index 6ff894bb..856feddd 100644 --- a/archive-source/blog/2018/06/10/what-belongs-to-the-father-belongs-to-me.html +++ b/archive-source/blog/2018/06/10/what-belongs-to-the-father-belongs-to-me.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/10/when-we-should-stay-awake-with-heaven.html b/archive-source/blog/2018/06/10/when-we-should-stay-awake-with-heaven.html index 85e47d3f..d2dbefe4 100644 --- a/archive-source/blog/2018/06/10/when-we-should-stay-awake-with-heaven.html +++ b/archive-source/blog/2018/06/10/when-we-should-stay-awake-with-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/a-pioneer-must-have-endurance.html b/archive-source/blog/2018/06/11/a-pioneer-must-have-endurance.html index 4c5d4af3..7bf62a8b 100644 --- a/archive-source/blog/2018/06/11/a-pioneer-must-have-endurance.html +++ b/archive-source/blog/2018/06/11/a-pioneer-must-have-endurance.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/america-and-gods-will.html b/archive-source/blog/2018/06/11/america-and-gods-will.html index 0861cceb..0c8a4e78 100644 --- a/archive-source/blog/2018/06/11/america-and-gods-will.html +++ b/archive-source/blog/2018/06/11/america-and-gods-will.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/boundary-line.html b/archive-source/blog/2018/06/11/boundary-line.html index 551f6e88..1a5c1ab0 100644 --- a/archive-source/blog/2018/06/11/boundary-line.html +++ b/archive-source/blog/2018/06/11/boundary-line.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/childrens-day.html b/archive-source/blog/2018/06/11/childrens-day.html index 05bcd612..77fcc989 100644 --- a/archive-source/blog/2018/06/11/childrens-day.html +++ b/archive-source/blog/2018/06/11/childrens-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/divine-providence-and-the-turning-point-of-history.html b/archive-source/blog/2018/06/11/divine-providence-and-the-turning-point-of-history.html index dfd5cb69..79074a57 100644 --- a/archive-source/blog/2018/06/11/divine-providence-and-the-turning-point-of-history.html +++ b/archive-source/blog/2018/06/11/divine-providence-and-the-turning-point-of-history.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/gods-hope-for-america.html b/archive-source/blog/2018/06/11/gods-hope-for-america.html index b24df6dd..709b78e8 100644 --- a/archive-source/blog/2018/06/11/gods-hope-for-america.html +++ b/archive-source/blog/2018/06/11/gods-hope-for-america.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/gods-will-and-christmas.html b/archive-source/blog/2018/06/11/gods-will-and-christmas.html index 96478ee8..0e487e56 100644 --- a/archive-source/blog/2018/06/11/gods-will-and-christmas.html +++ b/archive-source/blog/2018/06/11/gods-will-and-christmas.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/history-of-the-unification-church-part-1.html b/archive-source/blog/2018/06/11/history-of-the-unification-church-part-1.html index ecd76fe3..4c5b15d7 100644 --- a/archive-source/blog/2018/06/11/history-of-the-unification-church-part-1.html +++ b/archive-source/blog/2018/06/11/history-of-the-unification-church-part-1.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/history-of-the-unification-church-part-2.html b/archive-source/blog/2018/06/11/history-of-the-unification-church-part-2.html index 7940f239..5fab4352 100644 --- a/archive-source/blog/2018/06/11/history-of-the-unification-church-part-2.html +++ b/archive-source/blog/2018/06/11/history-of-the-unification-church-part-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/history-of-the-unification-church-part-3.html b/archive-source/blog/2018/06/11/history-of-the-unification-church-part-3.html index 6a106d5c..a7e2ad3d 100644 --- a/archive-source/blog/2018/06/11/history-of-the-unification-church-part-3.html +++ b/archive-source/blog/2018/06/11/history-of-the-unification-church-part-3.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/how-god-is-pursuing-his-restoration-providence.html b/archive-source/blog/2018/06/11/how-god-is-pursuing-his-restoration-providence.html index c3f76a5f..c08438f7 100644 --- a/archive-source/blog/2018/06/11/how-god-is-pursuing-his-restoration-providence.html +++ b/archive-source/blog/2018/06/11/how-god-is-pursuing-his-restoration-providence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/man-the-starting-point-of-hope-the-path-for-our-family.html b/archive-source/blog/2018/06/11/man-the-starting-point-of-hope-the-path-for-our-family.html index 951f071b..8c35ec50 100644 --- a/archive-source/blog/2018/06/11/man-the-starting-point-of-hope-the-path-for-our-family.html +++ b/archive-source/blog/2018/06/11/man-the-starting-point-of-hope-the-path-for-our-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/on-jesus-family.html b/archive-source/blog/2018/06/11/on-jesus-family.html index 1eb8ff5f..28c1e354 100644 --- a/archive-source/blog/2018/06/11/on-jesus-family.html +++ b/archive-source/blog/2018/06/11/on-jesus-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/one-god-one-world-religion.html b/archive-source/blog/2018/06/11/one-god-one-world-religion.html index 90cf5087..57f3f400 100644 --- a/archive-source/blog/2018/06/11/one-god-one-world-religion.html +++ b/archive-source/blog/2018/06/11/one-god-one-world-religion.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/past-and-future-generations.html b/archive-source/blog/2018/06/11/past-and-future-generations.html index 41b32e3f..f794f2ab 100644 --- a/archive-source/blog/2018/06/11/past-and-future-generations.html +++ b/archive-source/blog/2018/06/11/past-and-future-generations.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/perfection-and-gratitude.html b/archive-source/blog/2018/06/11/perfection-and-gratitude.html index 962ef122..6a0688ae 100644 --- a/archive-source/blog/2018/06/11/perfection-and-gratitude.html +++ b/archive-source/blog/2018/06/11/perfection-and-gratitude.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/questions-and-answers.html b/archive-source/blog/2018/06/11/questions-and-answers.html index 2ec7b76d..f819e710 100644 --- a/archive-source/blog/2018/06/11/questions-and-answers.html +++ b/archive-source/blog/2018/06/11/questions-and-answers.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/safeguard-the-unified-front.html b/archive-source/blog/2018/06/11/safeguard-the-unified-front.html index cc1c54d2..0b16b8ae 100644 --- a/archive-source/blog/2018/06/11/safeguard-the-unified-front.html +++ b/archive-source/blog/2018/06/11/safeguard-the-unified-front.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/self-reflection.html b/archive-source/blog/2018/06/11/self-reflection.html index 3a46498a..ec93de37 100644 --- a/archive-source/blog/2018/06/11/self-reflection.html +++ b/archive-source/blog/2018/06/11/self-reflection.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-age-of-judgment-and-ourselves.html b/archive-source/blog/2018/06/11/the-age-of-judgment-and-ourselves.html index bb700731..2b6e850a 100644 --- a/archive-source/blog/2018/06/11/the-age-of-judgment-and-ourselves.html +++ b/archive-source/blog/2018/06/11/the-age-of-judgment-and-ourselves.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-benefit-and-grace-of-this-time-in-history.html b/archive-source/blog/2018/06/11/the-benefit-and-grace-of-this-time-in-history.html index 7e52c64f..2ddae4ba 100644 --- a/archive-source/blog/2018/06/11/the-benefit-and-grace-of-this-time-in-history.html +++ b/archive-source/blog/2018/06/11/the-benefit-and-grace-of-this-time-in-history.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-central-figure-and-the-transitional-period.html b/archive-source/blog/2018/06/11/the-central-figure-and-the-transitional-period.html index 63bc5190..c1908741 100644 --- a/archive-source/blog/2018/06/11/the-central-figure-and-the-transitional-period.html +++ b/archive-source/blog/2018/06/11/the-central-figure-and-the-transitional-period.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-day-of-the-victory-of-heaven.html b/archive-source/blog/2018/06/11/the-day-of-the-victory-of-heaven.html index 5e52e2c5..eddb1884 100644 --- a/archive-source/blog/2018/06/11/the-day-of-the-victory-of-heaven.html +++ b/archive-source/blog/2018/06/11/the-day-of-the-victory-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-final-warning-concerning-good-and-evil.html b/archive-source/blog/2018/06/11/the-final-warning-concerning-good-and-evil.html index 00cceae8..d365efc1 100644 --- a/archive-source/blog/2018/06/11/the-final-warning-concerning-good-and-evil.html +++ b/archive-source/blog/2018/06/11/the-final-warning-concerning-good-and-evil.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-formula-for-gods-providence.html b/archive-source/blog/2018/06/11/the-formula-for-gods-providence.html index 0147f65c..79d486ea 100644 --- a/archive-source/blog/2018/06/11/the-formula-for-gods-providence.html +++ b/archive-source/blog/2018/06/11/the-formula-for-gods-providence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-ideal-world.html b/archive-source/blog/2018/06/11/the-ideal-world.html index 90193fac..ad25eb8c 100644 --- a/archive-source/blog/2018/06/11/the-ideal-world.html +++ b/archive-source/blog/2018/06/11/the-ideal-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-importance-of-heavenly-heart.html b/archive-source/blog/2018/06/11/the-importance-of-heavenly-heart.html index 4ee394f4..1c0d3a59 100644 --- a/archive-source/blog/2018/06/11/the-importance-of-heavenly-heart.html +++ b/archive-source/blog/2018/06/11/the-importance-of-heavenly-heart.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-liberation-of-heaven-and-earth.html b/archive-source/blog/2018/06/11/the-liberation-of-heaven-and-earth.html index 00b20ea0..29b50154 100644 --- a/archive-source/blog/2018/06/11/the-liberation-of-heaven-and-earth.html +++ b/archive-source/blog/2018/06/11/the-liberation-of-heaven-and-earth.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-responsibility-of-cain-and-abel.html b/archive-source/blog/2018/06/11/the-responsibility-of-cain-and-abel.html index d2be37c3..959fc7d3 100644 --- a/archive-source/blog/2018/06/11/the-responsibility-of-cain-and-abel.html +++ b/archive-source/blog/2018/06/11/the-responsibility-of-cain-and-abel.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/the-way-our-blessed-families-should-go.html b/archive-source/blog/2018/06/11/the-way-our-blessed-families-should-go.html index 4a3c8fa8..88cdaa83 100644 --- a/archive-source/blog/2018/06/11/the-way-our-blessed-families-should-go.html +++ b/archive-source/blog/2018/06/11/the-way-our-blessed-families-should-go.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/things-found-most-important-in-leading-a-life-of-faith.html b/archive-source/blog/2018/06/11/things-found-most-important-in-leading-a-life-of-faith.html index 6d572aee..e9939273 100644 --- a/archive-source/blog/2018/06/11/things-found-most-important-in-leading-a-life-of-faith.html +++ b/archive-source/blog/2018/06/11/things-found-most-important-in-leading-a-life-of-faith.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/untitled-address-to-conference-of-u-s-and-international-leaders.html b/archive-source/blog/2018/06/11/untitled-address-to-conference-of-u-s-and-international-leaders.html index 024d4639..c1876d3b 100644 --- a/archive-source/blog/2018/06/11/untitled-address-to-conference-of-u-s-and-international-leaders.html +++ b/archive-source/blog/2018/06/11/untitled-address-to-conference-of-u-s-and-international-leaders.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/11/what-the-unification-church-is-trying-to-solve-after-taking-the-responsibility-of-jesus-on-earth.html b/archive-source/blog/2018/06/11/what-the-unification-church-is-trying-to-solve-after-taking-the-responsibility-of-jesus-on-earth.html index 59cb43da..41762bd2 100644 --- a/archive-source/blog/2018/06/11/what-the-unification-church-is-trying-to-solve-after-taking-the-responsibility-of-jesus-on-earth.html +++ b/archive-source/blog/2018/06/11/what-the-unification-church-is-trying-to-solve-after-taking-the-responsibility-of-jesus-on-earth.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/gods-day.html b/archive-source/blog/2018/06/12/gods-day.html index 9be769b3..83d9963d 100644 --- a/archive-source/blog/2018/06/12/gods-day.html +++ b/archive-source/blog/2018/06/12/gods-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/how-to-witness-to-state-leaders.html b/archive-source/blog/2018/06/12/how-to-witness-to-state-leaders.html index f0864e67..800d504c 100644 --- a/archive-source/blog/2018/06/12/how-to-witness-to-state-leaders.html +++ b/archive-source/blog/2018/06/12/how-to-witness-to-state-leaders.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/leadership-to-mft-captains.html b/archive-source/blog/2018/06/12/leadership-to-mft-captains.html index 8c02951d..f816e626 100644 --- a/archive-source/blog/2018/06/12/leadership-to-mft-captains.html +++ b/archive-source/blog/2018/06/12/leadership-to-mft-captains.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/let-us-meet-opportunity-well.html b/archive-source/blog/2018/06/12/let-us-meet-opportunity-well.html index be4ade29..f212103b 100644 --- a/archive-source/blog/2018/06/12/let-us-meet-opportunity-well.html +++ b/archive-source/blog/2018/06/12/let-us-meet-opportunity-well.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/our-family-and-the-dispensation-part-i.html b/archive-source/blog/2018/06/12/our-family-and-the-dispensation-part-i.html index 2bc5ba8a..60bc107e 100644 --- a/archive-source/blog/2018/06/12/our-family-and-the-dispensation-part-i.html +++ b/archive-source/blog/2018/06/12/our-family-and-the-dispensation-part-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/our-family-in-light-of-the-dispensation-part-ii.html b/archive-source/blog/2018/06/12/our-family-in-light-of-the-dispensation-part-ii.html index 5eb16769..97ad2fb5 100644 --- a/archive-source/blog/2018/06/12/our-family-in-light-of-the-dispensation-part-ii.html +++ b/archive-source/blog/2018/06/12/our-family-in-light-of-the-dispensation-part-ii.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/the-blessing.html b/archive-source/blog/2018/06/12/the-blessing.html index 915a8928..f6d21ca4 100644 --- a/archive-source/blog/2018/06/12/the-blessing.html +++ b/archive-source/blog/2018/06/12/the-blessing.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/the-dignity-of-god-and-man.html b/archive-source/blog/2018/06/12/the-dignity-of-god-and-man.html index 9ce4d16e..6e279d1f 100644 --- a/archive-source/blog/2018/06/12/the-dignity-of-god-and-man.html +++ b/archive-source/blog/2018/06/12/the-dignity-of-god-and-man.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/the-greatest-of-all-is-love.html b/archive-source/blog/2018/06/12/the-greatest-of-all-is-love.html index fd7d36ca..36ce00a7 100644 --- a/archive-source/blog/2018/06/12/the-greatest-of-all-is-love.html +++ b/archive-source/blog/2018/06/12/the-greatest-of-all-is-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/the-ideal-world-of-subject-and-object.html b/archive-source/blog/2018/06/12/the-ideal-world-of-subject-and-object.html index af88fb9e..458bbe20 100644 --- a/archive-source/blog/2018/06/12/the-ideal-world-of-subject-and-object.html +++ b/archive-source/blog/2018/06/12/the-ideal-world-of-subject-and-object.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/the-kingdom-of-god-on-earth-and-the-ideal-family.html b/archive-source/blog/2018/06/12/the-kingdom-of-god-on-earth-and-the-ideal-family.html index 0e8d477d..49d13ef3 100644 --- a/archive-source/blog/2018/06/12/the-kingdom-of-god-on-earth-and-the-ideal-family.html +++ b/archive-source/blog/2018/06/12/the-kingdom-of-god-on-earth-and-the-ideal-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/the-realm-of-resurrection.html b/archive-source/blog/2018/06/12/the-realm-of-resurrection.html index 94c53002..96b8eb44 100644 --- a/archive-source/blog/2018/06/12/the-realm-of-resurrection.html +++ b/archive-source/blog/2018/06/12/the-realm-of-resurrection.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/the-resurrection-of-jesus-and-ourselves.html b/archive-source/blog/2018/06/12/the-resurrection-of-jesus-and-ourselves.html index e381d414..e9affe73 100644 --- a/archive-source/blog/2018/06/12/the-resurrection-of-jesus-and-ourselves.html +++ b/archive-source/blog/2018/06/12/the-resurrection-of-jesus-and-ourselves.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/the-spirit-world-and-the-physical-world.html b/archive-source/blog/2018/06/12/the-spirit-world-and-the-physical-world.html index e7727c80..a0a2fee3 100644 --- a/archive-source/blog/2018/06/12/the-spirit-world-and-the-physical-world.html +++ b/archive-source/blog/2018/06/12/the-spirit-world-and-the-physical-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/the-will-of-god-and-individual-perfection.html b/archive-source/blog/2018/06/12/the-will-of-god-and-individual-perfection.html index 57b5ddd1..013c3705 100644 --- a/archive-source/blog/2018/06/12/the-will-of-god-and-individual-perfection.html +++ b/archive-source/blog/2018/06/12/the-will-of-god-and-individual-perfection.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/to-whom-do-i-belong.html b/archive-source/blog/2018/06/12/to-whom-do-i-belong.html index 8d359821..6f09f55b 100644 --- a/archive-source/blog/2018/06/12/to-whom-do-i-belong.html +++ b/archive-source/blog/2018/06/12/to-whom-do-i-belong.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/today-in-the-light-of-dispensational-history.html b/archive-source/blog/2018/06/12/today-in-the-light-of-dispensational-history.html index 27a0d498..901e386b 100644 --- a/archive-source/blog/2018/06/12/today-in-the-light-of-dispensational-history.html +++ b/archive-source/blog/2018/06/12/today-in-the-light-of-dispensational-history.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/who-am-i.html b/archive-source/blog/2018/06/12/who-am-i.html index 80c73936..8047d48e 100644 --- a/archive-source/blog/2018/06/12/who-am-i.html +++ b/archive-source/blog/2018/06/12/who-am-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/who-was-i.html b/archive-source/blog/2018/06/12/who-was-i.html index cf64e8e3..b529c360 100644 --- a/archive-source/blog/2018/06/12/who-was-i.html +++ b/archive-source/blog/2018/06/12/who-was-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/12/word-and-deed.html b/archive-source/blog/2018/06/12/word-and-deed.html index a4444fb9..07ef0ec1 100644 --- a/archive-source/blog/2018/06/12/word-and-deed.html +++ b/archive-source/blog/2018/06/12/word-and-deed.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/core-of-unification.html b/archive-source/blog/2018/06/13/core-of-unification.html index 47aa91d7..23190f0d 100644 --- a/archive-source/blog/2018/06/13/core-of-unification.html +++ b/archive-source/blog/2018/06/13/core-of-unification.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/god-and-the-building-of-the-kingdom-of-god.html b/archive-source/blog/2018/06/13/god-and-the-building-of-the-kingdom-of-god.html index c1f2a78e..4afb6696 100644 --- a/archive-source/blog/2018/06/13/god-and-the-building-of-the-kingdom-of-god.html +++ b/archive-source/blog/2018/06/13/god-and-the-building-of-the-kingdom-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/god-depends-on-us-alone.html b/archive-source/blog/2018/06/13/god-depends-on-us-alone.html index 847fdb01..beae463c 100644 --- a/archive-source/blog/2018/06/13/god-depends-on-us-alone.html +++ b/archive-source/blog/2018/06/13/god-depends-on-us-alone.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/good-day.html b/archive-source/blog/2018/06/13/good-day.html index 6fa57019..48270475 100644 --- a/archive-source/blog/2018/06/13/good-day.html +++ b/archive-source/blog/2018/06/13/good-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/happy-unification-church-members.html b/archive-source/blog/2018/06/13/happy-unification-church-members.html index 770cb7da..a395d76b 100644 --- a/archive-source/blog/2018/06/13/happy-unification-church-members.html +++ b/archive-source/blog/2018/06/13/happy-unification-church-members.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/host-of-the-future.html b/archive-source/blog/2018/06/13/host-of-the-future.html index 7ce3b181..fed9c5ac 100644 --- a/archive-source/blog/2018/06/13/host-of-the-future.html +++ b/archive-source/blog/2018/06/13/host-of-the-future.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/let-us-march-forward-to-our-heavenly-father.html b/archive-source/blog/2018/06/13/let-us-march-forward-to-our-heavenly-father.html index 5ea7d4c2..757d51bc 100644 --- a/archive-source/blog/2018/06/13/let-us-march-forward-to-our-heavenly-father.html +++ b/archive-source/blog/2018/06/13/let-us-march-forward-to-our-heavenly-father.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/let-us-thank-god.html b/archive-source/blog/2018/06/13/let-us-thank-god.html index a1500173..e55ea7aa 100644 --- a/archive-source/blog/2018/06/13/let-us-thank-god.html +++ b/archive-source/blog/2018/06/13/let-us-thank-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/let-us-think-once-more.html b/archive-source/blog/2018/06/13/let-us-think-once-more.html index e65fe66d..b90edd05 100644 --- a/archive-source/blog/2018/06/13/let-us-think-once-more.html +++ b/archive-source/blog/2018/06/13/let-us-think-once-more.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/living-sacrifice.html b/archive-source/blog/2018/06/13/living-sacrifice.html index 413d3293..b48826de 100644 --- a/archive-source/blog/2018/06/13/living-sacrifice.html +++ b/archive-source/blog/2018/06/13/living-sacrifice.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/men-of-justice-rise-up.html b/archive-source/blog/2018/06/13/men-of-justice-rise-up.html index ce7c2190..8b1cb60e 100644 --- a/archive-source/blog/2018/06/13/men-of-justice-rise-up.html +++ b/archive-source/blog/2018/06/13/men-of-justice-rise-up.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/our-destined-relationship.html b/archive-source/blog/2018/06/13/our-destined-relationship.html index 606818c4..132c1a51 100644 --- a/archive-source/blog/2018/06/13/our-destined-relationship.html +++ b/archive-source/blog/2018/06/13/our-destined-relationship.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/our-newborn-selves.html b/archive-source/blog/2018/06/13/our-newborn-selves.html index 3eecd8a5..ada947cc 100644 --- a/archive-source/blog/2018/06/13/our-newborn-selves.html +++ b/archive-source/blog/2018/06/13/our-newborn-selves.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/our-pride.html b/archive-source/blog/2018/06/13/our-pride.html index 4f398f7d..3d98eb74 100644 --- a/archive-source/blog/2018/06/13/our-pride.html +++ b/archive-source/blog/2018/06/13/our-pride.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/renewed-pride.html b/archive-source/blog/2018/06/13/renewed-pride.html index a8834d10..ed4b5986 100644 --- a/archive-source/blog/2018/06/13/renewed-pride.html +++ b/archive-source/blog/2018/06/13/renewed-pride.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-23rd-anniversary-of-the-unification-church-and-the-history-of-gods-dispensation.html b/archive-source/blog/2018/06/13/the-23rd-anniversary-of-the-unification-church-and-the-history-of-gods-dispensation.html index 7991f358..47d12c09 100644 --- a/archive-source/blog/2018/06/13/the-23rd-anniversary-of-the-unification-church-and-the-history-of-gods-dispensation.html +++ b/archive-source/blog/2018/06/13/the-23rd-anniversary-of-the-unification-church-and-the-history-of-gods-dispensation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-childrens-day-we-have-been-longing-for.html b/archive-source/blog/2018/06/13/the-childrens-day-we-have-been-longing-for.html index b690f850..faa56e08 100644 --- a/archive-source/blog/2018/06/13/the-childrens-day-we-have-been-longing-for.html +++ b/archive-source/blog/2018/06/13/the-childrens-day-we-have-been-longing-for.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-desire-of-all-things.html b/archive-source/blog/2018/06/13/the-desire-of-all-things.html index 3102ca27..35729bf5 100644 --- a/archive-source/blog/2018/06/13/the-desire-of-all-things.html +++ b/archive-source/blog/2018/06/13/the-desire-of-all-things.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-desire-of-god.html b/archive-source/blog/2018/06/13/the-desire-of-god.html index 287d0174..5b39bc8b 100644 --- a/archive-source/blog/2018/06/13/the-desire-of-god.html +++ b/archive-source/blog/2018/06/13/the-desire-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-heart-of-reunion.html b/archive-source/blog/2018/06/13/the-heart-of-reunion.html index 109ffd4c..a68c47a5 100644 --- a/archive-source/blog/2018/06/13/the-heart-of-reunion.html +++ b/archive-source/blog/2018/06/13/the-heart-of-reunion.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-ones-who-can-receive-gods-love.html b/archive-source/blog/2018/06/13/the-ones-who-can-receive-gods-love.html index ef2c534a..87f262de 100644 --- a/archive-source/blog/2018/06/13/the-ones-who-can-receive-gods-love.html +++ b/archive-source/blog/2018/06/13/the-ones-who-can-receive-gods-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-participants-in-celebrating-christmas.html b/archive-source/blog/2018/06/13/the-participants-in-celebrating-christmas.html index e49bb358..2c2dbc5b 100644 --- a/archive-source/blog/2018/06/13/the-participants-in-celebrating-christmas.html +++ b/archive-source/blog/2018/06/13/the-participants-in-celebrating-christmas.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-pinnacle-of-suffering.html b/archive-source/blog/2018/06/13/the-pinnacle-of-suffering.html index e1bc89eb..ca9303d9 100644 --- a/archive-source/blog/2018/06/13/the-pinnacle-of-suffering.html +++ b/archive-source/blog/2018/06/13/the-pinnacle-of-suffering.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-return-to-tears.html b/archive-source/blog/2018/06/13/the-return-to-tears.html index 7f3db8d3..7c4ff25b 100644 --- a/archive-source/blog/2018/06/13/the-return-to-tears.html +++ b/archive-source/blog/2018/06/13/the-return-to-tears.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-road-of-religion-and-the-will-of-god.html b/archive-source/blog/2018/06/13/the-road-of-religion-and-the-will-of-god.html index 085f24b8..f425390b 100644 --- a/archive-source/blog/2018/06/13/the-road-of-religion-and-the-will-of-god.html +++ b/archive-source/blog/2018/06/13/the-road-of-religion-and-the-will-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-things-that-belong-to-god-and-the-things-that-belong-to-man.html b/archive-source/blog/2018/06/13/the-things-that-belong-to-god-and-the-things-that-belong-to-man.html index ac49ba14..5c373c06 100644 --- a/archive-source/blog/2018/06/13/the-things-that-belong-to-god-and-the-things-that-belong-to-man.html +++ b/archive-source/blog/2018/06/13/the-things-that-belong-to-god-and-the-things-that-belong-to-man.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/the-tradition-of-the-unification-church.html b/archive-source/blog/2018/06/13/the-tradition-of-the-unification-church.html index 98c3b2b3..d2e9d4da 100644 --- a/archive-source/blog/2018/06/13/the-tradition-of-the-unification-church.html +++ b/archive-source/blog/2018/06/13/the-tradition-of-the-unification-church.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/13/true-parents-day-from-the-historical-point-of-view.html b/archive-source/blog/2018/06/13/true-parents-day-from-the-historical-point-of-view.html index 39a2ef3c..bd695dc2 100644 --- a/archive-source/blog/2018/06/13/true-parents-day-from-the-historical-point-of-view.html +++ b/archive-source/blog/2018/06/13/true-parents-day-from-the-historical-point-of-view.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/14/all-things-depend-on-us.html b/archive-source/blog/2018/06/14/all-things-depend-on-us.html index 93a458af..465ce23b 100644 --- a/archive-source/blog/2018/06/14/all-things-depend-on-us.html +++ b/archive-source/blog/2018/06/14/all-things-depend-on-us.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/14/gods-day-1978.html b/archive-source/blog/2018/06/14/gods-day-1978.html index 3581fc2d..144b8fe1 100644 --- a/archive-source/blog/2018/06/14/gods-day-1978.html +++ b/archive-source/blog/2018/06/14/gods-day-1978.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/14/new-morning-of-glory.html b/archive-source/blog/2018/06/14/new-morning-of-glory.html index cf3dfd6d..aea5241c 100644 --- a/archive-source/blog/2018/06/14/new-morning-of-glory.html +++ b/archive-source/blog/2018/06/14/new-morning-of-glory.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/14/sorrow-and-tears.html b/archive-source/blog/2018/06/14/sorrow-and-tears.html index cd27657b..92c3c388 100644 --- a/archive-source/blog/2018/06/14/sorrow-and-tears.html +++ b/archive-source/blog/2018/06/14/sorrow-and-tears.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/14/the-basic-formula-for-the-realization-of-the-kingdom-of-god-on-earth.html b/archive-source/blog/2018/06/14/the-basic-formula-for-the-realization-of-the-kingdom-of-god-on-earth.html index 3134da2b..b46fd7ed 100644 --- a/archive-source/blog/2018/06/14/the-basic-formula-for-the-realization-of-the-kingdom-of-god-on-earth.html +++ b/archive-source/blog/2018/06/14/the-basic-formula-for-the-realization-of-the-kingdom-of-god-on-earth.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/14/the-burden-of-destiny.html b/archive-source/blog/2018/06/14/the-burden-of-destiny.html index ace4e58b..5d37f828 100644 --- a/archive-source/blog/2018/06/14/the-burden-of-destiny.html +++ b/archive-source/blog/2018/06/14/the-burden-of-destiny.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/14/the-course-of-life-and-restoration-by-indemnification.html b/archive-source/blog/2018/06/14/the-course-of-life-and-restoration-by-indemnification.html index 156f3726..1b58a809 100644 --- a/archive-source/blog/2018/06/14/the-course-of-life-and-restoration-by-indemnification.html +++ b/archive-source/blog/2018/06/14/the-course-of-life-and-restoration-by-indemnification.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/14/the-dividing-peak-of-restoration.html b/archive-source/blog/2018/06/14/the-dividing-peak-of-restoration.html index 7d0a66b8..7a298416 100644 --- a/archive-source/blog/2018/06/14/the-dividing-peak-of-restoration.html +++ b/archive-source/blog/2018/06/14/the-dividing-peak-of-restoration.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/14/the-will-of-god-and-thanksgiving.html b/archive-source/blog/2018/06/14/the-will-of-god-and-thanksgiving.html index 5791e469..cac3c0f5 100644 --- a/archive-source/blog/2018/06/14/the-will-of-god-and-thanksgiving.html +++ b/archive-source/blog/2018/06/14/the-will-of-god-and-thanksgiving.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/address-at-the-eighth-anniversary-of-the-777-couples-blessing.html b/archive-source/blog/2018/06/16/address-at-the-eighth-anniversary-of-the-777-couples-blessing.html index 81160cf2..a303a82f 100644 --- a/archive-source/blog/2018/06/16/address-at-the-eighth-anniversary-of-the-777-couples-blessing.html +++ b/archive-source/blog/2018/06/16/address-at-the-eighth-anniversary-of-the-777-couples-blessing.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/breaking-the-barrier.html b/archive-source/blog/2018/06/16/breaking-the-barrier.html index 2d9cb4cd..3bf5f0ea 100644 --- a/archive-source/blog/2018/06/16/breaking-the-barrier.html +++ b/archive-source/blog/2018/06/16/breaking-the-barrier.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/crossroads-of-life-and-death.html b/archive-source/blog/2018/06/16/crossroads-of-life-and-death.html index a64f7111..91783fa9 100644 --- a/archive-source/blog/2018/06/16/crossroads-of-life-and-death.html +++ b/archive-source/blog/2018/06/16/crossroads-of-life-and-death.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/for-the-future.html b/archive-source/blog/2018/06/16/for-the-future.html index ffb7a795..faa031e0 100644 --- a/archive-source/blog/2018/06/16/for-the-future.html +++ b/archive-source/blog/2018/06/16/for-the-future.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/heavy-burden.html b/archive-source/blog/2018/06/16/heavy-burden.html index 8ac5df3e..b7a18f59 100644 --- a/archive-source/blog/2018/06/16/heavy-burden.html +++ b/archive-source/blog/2018/06/16/heavy-burden.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/history-and-our-responsibility.html b/archive-source/blog/2018/06/16/history-and-our-responsibility.html index d44f115f..5a7ede27 100644 --- a/archive-source/blog/2018/06/16/history-and-our-responsibility.html +++ b/archive-source/blog/2018/06/16/history-and-our-responsibility.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/how-to-gain-spiritual-help.html b/archive-source/blog/2018/06/16/how-to-gain-spiritual-help.html index ab07d301..0c7d346a 100644 --- a/archive-source/blog/2018/06/16/how-to-gain-spiritual-help.html +++ b/archive-source/blog/2018/06/16/how-to-gain-spiritual-help.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/how-we-are-born-again.html b/archive-source/blog/2018/06/16/how-we-are-born-again.html index a0395e96..415b2a2d 100644 --- a/archive-source/blog/2018/06/16/how-we-are-born-again.html +++ b/archive-source/blog/2018/06/16/how-we-are-born-again.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/i-proclaim-that-i-know.html b/archive-source/blog/2018/06/16/i-proclaim-that-i-know.html index c8e9cb3e..c87626f5 100644 --- a/archive-source/blog/2018/06/16/i-proclaim-that-i-know.html +++ b/archive-source/blog/2018/06/16/i-proclaim-that-i-know.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/let-us-be-grateful.html b/archive-source/blog/2018/06/16/let-us-be-grateful.html index 03a10b4e..156e617f 100644 --- a/archive-source/blog/2018/06/16/let-us-be-grateful.html +++ b/archive-source/blog/2018/06/16/let-us-be-grateful.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/mainstream-of-the-dispensation-of-god.html b/archive-source/blog/2018/06/16/mainstream-of-the-dispensation-of-god.html index 3a651fa9..46ad9f2c 100644 --- a/archive-source/blog/2018/06/16/mainstream-of-the-dispensation-of-god.html +++ b/archive-source/blog/2018/06/16/mainstream-of-the-dispensation-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/may-the-fatherland-shine-forth.html b/archive-source/blog/2018/06/16/may-the-fatherland-shine-forth.html index 46882b6d..4d4ca61b 100644 --- a/archive-source/blog/2018/06/16/may-the-fatherland-shine-forth.html +++ b/archive-source/blog/2018/06/16/may-the-fatherland-shine-forth.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/my-life.html b/archive-source/blog/2018/06/16/my-life.html index 2ab19008..41e30ba0 100644 --- a/archive-source/blog/2018/06/16/my-life.html +++ b/archive-source/blog/2018/06/16/my-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/one-age-one-generation.html b/archive-source/blog/2018/06/16/one-age-one-generation.html index 4819a05c..cd9a6c9f 100644 --- a/archive-source/blog/2018/06/16/one-age-one-generation.html +++ b/archive-source/blog/2018/06/16/one-age-one-generation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/parents-day-2.html b/archive-source/blog/2018/06/16/parents-day-2.html index 139459f9..7bbb6651 100644 --- a/archive-source/blog/2018/06/16/parents-day-2.html +++ b/archive-source/blog/2018/06/16/parents-day-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/perseverance-and-contemplation.html b/archive-source/blog/2018/06/16/perseverance-and-contemplation.html index 43a8ea6e..3e0f6df4 100644 --- a/archive-source/blog/2018/06/16/perseverance-and-contemplation.html +++ b/archive-source/blog/2018/06/16/perseverance-and-contemplation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/preparation-for-blessing-i.html b/archive-source/blog/2018/06/16/preparation-for-blessing-i.html index 2bbff6a3..54e0553b 100644 --- a/archive-source/blog/2018/06/16/preparation-for-blessing-i.html +++ b/archive-source/blog/2018/06/16/preparation-for-blessing-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/preparation-for-blessing-ii.html b/archive-source/blog/2018/06/16/preparation-for-blessing-ii.html index f11d8078..741c9a02 100644 --- a/archive-source/blog/2018/06/16/preparation-for-blessing-ii.html +++ b/archive-source/blog/2018/06/16/preparation-for-blessing-ii.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/resurrected-kingdom-of-god.html b/archive-source/blog/2018/06/16/resurrected-kingdom-of-god.html index f506c605..a1c55825 100644 --- a/archive-source/blog/2018/06/16/resurrected-kingdom-of-god.html +++ b/archive-source/blog/2018/06/16/resurrected-kingdom-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/speech-to-the-one-world-crusade-europe.html b/archive-source/blog/2018/06/16/speech-to-the-one-world-crusade-europe.html index 81949ee5..768febcf 100644 --- a/archive-source/blog/2018/06/16/speech-to-the-one-world-crusade-europe.html +++ b/archive-source/blog/2018/06/16/speech-to-the-one-world-crusade-europe.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/spring.html b/archive-source/blog/2018/06/16/spring.html index 6f8d8288..d31eb6fa 100644 --- a/archive-source/blog/2018/06/16/spring.html +++ b/archive-source/blog/2018/06/16/spring.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-25th-year-of-the-unification-church.html b/archive-source/blog/2018/06/16/the-25th-year-of-the-unification-church.html index 5c95e3fc..56291c71 100644 --- a/archive-source/blog/2018/06/16/the-25th-year-of-the-unification-church.html +++ b/archive-source/blog/2018/06/16/the-25th-year-of-the-unification-church.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-age-of-new-dispensation.html b/archive-source/blog/2018/06/16/the-age-of-new-dispensation.html index 01393d84..a5805aaf 100644 --- a/archive-source/blog/2018/06/16/the-age-of-new-dispensation.html +++ b/archive-source/blog/2018/06/16/the-age-of-new-dispensation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-age-of-repentance.html b/archive-source/blog/2018/06/16/the-age-of-repentance.html index 33db184c..f827028c 100644 --- a/archive-source/blog/2018/06/16/the-age-of-repentance.html +++ b/archive-source/blog/2018/06/16/the-age-of-repentance.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-birth-of-jesus-and-the-consummation-of-gods-will.html b/archive-source/blog/2018/06/16/the-birth-of-jesus-and-the-consummation-of-gods-will.html index 29512bae..7c26626a 100644 --- a/archive-source/blog/2018/06/16/the-birth-of-jesus-and-the-consummation-of-gods-will.html +++ b/archive-source/blog/2018/06/16/the-birth-of-jesus-and-the-consummation-of-gods-will.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-burden-on-our-shoulders.html b/archive-source/blog/2018/06/16/the-burden-on-our-shoulders.html index 6722339d..eaf131a6 100644 --- a/archive-source/blog/2018/06/16/the-burden-on-our-shoulders.html +++ b/archive-source/blog/2018/06/16/the-burden-on-our-shoulders.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-completion-period-for-the-dispensation.html b/archive-source/blog/2018/06/16/the-completion-period-for-the-dispensation.html index 91d471c7..4a1fc3c2 100644 --- a/archive-source/blog/2018/06/16/the-completion-period-for-the-dispensation.html +++ b/archive-source/blog/2018/06/16/the-completion-period-for-the-dispensation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-day-of-all-things.html b/archive-source/blog/2018/06/16/the-day-of-all-things.html index ae47b3af..1f6f44f7 100644 --- a/archive-source/blog/2018/06/16/the-day-of-all-things.html +++ b/archive-source/blog/2018/06/16/the-day-of-all-things.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-glorious-sortie.html b/archive-source/blog/2018/06/16/the-glorious-sortie.html index 3550dc93..c6fed6e5 100644 --- a/archive-source/blog/2018/06/16/the-glorious-sortie.html +++ b/archive-source/blog/2018/06/16/the-glorious-sortie.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-go-world-brass-band.html b/archive-source/blog/2018/06/16/the-go-world-brass-band.html index 4f02e14c..f6fc37ba 100644 --- a/archive-source/blog/2018/06/16/the-go-world-brass-band.html +++ b/archive-source/blog/2018/06/16/the-go-world-brass-band.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-inheritance-of-love.html b/archive-source/blog/2018/06/16/the-inheritance-of-love.html index a0172a7b..037534b6 100644 --- a/archive-source/blog/2018/06/16/the-inheritance-of-love.html +++ b/archive-source/blog/2018/06/16/the-inheritance-of-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-path-of-the-chosen.html b/archive-source/blog/2018/06/16/the-path-of-the-chosen.html index 856b922e..d1ec2893 100644 --- a/archive-source/blog/2018/06/16/the-path-of-the-chosen.html +++ b/archive-source/blog/2018/06/16/the-path-of-the-chosen.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/the-start-of-the-40-day-witnessing-condition.html b/archive-source/blog/2018/06/16/the-start-of-the-40-day-witnessing-condition.html index 5ed056ff..80a71bbf 100644 --- a/archive-source/blog/2018/06/16/the-start-of-the-40-day-witnessing-condition.html +++ b/archive-source/blog/2018/06/16/the-start-of-the-40-day-witnessing-condition.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/time-and-our-destiny-relationship.html b/archive-source/blog/2018/06/16/time-and-our-destiny-relationship.html index 561ecfa9..37c3500e 100644 --- a/archive-source/blog/2018/06/16/time-and-our-destiny-relationship.html +++ b/archive-source/blog/2018/06/16/time-and-our-destiny-relationship.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/to-the-crusade.html b/archive-source/blog/2018/06/16/to-the-crusade.html index b2597e8d..2df457d3 100644 --- a/archive-source/blog/2018/06/16/to-the-crusade.html +++ b/archive-source/blog/2018/06/16/to-the-crusade.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/to-the-departing-seminarians.html b/archive-source/blog/2018/06/16/to-the-departing-seminarians.html index dbed663a..26606481 100644 --- a/archive-source/blog/2018/06/16/to-the-departing-seminarians.html +++ b/archive-source/blog/2018/06/16/to-the-departing-seminarians.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/to-the-matching-candidates.html b/archive-source/blog/2018/06/16/to-the-matching-candidates.html index 6cb33ed3..55376b7b 100644 --- a/archive-source/blog/2018/06/16/to-the-matching-candidates.html +++ b/archive-source/blog/2018/06/16/to-the-matching-candidates.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/victorious-sons-and-daughters.html b/archive-source/blog/2018/06/16/victorious-sons-and-daughters.html index d43321af..d4e4443a 100644 --- a/archive-source/blog/2018/06/16/victorious-sons-and-daughters.html +++ b/archive-source/blog/2018/06/16/victorious-sons-and-daughters.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/washington-monument.html b/archive-source/blog/2018/06/16/washington-monument.html index 711ee3ad..eb7d1d53 100644 --- a/archive-source/blog/2018/06/16/washington-monument.html +++ b/archive-source/blog/2018/06/16/washington-monument.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/we-who-have-been-called-to-do-gods-work.html b/archive-source/blog/2018/06/16/we-who-have-been-called-to-do-gods-work.html index 8b5930ca..572df550 100644 --- a/archive-source/blog/2018/06/16/we-who-have-been-called-to-do-gods-work.html +++ b/archive-source/blog/2018/06/16/we-who-have-been-called-to-do-gods-work.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/when-are-we-satisfied.html b/archive-source/blog/2018/06/16/when-are-we-satisfied.html index c4a4fd69..37fabc10 100644 --- a/archive-source/blog/2018/06/16/when-are-we-satisfied.html +++ b/archive-source/blog/2018/06/16/when-are-we-satisfied.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/where-do-we-go.html b/archive-source/blog/2018/06/16/where-do-we-go.html index 99de9a2a..0a69c077 100644 --- a/archive-source/blog/2018/06/16/where-do-we-go.html +++ b/archive-source/blog/2018/06/16/where-do-we-go.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/where-god-resides-and-his-course.html b/archive-source/blog/2018/06/16/where-god-resides-and-his-course.html index 3b980dc3..5e0f4789 100644 --- a/archive-source/blog/2018/06/16/where-god-resides-and-his-course.html +++ b/archive-source/blog/2018/06/16/where-god-resides-and-his-course.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/16/yesterdays-and-today.html b/archive-source/blog/2018/06/16/yesterdays-and-today.html index 25307aec..260b9c74 100644 --- a/archive-source/blog/2018/06/16/yesterdays-and-today.html +++ b/archive-source/blog/2018/06/16/yesterdays-and-today.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/eternal-happiness.html b/archive-source/blog/2018/06/18/eternal-happiness.html index 5aad874a..deb94685 100644 --- a/archive-source/blog/2018/06/18/eternal-happiness.html +++ b/archive-source/blog/2018/06/18/eternal-happiness.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/home-church-and-the-battle-of-love.html b/archive-source/blog/2018/06/18/home-church-and-the-battle-of-love.html index 79954f2d..b75aae14 100644 --- a/archive-source/blog/2018/06/18/home-church-and-the-battle-of-love.html +++ b/archive-source/blog/2018/06/18/home-church-and-the-battle-of-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/home-church-and-the-completion-of-the-kingdom-of-heaven.html b/archive-source/blog/2018/06/18/home-church-and-the-completion-of-the-kingdom-of-heaven.html index 9516df90..c006b6c1 100644 --- a/archive-source/blog/2018/06/18/home-church-and-the-completion-of-the-kingdom-of-heaven.html +++ b/archive-source/blog/2018/06/18/home-church-and-the-completion-of-the-kingdom-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/let-us-restore-our-homeland-and-fatherland.html b/archive-source/blog/2018/06/18/let-us-restore-our-homeland-and-fatherland.html index 1e877950..3bef29e5 100644 --- a/archive-source/blog/2018/06/18/let-us-restore-our-homeland-and-fatherland.html +++ b/archive-source/blog/2018/06/18/let-us-restore-our-homeland-and-fatherland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/our-position.html b/archive-source/blog/2018/06/18/our-position.html index 088b495e..e2e017d6 100644 --- a/archive-source/blog/2018/06/18/our-position.html +++ b/archive-source/blog/2018/06/18/our-position.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/restored-family.html b/archive-source/blog/2018/06/18/restored-family.html index 2d467e04..69dbdac2 100644 --- a/archive-source/blog/2018/06/18/restored-family.html +++ b/archive-source/blog/2018/06/18/restored-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/the-first-day-and-our-lifetime.html b/archive-source/blog/2018/06/18/the-first-day-and-our-lifetime.html index 77b15e11..368a8717 100644 --- a/archive-source/blog/2018/06/18/the-first-day-and-our-lifetime.html +++ b/archive-source/blog/2018/06/18/the-first-day-and-our-lifetime.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/the-present-time.html b/archive-source/blog/2018/06/18/the-present-time.html index 03e0b6c8..776cdfb9 100644 --- a/archive-source/blog/2018/06/18/the-present-time.html +++ b/archive-source/blog/2018/06/18/the-present-time.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/the-sound-of-the-bell-of-the-mind.html b/archive-source/blog/2018/06/18/the-sound-of-the-bell-of-the-mind.html index 36f07ce3..79978c57 100644 --- a/archive-source/blog/2018/06/18/the-sound-of-the-bell-of-the-mind.html +++ b/archive-source/blog/2018/06/18/the-sound-of-the-bell-of-the-mind.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/unification-church-and-heavenly-law.html b/archive-source/blog/2018/06/18/unification-church-and-heavenly-law.html index 2ee518e9..09581ba1 100644 --- a/archive-source/blog/2018/06/18/unification-church-and-heavenly-law.html +++ b/archive-source/blog/2018/06/18/unification-church-and-heavenly-law.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/18/what-shall-we-do.html b/archive-source/blog/2018/06/18/what-shall-we-do.html index f715d2ff..f09ec0d6 100644 --- a/archive-source/blog/2018/06/18/what-shall-we-do.html +++ b/archive-source/blog/2018/06/18/what-shall-we-do.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/25th-anniversary-of-the-unification-church.html b/archive-source/blog/2018/06/19/25th-anniversary-of-the-unification-church.html index d871fd46..f2eb8148 100644 --- a/archive-source/blog/2018/06/19/25th-anniversary-of-the-unification-church.html +++ b/archive-source/blog/2018/06/19/25th-anniversary-of-the-unification-church.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/abels-right-path-from-the-providential-point-of-view.html b/archive-source/blog/2018/06/19/abels-right-path-from-the-providential-point-of-view.html index 3d06e4a2..e3effd4a 100644 --- a/archive-source/blog/2018/06/19/abels-right-path-from-the-providential-point-of-view.html +++ b/archive-source/blog/2018/06/19/abels-right-path-from-the-providential-point-of-view.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/childrens-day-and-tradition.html b/archive-source/blog/2018/06/19/childrens-day-and-tradition.html index 192e7b2d..318feafa 100644 --- a/archive-source/blog/2018/06/19/childrens-day-and-tradition.html +++ b/archive-source/blog/2018/06/19/childrens-day-and-tradition.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/day-of-all-things.html b/archive-source/blog/2018/06/19/day-of-all-things.html index dd7f2a73..beb3c755 100644 --- a/archive-source/blog/2018/06/19/day-of-all-things.html +++ b/archive-source/blog/2018/06/19/day-of-all-things.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/day-of-the-victory-of-heaven.html b/archive-source/blog/2018/06/19/day-of-the-victory-of-heaven.html index 48914414..24c30eb1 100644 --- a/archive-source/blog/2018/06/19/day-of-the-victory-of-heaven.html +++ b/archive-source/blog/2018/06/19/day-of-the-victory-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/do-not-be-discouraged.html b/archive-source/blog/2018/06/19/do-not-be-discouraged.html index 054ddad2..75e34566 100644 --- a/archive-source/blog/2018/06/19/do-not-be-discouraged.html +++ b/archive-source/blog/2018/06/19/do-not-be-discouraged.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/god-of-lamentation.html b/archive-source/blog/2018/06/19/god-of-lamentation.html index 4f7fe9a4..23269427 100644 --- a/archive-source/blog/2018/06/19/god-of-lamentation.html +++ b/archive-source/blog/2018/06/19/god-of-lamentation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/heaven-and-us.html b/archive-source/blog/2018/06/19/heaven-and-us.html index e263583e..2a11fa22 100644 --- a/archive-source/blog/2018/06/19/heaven-and-us.html +++ b/archive-source/blog/2018/06/19/heaven-and-us.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/historical-view-of-the-dispensation.html b/archive-source/blog/2018/06/19/historical-view-of-the-dispensation.html index f2845e57..9705f9fe 100644 --- a/archive-source/blog/2018/06/19/historical-view-of-the-dispensation.html +++ b/archive-source/blog/2018/06/19/historical-view-of-the-dispensation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/house-of-providence.html b/archive-source/blog/2018/06/19/house-of-providence.html index 2cda3f6a..0867073c 100644 --- a/archive-source/blog/2018/06/19/house-of-providence.html +++ b/archive-source/blog/2018/06/19/house-of-providence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/ideal-home.html b/archive-source/blog/2018/06/19/ideal-home.html index 409e71ec..baee8c17 100644 --- a/archive-source/blog/2018/06/19/ideal-home.html +++ b/archive-source/blog/2018/06/19/ideal-home.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/let-us-analyze-ourselves.html b/archive-source/blog/2018/06/19/let-us-analyze-ourselves.html index 2fb4bc9a..a6a8960c 100644 --- a/archive-source/blog/2018/06/19/let-us-analyze-ourselves.html +++ b/archive-source/blog/2018/06/19/let-us-analyze-ourselves.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/let-us-know-ourselves.html b/archive-source/blog/2018/06/19/let-us-know-ourselves.html index 6b606388..acac353c 100644 --- a/archive-source/blog/2018/06/19/let-us-know-ourselves.html +++ b/archive-source/blog/2018/06/19/let-us-know-ourselves.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/let-us-think.html b/archive-source/blog/2018/06/19/let-us-think.html index 7badf6c1..a58fc52a 100644 --- a/archive-source/blog/2018/06/19/let-us-think.html +++ b/archive-source/blog/2018/06/19/let-us-think.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/mankind-and-the-ideal-world.html b/archive-source/blog/2018/06/19/mankind-and-the-ideal-world.html index c721a690..03f78077 100644 --- a/archive-source/blog/2018/06/19/mankind-and-the-ideal-world.html +++ b/archive-source/blog/2018/06/19/mankind-and-the-ideal-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/men-of-god.html b/archive-source/blog/2018/06/19/men-of-god.html index 1188a59f..17b64d0b 100644 --- a/archive-source/blog/2018/06/19/men-of-god.html +++ b/archive-source/blog/2018/06/19/men-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/our-one-life.html b/archive-source/blog/2018/06/19/our-one-life.html index 21945fd8..087af87f 100644 --- a/archive-source/blog/2018/06/19/our-one-life.html +++ b/archive-source/blog/2018/06/19/our-one-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/our-present-position.html b/archive-source/blog/2018/06/19/our-present-position.html index 1e32e2a2..bd3179ea 100644 --- a/archive-source/blog/2018/06/19/our-present-position.html +++ b/archive-source/blog/2018/06/19/our-present-position.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/record-setter-of-history.html b/archive-source/blog/2018/06/19/record-setter-of-history.html index c340564b..639639b9 100644 --- a/archive-source/blog/2018/06/19/record-setter-of-history.html +++ b/archive-source/blog/2018/06/19/record-setter-of-history.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/reflection-upon-life.html b/archive-source/blog/2018/06/19/reflection-upon-life.html index 476ac9a0..da0409cb 100644 --- a/archive-source/blog/2018/06/19/reflection-upon-life.html +++ b/archive-source/blog/2018/06/19/reflection-upon-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/return-to-hometown.html b/archive-source/blog/2018/06/19/return-to-hometown.html index 689ea383..b05c9986 100644 --- a/archive-source/blog/2018/06/19/return-to-hometown.html +++ b/archive-source/blog/2018/06/19/return-to-hometown.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/spring-season-of-the-providence.html b/archive-source/blog/2018/06/19/spring-season-of-the-providence.html index 08014cd0..04791a1d 100644 --- a/archive-source/blog/2018/06/19/spring-season-of-the-providence.html +++ b/archive-source/blog/2018/06/19/spring-season-of-the-providence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/territory-of-goodness.html b/archive-source/blog/2018/06/19/territory-of-goodness.html index bbad2ba6..5006c802 100644 --- a/archive-source/blog/2018/06/19/territory-of-goodness.html +++ b/archive-source/blog/2018/06/19/territory-of-goodness.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/thanksgiving-to-gods-will.html b/archive-source/blog/2018/06/19/thanksgiving-to-gods-will.html index bb146171..7b693fc2 100644 --- a/archive-source/blog/2018/06/19/thanksgiving-to-gods-will.html +++ b/archive-source/blog/2018/06/19/thanksgiving-to-gods-will.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/the-contrast-between-secular-people-and-us.html b/archive-source/blog/2018/06/19/the-contrast-between-secular-people-and-us.html index 366edb2a..7060aaab 100644 --- a/archive-source/blog/2018/06/19/the-contrast-between-secular-people-and-us.html +++ b/archive-source/blog/2018/06/19/the-contrast-between-secular-people-and-us.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/the-importance-of-prayer.html b/archive-source/blog/2018/06/19/the-importance-of-prayer.html index d47bd97e..42401b63 100644 --- a/archive-source/blog/2018/06/19/the-importance-of-prayer.html +++ b/archive-source/blog/2018/06/19/the-importance-of-prayer.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/the-mission-of-our-life.html b/archive-source/blog/2018/06/19/the-mission-of-our-life.html index 4ed09ec2..26196945 100644 --- a/archive-source/blog/2018/06/19/the-mission-of-our-life.html +++ b/archive-source/blog/2018/06/19/the-mission-of-our-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/the-original-base-of-cosmic-completion.html b/archive-source/blog/2018/06/19/the-original-base-of-cosmic-completion.html index bcfc0555..9f02c6d2 100644 --- a/archive-source/blog/2018/06/19/the-original-base-of-cosmic-completion.html +++ b/archive-source/blog/2018/06/19/the-original-base-of-cosmic-completion.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/the-true-meaning-of-christmas.html b/archive-source/blog/2018/06/19/the-true-meaning-of-christmas.html index 33cafc4c..ce15ce9d 100644 --- a/archive-source/blog/2018/06/19/the-true-meaning-of-christmas.html +++ b/archive-source/blog/2018/06/19/the-true-meaning-of-christmas.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/the-trust-placed-in-us.html b/archive-source/blog/2018/06/19/the-trust-placed-in-us.html index 1a9188c1..5d714a8a 100644 --- a/archive-source/blog/2018/06/19/the-trust-placed-in-us.html +++ b/archive-source/blog/2018/06/19/the-trust-placed-in-us.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/the-way-of-prosperity-and-defeat.html b/archive-source/blog/2018/06/19/the-way-of-prosperity-and-defeat.html index c0ff77d5..ed680a50 100644 --- a/archive-source/blog/2018/06/19/the-way-of-prosperity-and-defeat.html +++ b/archive-source/blog/2018/06/19/the-way-of-prosperity-and-defeat.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/true-couple.html b/archive-source/blog/2018/06/19/true-couple.html index 8237362f..9f03beb6 100644 --- a/archive-source/blog/2018/06/19/true-couple.html +++ b/archive-source/blog/2018/06/19/true-couple.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/true-parents-day-and-our-family.html b/archive-source/blog/2018/06/19/true-parents-day-and-our-family.html index 4024ab29..0296afc0 100644 --- a/archive-source/blog/2018/06/19/true-parents-day-and-our-family.html +++ b/archive-source/blog/2018/06/19/true-parents-day-and-our-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/19/what-kind-of-thought-do-you-have.html b/archive-source/blog/2018/06/19/what-kind-of-thought-do-you-have.html index 67818cc2..52419968 100644 --- a/archive-source/blog/2018/06/19/what-kind-of-thought-do-you-have.html +++ b/archive-source/blog/2018/06/19/what-kind-of-thought-do-you-have.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/christmas-in-view-of-the-will-of-god.html b/archive-source/blog/2018/06/20/christmas-in-view-of-the-will-of-god.html index e1cfac48..ea84d252 100644 --- a/archive-source/blog/2018/06/20/christmas-in-view-of-the-will-of-god.html +++ b/archive-source/blog/2018/06/20/christmas-in-view-of-the-will-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/core-love-and-indemnity.html b/archive-source/blog/2018/06/20/core-love-and-indemnity.html index 13469076..945c1d4e 100644 --- a/archive-source/blog/2018/06/20/core-love-and-indemnity.html +++ b/archive-source/blog/2018/06/20/core-love-and-indemnity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/cross-over-the-boundary.html b/archive-source/blog/2018/06/20/cross-over-the-boundary.html index 3f1fb361..ad7921b9 100644 --- a/archive-source/blog/2018/06/20/cross-over-the-boundary.html +++ b/archive-source/blog/2018/06/20/cross-over-the-boundary.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/day-of-all-things-2.html b/archive-source/blog/2018/06/20/day-of-all-things-2.html index 1840c79e..b3f73640 100644 --- a/archive-source/blog/2018/06/20/day-of-all-things-2.html +++ b/archive-source/blog/2018/06/20/day-of-all-things-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/gods-day-and-my-congratulations.html b/archive-source/blog/2018/06/20/gods-day-and-my-congratulations.html index ce6dc4d9..64afb494 100644 --- a/archive-source/blog/2018/06/20/gods-day-and-my-congratulations.html +++ b/archive-source/blog/2018/06/20/gods-day-and-my-congratulations.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/grateful-gods-day.html b/archive-source/blog/2018/06/20/grateful-gods-day.html index a0919845..3ea1fa1a 100644 --- a/archive-source/blog/2018/06/20/grateful-gods-day.html +++ b/archive-source/blog/2018/06/20/grateful-gods-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/historical-childrens-day.html b/archive-source/blog/2018/06/20/historical-childrens-day.html index fe11e79a..adc3bbfd 100644 --- a/archive-source/blog/2018/06/20/historical-childrens-day.html +++ b/archive-source/blog/2018/06/20/historical-childrens-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/historical-standard-of-indemnity.html b/archive-source/blog/2018/06/20/historical-standard-of-indemnity.html index a989ee13..7723d7f8 100644 --- a/archive-source/blog/2018/06/20/historical-standard-of-indemnity.html +++ b/archive-source/blog/2018/06/20/historical-standard-of-indemnity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/history-of-the-providence-through-restoration-by-indemnity.html b/archive-source/blog/2018/06/20/history-of-the-providence-through-restoration-by-indemnity.html index fd46dfba..e9e9b42e 100644 --- a/archive-source/blog/2018/06/20/history-of-the-providence-through-restoration-by-indemnity.html +++ b/archive-source/blog/2018/06/20/history-of-the-providence-through-restoration-by-indemnity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/home-church-and-myself.html b/archive-source/blog/2018/06/20/home-church-and-myself.html index ab62a91a..a465a5ef 100644 --- a/archive-source/blog/2018/06/20/home-church-and-myself.html +++ b/archive-source/blog/2018/06/20/home-church-and-myself.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/home-church-is-my-kingdom-of-heaven.html b/archive-source/blog/2018/06/20/home-church-is-my-kingdom-of-heaven.html index b69088e8..8f49e06f 100644 --- a/archive-source/blog/2018/06/20/home-church-is-my-kingdom-of-heaven.html +++ b/archive-source/blog/2018/06/20/home-church-is-my-kingdom-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/home-church-is-the-base-of-the-kingdom-of-heaven.html b/archive-source/blog/2018/06/20/home-church-is-the-base-of-the-kingdom-of-heaven.html index 4764c148..95571a38 100644 --- a/archive-source/blog/2018/06/20/home-church-is-the-base-of-the-kingdom-of-heaven.html +++ b/archive-source/blog/2018/06/20/home-church-is-the-base-of-the-kingdom-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/i-am-the-center-of-the-whole.html b/archive-source/blog/2018/06/20/i-am-the-center-of-the-whole.html index 34af1382..2946a744 100644 --- a/archive-source/blog/2018/06/20/i-am-the-center-of-the-whole.html +++ b/archive-source/blog/2018/06/20/i-am-the-center-of-the-whole.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/ideal-nation-of-god.html b/archive-source/blog/2018/06/20/ideal-nation-of-god.html index b4a856f5..eff5f236 100644 --- a/archive-source/blog/2018/06/20/ideal-nation-of-god.html +++ b/archive-source/blog/2018/06/20/ideal-nation-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/individual-course-of-life.html b/archive-source/blog/2018/06/20/individual-course-of-life.html index 1ea38b7b..fae1347a 100644 --- a/archive-source/blog/2018/06/20/individual-course-of-life.html +++ b/archive-source/blog/2018/06/20/individual-course-of-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/let-us-give-thanks.html b/archive-source/blog/2018/06/20/let-us-give-thanks.html index 662f17a1..71a97fa9 100644 --- a/archive-source/blog/2018/06/20/let-us-give-thanks.html +++ b/archive-source/blog/2018/06/20/let-us-give-thanks.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/let-us-set-the-record.html b/archive-source/blog/2018/06/20/let-us-set-the-record.html index fd8623f2..b083ce0a 100644 --- a/archive-source/blog/2018/06/20/let-us-set-the-record.html +++ b/archive-source/blog/2018/06/20/let-us-set-the-record.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/life-of-experience-in-the-realm-of-heart.html b/archive-source/blog/2018/06/20/life-of-experience-in-the-realm-of-heart.html index a3ca17c7..165e12b0 100644 --- a/archive-source/blog/2018/06/20/life-of-experience-in-the-realm-of-heart.html +++ b/archive-source/blog/2018/06/20/life-of-experience-in-the-realm-of-heart.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/line-of-limitation.html b/archive-source/blog/2018/06/20/line-of-limitation.html index 828db1c5..4a3dc7c5 100644 --- a/archive-source/blog/2018/06/20/line-of-limitation.html +++ b/archive-source/blog/2018/06/20/line-of-limitation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/liquidation-and-blessing.html b/archive-source/blog/2018/06/20/liquidation-and-blessing.html index ac11dcd3..c797e1d1 100644 --- a/archive-source/blog/2018/06/20/liquidation-and-blessing.html +++ b/archive-source/blog/2018/06/20/liquidation-and-blessing.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/myself.html b/archive-source/blog/2018/06/20/myself.html index ac288e30..7d2acb06 100644 --- a/archive-source/blog/2018/06/20/myself.html +++ b/archive-source/blog/2018/06/20/myself.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/noble-dream.html b/archive-source/blog/2018/06/20/noble-dream.html index 22d57830..51233d31 100644 --- a/archive-source/blog/2018/06/20/noble-dream.html +++ b/archive-source/blog/2018/06/20/noble-dream.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/our-duty-our-mission.html b/archive-source/blog/2018/06/20/our-duty-our-mission.html index 80bd6469..b724cd01 100644 --- a/archive-source/blog/2018/06/20/our-duty-our-mission.html +++ b/archive-source/blog/2018/06/20/our-duty-our-mission.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/our-identity.html b/archive-source/blog/2018/06/20/our-identity.html index cb52089e..137d5097 100644 --- a/archive-source/blog/2018/06/20/our-identity.html +++ b/archive-source/blog/2018/06/20/our-identity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/our-pride-2.html b/archive-source/blog/2018/06/20/our-pride-2.html index e6a75dca..fc951dc0 100644 --- a/archive-source/blog/2018/06/20/our-pride-2.html +++ b/archive-source/blog/2018/06/20/our-pride-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/our-standard.html b/archive-source/blog/2018/06/20/our-standard.html index c324dd54..014ed6e1 100644 --- a/archive-source/blog/2018/06/20/our-standard.html +++ b/archive-source/blog/2018/06/20/our-standard.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/our-tradition.html b/archive-source/blog/2018/06/20/our-tradition.html index 687fb5d0..7e7cc358 100644 --- a/archive-source/blog/2018/06/20/our-tradition.html +++ b/archive-source/blog/2018/06/20/our-tradition.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/parents-day-and-this-age.html b/archive-source/blog/2018/06/20/parents-day-and-this-age.html index bada5955..a9eff7aa 100644 --- a/archive-source/blog/2018/06/20/parents-day-and-this-age.html +++ b/archive-source/blog/2018/06/20/parents-day-and-this-age.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/persecution-and-blessing.html b/archive-source/blog/2018/06/20/persecution-and-blessing.html index 88c4bdf2..0a59cdf8 100644 --- a/archive-source/blog/2018/06/20/persecution-and-blessing.html +++ b/archive-source/blog/2018/06/20/persecution-and-blessing.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/prayer.html b/archive-source/blog/2018/06/20/prayer.html index 8d5a6f40..f607616e 100644 --- a/archive-source/blog/2018/06/20/prayer.html +++ b/archive-source/blog/2018/06/20/prayer.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/searching-after-true-parents.html b/archive-source/blog/2018/06/20/searching-after-true-parents.html index 56e2a325..321ef9a9 100644 --- a/archive-source/blog/2018/06/20/searching-after-true-parents.html +++ b/archive-source/blog/2018/06/20/searching-after-true-parents.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/seeking-the-true-master.html b/archive-source/blog/2018/06/20/seeking-the-true-master.html index 7f4ca342..32fa0f16 100644 --- a/archive-source/blog/2018/06/20/seeking-the-true-master.html +++ b/archive-source/blog/2018/06/20/seeking-the-true-master.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/stony-path-of-death.html b/archive-source/blog/2018/06/20/stony-path-of-death.html index b13b4918..bca71ce2 100644 --- a/archive-source/blog/2018/06/20/stony-path-of-death.html +++ b/archive-source/blog/2018/06/20/stony-path-of-death.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-best-thing.html b/archive-source/blog/2018/06/20/the-best-thing.html index 1caf537f..210fbcd4 100644 --- a/archive-source/blog/2018/06/20/the-best-thing.html +++ b/archive-source/blog/2018/06/20/the-best-thing.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-center-and-my-position.html b/archive-source/blog/2018/06/20/the-center-and-my-position.html index 3fc2a835..e7c4c944 100644 --- a/archive-source/blog/2018/06/20/the-center-and-my-position.html +++ b/archive-source/blog/2018/06/20/the-center-and-my-position.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-completion-of-the-providence-and-parents-day.html b/archive-source/blog/2018/06/20/the-completion-of-the-providence-and-parents-day.html index 1d8e4a4a..c1dbb077 100644 --- a/archive-source/blog/2018/06/20/the-completion-of-the-providence-and-parents-day.html +++ b/archive-source/blog/2018/06/20/the-completion-of-the-providence-and-parents-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-day-of-the-victory-of-heaven-2.html b/archive-source/blog/2018/06/20/the-day-of-the-victory-of-heaven-2.html index 4b0533ba..e5712f2f 100644 --- a/archive-source/blog/2018/06/20/the-day-of-the-victory-of-heaven-2.html +++ b/archive-source/blog/2018/06/20/the-day-of-the-victory-of-heaven-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-dispensation-of-restoration-and-myself.html b/archive-source/blog/2018/06/20/the-dispensation-of-restoration-and-myself.html index 126c0e39..a060dd24 100644 --- a/archive-source/blog/2018/06/20/the-dispensation-of-restoration-and-myself.html +++ b/archive-source/blog/2018/06/20/the-dispensation-of-restoration-and-myself.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-necessity-of-prayer.html b/archive-source/blog/2018/06/20/the-necessity-of-prayer.html index a2043d57..4ff6e7b8 100644 --- a/archive-source/blog/2018/06/20/the-necessity-of-prayer.html +++ b/archive-source/blog/2018/06/20/the-necessity-of-prayer.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-public-and-private-way.html b/archive-source/blog/2018/06/20/the-public-and-private-way.html index fd13fdbb..177ee461 100644 --- a/archive-source/blog/2018/06/20/the-public-and-private-way.html +++ b/archive-source/blog/2018/06/20/the-public-and-private-way.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-realm-of-existence.html b/archive-source/blog/2018/06/20/the-realm-of-existence.html index d24f8958..d07af173 100644 --- a/archive-source/blog/2018/06/20/the-realm-of-existence.html +++ b/archive-source/blog/2018/06/20/the-realm-of-existence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-things-we-want-to-be-proud-of.html b/archive-source/blog/2018/06/20/the-things-we-want-to-be-proud-of.html index 38802f34..8e1ef846 100644 --- a/archive-source/blog/2018/06/20/the-things-we-want-to-be-proud-of.html +++ b/archive-source/blog/2018/06/20/the-things-we-want-to-be-proud-of.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-two-worlds-of-good-and-evil.html b/archive-source/blog/2018/06/20/the-two-worlds-of-good-and-evil.html index 11c309b8..c0711342 100644 --- a/archive-source/blog/2018/06/20/the-two-worlds-of-good-and-evil.html +++ b/archive-source/blog/2018/06/20/the-two-worlds-of-good-and-evil.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-victorious-day.html b/archive-source/blog/2018/06/20/the-victorious-day.html index 39a5cbd0..ac82219e 100644 --- a/archive-source/blog/2018/06/20/the-victorious-day.html +++ b/archive-source/blog/2018/06/20/the-victorious-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-way-of-original-form.html b/archive-source/blog/2018/06/20/the-way-of-original-form.html index 8e5220b5..0279d988 100644 --- a/archive-source/blog/2018/06/20/the-way-of-original-form.html +++ b/archive-source/blog/2018/06/20/the-way-of-original-form.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-way-of-tuna.html b/archive-source/blog/2018/06/20/the-way-of-tuna.html index 8e385ba9..6e8013c9 100644 --- a/archive-source/blog/2018/06/20/the-way-of-tuna.html +++ b/archive-source/blog/2018/06/20/the-way-of-tuna.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/the-world-of-good-and-evil-and-my-indemnity.html b/archive-source/blog/2018/06/20/the-world-of-good-and-evil-and-my-indemnity.html index 8aff5b45..a52feb79 100644 --- a/archive-source/blog/2018/06/20/the-world-of-good-and-evil-and-my-indemnity.html +++ b/archive-source/blog/2018/06/20/the-world-of-good-and-evil-and-my-indemnity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/things-that-are-important-to-you.html b/archive-source/blog/2018/06/20/things-that-are-important-to-you.html index 6ac8893f..0b7a3351 100644 --- a/archive-source/blog/2018/06/20/things-that-are-important-to-you.html +++ b/archive-source/blog/2018/06/20/things-that-are-important-to-you.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/thinking-back-historically.html b/archive-source/blog/2018/06/20/thinking-back-historically.html index b6428848..b3a436e5 100644 --- a/archive-source/blog/2018/06/20/thinking-back-historically.html +++ b/archive-source/blog/2018/06/20/thinking-back-historically.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/to-the-mft.html b/archive-source/blog/2018/06/20/to-the-mft.html index 9d43f89c..0d932442 100644 --- a/archive-source/blog/2018/06/20/to-the-mft.html +++ b/archive-source/blog/2018/06/20/to-the-mft.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/total-self-reevaluation.html b/archive-source/blog/2018/06/20/total-self-reevaluation.html index 7c3a0295..0bb3184c 100644 --- a/archive-source/blog/2018/06/20/total-self-reevaluation.html +++ b/archive-source/blog/2018/06/20/total-self-reevaluation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/true-parents-and-our-responsibility.html b/archive-source/blog/2018/06/20/true-parents-and-our-responsibility.html index 6a7c0c77..b63199cb 100644 --- a/archive-source/blog/2018/06/20/true-parents-and-our-responsibility.html +++ b/archive-source/blog/2018/06/20/true-parents-and-our-responsibility.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/true-parents-mission.html b/archive-source/blog/2018/06/20/true-parents-mission.html index ccbf9f1b..432c1be8 100644 --- a/archive-source/blog/2018/06/20/true-parents-mission.html +++ b/archive-source/blog/2018/06/20/true-parents-mission.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/wanting-to-live-in-the-kingdom-of-heaven.html b/archive-source/blog/2018/06/20/wanting-to-live-in-the-kingdom-of-heaven.html index c23561a8..b6ebbfe2 100644 --- a/archive-source/blog/2018/06/20/wanting-to-live-in-the-kingdom-of-heaven.html +++ b/archive-source/blog/2018/06/20/wanting-to-live-in-the-kingdom-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/20/who-is-god-and-who-am-i.html b/archive-source/blog/2018/06/20/who-is-god-and-who-am-i.html index c4edc7ba..7736ec52 100644 --- a/archive-source/blog/2018/06/20/who-is-god-and-who-am-i.html +++ b/archive-source/blog/2018/06/20/who-is-god-and-who-am-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/destiny-and-judgment.html b/archive-source/blog/2018/06/22/destiny-and-judgment.html index 606fbd0b..1a17b8d2 100644 --- a/archive-source/blog/2018/06/22/destiny-and-judgment.html +++ b/archive-source/blog/2018/06/22/destiny-and-judgment.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/everyone-is-heading-somewhere.html b/archive-source/blog/2018/06/22/everyone-is-heading-somewhere.html index 5121d3da..99bcf532 100644 --- a/archive-source/blog/2018/06/22/everyone-is-heading-somewhere.html +++ b/archive-source/blog/2018/06/22/everyone-is-heading-somewhere.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/god-and-my-home.html b/archive-source/blog/2018/06/22/god-and-my-home.html index 777a6412..d0008b38 100644 --- a/archive-source/blog/2018/06/22/god-and-my-home.html +++ b/archive-source/blog/2018/06/22/god-and-my-home.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/god-and-us.html b/archive-source/blog/2018/06/22/god-and-us.html index 9956dfe6..8b98e26d 100644 --- a/archive-source/blog/2018/06/22/god-and-us.html +++ b/archive-source/blog/2018/06/22/god-and-us.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/ideal-family-and-ideal-world.html b/archive-source/blog/2018/06/22/ideal-family-and-ideal-world.html index 8819b26e..e35b92c6 100644 --- a/archive-source/blog/2018/06/22/ideal-family-and-ideal-world.html +++ b/archive-source/blog/2018/06/22/ideal-family-and-ideal-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/in-the-presence-of-god.html b/archive-source/blog/2018/06/22/in-the-presence-of-god.html index ece84ea1..d3e34dd4 100644 --- a/archive-source/blog/2018/06/22/in-the-presence-of-god.html +++ b/archive-source/blog/2018/06/22/in-the-presence-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/let-us-protect-ourselves.html b/archive-source/blog/2018/06/22/let-us-protect-ourselves.html index 24f38745..54eef380 100644 --- a/archive-source/blog/2018/06/22/let-us-protect-ourselves.html +++ b/archive-source/blog/2018/06/22/let-us-protect-ourselves.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/public-life.html b/archive-source/blog/2018/06/22/public-life.html index 256cae70..70ea036f 100644 --- a/archive-source/blog/2018/06/22/public-life.html +++ b/archive-source/blog/2018/06/22/public-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/the-deep-desire-of-our-original-nature.html b/archive-source/blog/2018/06/22/the-deep-desire-of-our-original-nature.html index 03ce482a..c5c212de 100644 --- a/archive-source/blog/2018/06/22/the-deep-desire-of-our-original-nature.html +++ b/archive-source/blog/2018/06/22/the-deep-desire-of-our-original-nature.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/the-ideal-world-of-adam.html b/archive-source/blog/2018/06/22/the-ideal-world-of-adam.html index df496d8e..84df5e1d 100644 --- a/archive-source/blog/2018/06/22/the-ideal-world-of-adam.html +++ b/archive-source/blog/2018/06/22/the-ideal-world-of-adam.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/the-present-situation-centering-upon-the-will-of-god.html b/archive-source/blog/2018/06/22/the-present-situation-centering-upon-the-will-of-god.html index 51eda951..f2632bf2 100644 --- a/archive-source/blog/2018/06/22/the-present-situation-centering-upon-the-will-of-god.html +++ b/archive-source/blog/2018/06/22/the-present-situation-centering-upon-the-will-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/the-road-of-gods-will.html b/archive-source/blog/2018/06/22/the-road-of-gods-will.html index d1791309..47e27d64 100644 --- a/archive-source/blog/2018/06/22/the-road-of-gods-will.html +++ b/archive-source/blog/2018/06/22/the-road-of-gods-will.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/the-road-of-the-saint-and-the-righteous-man.html b/archive-source/blog/2018/06/22/the-road-of-the-saint-and-the-righteous-man.html index 154f8213..1670003a 100644 --- a/archive-source/blog/2018/06/22/the-road-of-the-saint-and-the-righteous-man.html +++ b/archive-source/blog/2018/06/22/the-road-of-the-saint-and-the-righteous-man.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/the-vibration-of-true-love.html b/archive-source/blog/2018/06/22/the-vibration-of-true-love.html index 6c60500e..b759acce 100644 --- a/archive-source/blog/2018/06/22/the-vibration-of-true-love.html +++ b/archive-source/blog/2018/06/22/the-vibration-of-true-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/the-victorious-person-and-the-defeated-person.html b/archive-source/blog/2018/06/22/the-victorious-person-and-the-defeated-person.html index ce1f27bb..a1ad7006 100644 --- a/archive-source/blog/2018/06/22/the-victorious-person-and-the-defeated-person.html +++ b/archive-source/blog/2018/06/22/the-victorious-person-and-the-defeated-person.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/total-completion-of-the-ideal.html b/archive-source/blog/2018/06/22/total-completion-of-the-ideal.html index 4efef079..d8111ea7 100644 --- a/archive-source/blog/2018/06/22/total-completion-of-the-ideal.html +++ b/archive-source/blog/2018/06/22/total-completion-of-the-ideal.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/true-parents-day.html b/archive-source/blog/2018/06/22/true-parents-day.html index dbfbe40e..7d21ab6d 100644 --- a/archive-source/blog/2018/06/22/true-parents-day.html +++ b/archive-source/blog/2018/06/22/true-parents-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/victory-and-peace.html b/archive-source/blog/2018/06/22/victory-and-peace.html index 69a85e0e..ab2d12e4 100644 --- a/archive-source/blog/2018/06/22/victory-and-peace.html +++ b/archive-source/blog/2018/06/22/victory-and-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/victory-of-god.html b/archive-source/blog/2018/06/22/victory-of-god.html index 47b46e01..cf0ac888 100644 --- a/archive-source/blog/2018/06/22/victory-of-god.html +++ b/archive-source/blog/2018/06/22/victory-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/victory-of-home-church-midnight-address.html b/archive-source/blog/2018/06/22/victory-of-home-church-midnight-address.html index e09b00dd..3515e31e 100644 --- a/archive-source/blog/2018/06/22/victory-of-home-church-midnight-address.html +++ b/archive-source/blog/2018/06/22/victory-of-home-church-midnight-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/22/victory-of-home-church-morning-address.html b/archive-source/blog/2018/06/22/victory-of-home-church-morning-address.html index 69dd2690..9d19148f 100644 --- a/archive-source/blog/2018/06/22/victory-of-home-church-morning-address.html +++ b/archive-source/blog/2018/06/22/victory-of-home-church-morning-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/about-myself.html b/archive-source/blog/2018/06/23/about-myself.html index c2a9fa63..ec496104 100644 --- a/archive-source/blog/2018/06/23/about-myself.html +++ b/archive-source/blog/2018/06/23/about-myself.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/absolute-values-and-the-new-cultural-revolution.html b/archive-source/blog/2018/06/23/absolute-values-and-the-new-cultural-revolution.html index 48ca13c0..4e018afc 100644 --- a/archive-source/blog/2018/06/23/absolute-values-and-the-new-cultural-revolution.html +++ b/archive-source/blog/2018/06/23/absolute-values-and-the-new-cultural-revolution.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/analysis-of-the-present-time-and-the-blessing.html b/archive-source/blog/2018/06/23/analysis-of-the-present-time-and-the-blessing.html index 1278b132..8daba761 100644 --- a/archive-source/blog/2018/06/23/analysis-of-the-present-time-and-the-blessing.html +++ b/archive-source/blog/2018/06/23/analysis-of-the-present-time-and-the-blessing.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/before-and-after-the-blessing.html b/archive-source/blog/2018/06/23/before-and-after-the-blessing.html index 91b6230d..ab189dc9 100644 --- a/archive-source/blog/2018/06/23/before-and-after-the-blessing.html +++ b/archive-source/blog/2018/06/23/before-and-after-the-blessing.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/blessed-family.html b/archive-source/blog/2018/06/23/blessed-family.html index a25a999b..3dee7494 100644 --- a/archive-source/blog/2018/06/23/blessed-family.html +++ b/archive-source/blog/2018/06/23/blessed-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/childrens-day-1982.html b/archive-source/blog/2018/06/23/childrens-day-1982.html index 2237a70c..90c900d6 100644 --- a/archive-source/blog/2018/06/23/childrens-day-1982.html +++ b/archive-source/blog/2018/06/23/childrens-day-1982.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/childrens-day-2.html b/archive-source/blog/2018/06/23/childrens-day-2.html index cd8d636f..ddaf9e6f 100644 --- a/archive-source/blog/2018/06/23/childrens-day-2.html +++ b/archive-source/blog/2018/06/23/childrens-day-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/creation-of-the-fatherland.html b/archive-source/blog/2018/06/23/creation-of-the-fatherland.html index 6deb570b..d02f5e97 100644 --- a/archive-source/blog/2018/06/23/creation-of-the-fatherland.html +++ b/archive-source/blog/2018/06/23/creation-of-the-fatherland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/day-of-all-things-1984.html b/archive-source/blog/2018/06/23/day-of-all-things-1984.html index 7e7441e8..0b0bcf1e 100644 --- a/archive-source/blog/2018/06/23/day-of-all-things-1984.html +++ b/archive-source/blog/2018/06/23/day-of-all-things-1984.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/day-of-heavenly-victory.html b/archive-source/blog/2018/06/23/day-of-heavenly-victory.html index cd275125..d5c5f5e0 100644 --- a/archive-source/blog/2018/06/23/day-of-heavenly-victory.html +++ b/archive-source/blog/2018/06/23/day-of-heavenly-victory.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/emergency-time-period.html b/archive-source/blog/2018/06/23/emergency-time-period.html index 34820e2f..efcb2852 100644 --- a/archive-source/blog/2018/06/23/emergency-time-period.html +++ b/archive-source/blog/2018/06/23/emergency-time-period.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/farewell-speech.html b/archive-source/blog/2018/06/23/farewell-speech.html index e1f57fac..bdddee9c 100644 --- a/archive-source/blog/2018/06/23/farewell-speech.html +++ b/archive-source/blog/2018/06/23/farewell-speech.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/final-world-centered-upon-good-and-evil.html b/archive-source/blog/2018/06/23/final-world-centered-upon-good-and-evil.html index 8aafbcf5..a2dc54c7 100644 --- a/archive-source/blog/2018/06/23/final-world-centered-upon-good-and-evil.html +++ b/archive-source/blog/2018/06/23/final-world-centered-upon-good-and-evil.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/generation-record-of-the-true-parents-love.html b/archive-source/blog/2018/06/23/generation-record-of-the-true-parents-love.html index c138ba60..e92478fc 100644 --- a/archive-source/blog/2018/06/23/generation-record-of-the-true-parents-love.html +++ b/archive-source/blog/2018/06/23/generation-record-of-the-true-parents-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/god-the-contemporary-discussion.html b/archive-source/blog/2018/06/23/god-the-contemporary-discussion.html index 2ded0d50..20a86dea 100644 --- a/archive-source/blog/2018/06/23/god-the-contemporary-discussion.html +++ b/archive-source/blog/2018/06/23/god-the-contemporary-discussion.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/gods-day-1983.html b/archive-source/blog/2018/06/23/gods-day-1983.html index 4b5b6178..858019ca 100644 --- a/archive-source/blog/2018/06/23/gods-day-1983.html +++ b/archive-source/blog/2018/06/23/gods-day-1983.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/gods-day-1984.html b/archive-source/blog/2018/06/23/gods-day-1984.html index 770cff8b..1d557db8 100644 --- a/archive-source/blog/2018/06/23/gods-day-1984.html +++ b/archive-source/blog/2018/06/23/gods-day-1984.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/heavenly-life.html b/archive-source/blog/2018/06/23/heavenly-life.html index 4e0538fe..37ffe16e 100644 --- a/archive-source/blog/2018/06/23/heavenly-life.html +++ b/archive-source/blog/2018/06/23/heavenly-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/heavens-side-and-satans-side.html b/archive-source/blog/2018/06/23/heavens-side-and-satans-side.html index 17029242..dc7aa6d8 100644 --- a/archive-source/blog/2018/06/23/heavens-side-and-satans-side.html +++ b/archive-source/blog/2018/06/23/heavens-side-and-satans-side.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/home-church-is-our-land-of-settlement.html b/archive-source/blog/2018/06/23/home-church-is-our-land-of-settlement.html index 46cffcb1..6e29adff 100644 --- a/archive-source/blog/2018/06/23/home-church-is-our-land-of-settlement.html +++ b/archive-source/blog/2018/06/23/home-church-is-our-land-of-settlement.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/in-search-of-our-home.html b/archive-source/blog/2018/06/23/in-search-of-our-home.html index 38457210..1e49e1ed 100644 --- a/archive-source/blog/2018/06/23/in-search-of-our-home.html +++ b/archive-source/blog/2018/06/23/in-search-of-our-home.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/let-this-be-a-good-year.html b/archive-source/blog/2018/06/23/let-this-be-a-good-year.html index 6f031c34..dcbb27c1 100644 --- a/archive-source/blog/2018/06/23/let-this-be-a-good-year.html +++ b/archive-source/blog/2018/06/23/let-this-be-a-good-year.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/let-us-go-over-the-hill.html b/archive-source/blog/2018/06/23/let-us-go-over-the-hill.html index 064332db..cf47394e 100644 --- a/archive-source/blog/2018/06/23/let-us-go-over-the-hill.html +++ b/archive-source/blog/2018/06/23/let-us-go-over-the-hill.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/love-forever.html b/archive-source/blog/2018/06/23/love-forever.html index c95ec245..2d08f89d 100644 --- a/archive-source/blog/2018/06/23/love-forever.html +++ b/archive-source/blog/2018/06/23/love-forever.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/master-guests-and-others.html b/archive-source/blog/2018/06/23/master-guests-and-others.html index 63356b66..bfdf4fe9 100644 --- a/archive-source/blog/2018/06/23/master-guests-and-others.html +++ b/archive-source/blog/2018/06/23/master-guests-and-others.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/mission-and-prayer.html b/archive-source/blog/2018/06/23/mission-and-prayer.html index 94c6c0e3..ba1899dc 100644 --- a/archive-source/blog/2018/06/23/mission-and-prayer.html +++ b/archive-source/blog/2018/06/23/mission-and-prayer.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/my-new-self.html b/archive-source/blog/2018/06/23/my-new-self.html index 6e6b094f..df7060eb 100644 --- a/archive-source/blog/2018/06/23/my-new-self.html +++ b/archive-source/blog/2018/06/23/my-new-self.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/myself-part-two.html b/archive-source/blog/2018/06/23/myself-part-two.html index 9f57f5e3..83478ee5 100644 --- a/archive-source/blog/2018/06/23/myself-part-two.html +++ b/archive-source/blog/2018/06/23/myself-part-two.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/new-family-given-by-god.html b/archive-source/blog/2018/06/23/new-family-given-by-god.html index af1a8beb..50078d03 100644 --- a/archive-source/blog/2018/06/23/new-family-given-by-god.html +++ b/archive-source/blog/2018/06/23/new-family-given-by-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/original-eden-centering-on-true-love.html b/archive-source/blog/2018/06/23/original-eden-centering-on-true-love.html index 46d8c654..3e64bf9f 100644 --- a/archive-source/blog/2018/06/23/original-eden-centering-on-true-love.html +++ b/archive-source/blog/2018/06/23/original-eden-centering-on-true-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/original-palace-of-utmost-happiness.html b/archive-source/blog/2018/06/23/original-palace-of-utmost-happiness.html index e14fb861..43205357 100644 --- a/archive-source/blog/2018/06/23/original-palace-of-utmost-happiness.html +++ b/archive-source/blog/2018/06/23/original-palace-of-utmost-happiness.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/original-race-from-one-lineage.html b/archive-source/blog/2018/06/23/original-race-from-one-lineage.html index 8f489ab5..ec1b50da 100644 --- a/archive-source/blog/2018/06/23/original-race-from-one-lineage.html +++ b/archive-source/blog/2018/06/23/original-race-from-one-lineage.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/original-root-and-self.html b/archive-source/blog/2018/06/23/original-root-and-self.html index 78aa498a..bf73ceb8 100644 --- a/archive-source/blog/2018/06/23/original-root-and-self.html +++ b/archive-source/blog/2018/06/23/original-root-and-self.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/original-way-of-gods-will.html b/archive-source/blog/2018/06/23/original-way-of-gods-will.html index d1b32ddd..f79b4d96 100644 --- a/archive-source/blog/2018/06/23/original-way-of-gods-will.html +++ b/archive-source/blog/2018/06/23/original-way-of-gods-will.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/original-world-and-present-world.html b/archive-source/blog/2018/06/23/original-world-and-present-world.html index 31b75062..12990a58 100644 --- a/archive-source/blog/2018/06/23/original-world-and-present-world.html +++ b/archive-source/blog/2018/06/23/original-world-and-present-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/our-basic-attitude.html b/archive-source/blog/2018/06/23/our-basic-attitude.html index 97603688..a2c2f321 100644 --- a/archive-source/blog/2018/06/23/our-basic-attitude.html +++ b/archive-source/blog/2018/06/23/our-basic-attitude.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/our-fatherland.html b/archive-source/blog/2018/06/23/our-fatherland.html index 3e859c22..ce1adf91 100644 --- a/archive-source/blog/2018/06/23/our-fatherland.html +++ b/archive-source/blog/2018/06/23/our-fatherland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/our-front-line.html b/archive-source/blog/2018/06/23/our-front-line.html index 133d180d..c0e992b4 100644 --- a/archive-source/blog/2018/06/23/our-front-line.html +++ b/archive-source/blog/2018/06/23/our-front-line.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/our-ideal-home-part-one.html b/archive-source/blog/2018/06/23/our-ideal-home-part-one.html index 9d71d6bc..8ff988e6 100644 --- a/archive-source/blog/2018/06/23/our-ideal-home-part-one.html +++ b/archive-source/blog/2018/06/23/our-ideal-home-part-one.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/our-ideal-home-part-three.html b/archive-source/blog/2018/06/23/our-ideal-home-part-three.html index 37b2a2cc..dc567c3c 100644 --- a/archive-source/blog/2018/06/23/our-ideal-home-part-three.html +++ b/archive-source/blog/2018/06/23/our-ideal-home-part-three.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/our-ideal-home-part-two.html b/archive-source/blog/2018/06/23/our-ideal-home-part-two.html index 16ec0cf1..03b0cd98 100644 --- a/archive-source/blog/2018/06/23/our-ideal-home-part-two.html +++ b/archive-source/blog/2018/06/23/our-ideal-home-part-two.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/our-pledge.html b/archive-source/blog/2018/06/23/our-pledge.html index f8da114f..cb732708 100644 --- a/archive-source/blog/2018/06/23/our-pledge.html +++ b/archive-source/blog/2018/06/23/our-pledge.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/our-position-from-now-on.html b/archive-source/blog/2018/06/23/our-position-from-now-on.html index fff8239b..5be5dc81 100644 --- a/archive-source/blog/2018/06/23/our-position-from-now-on.html +++ b/archive-source/blog/2018/06/23/our-position-from-now-on.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/parents-children-and-the-world-centered-upon-oneself.html b/archive-source/blog/2018/06/23/parents-children-and-the-world-centered-upon-oneself.html index a326eef4..2f5cf2ea 100644 --- a/archive-source/blog/2018/06/23/parents-children-and-the-world-centered-upon-oneself.html +++ b/archive-source/blog/2018/06/23/parents-children-and-the-world-centered-upon-oneself.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/parents-day-1984.html b/archive-source/blog/2018/06/23/parents-day-1984.html index afffcbaf..0b94cec0 100644 --- a/archive-source/blog/2018/06/23/parents-day-1984.html +++ b/archive-source/blog/2018/06/23/parents-day-1984.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/perfection-of-restoration-by-indemnity-through-human-responsibility.html b/archive-source/blog/2018/06/23/perfection-of-restoration-by-indemnity-through-human-responsibility.html index 9b94b624..8fab2614 100644 --- a/archive-source/blog/2018/06/23/perfection-of-restoration-by-indemnity-through-human-responsibility.html +++ b/archive-source/blog/2018/06/23/perfection-of-restoration-by-indemnity-through-human-responsibility.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/pinnacle-of-the-heavenly-universe.html b/archive-source/blog/2018/06/23/pinnacle-of-the-heavenly-universe.html index fda46f3b..80956ad0 100644 --- a/archive-source/blog/2018/06/23/pinnacle-of-the-heavenly-universe.html +++ b/archive-source/blog/2018/06/23/pinnacle-of-the-heavenly-universe.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/pure-way-of-truth-and-public-righteousness.html b/archive-source/blog/2018/06/23/pure-way-of-truth-and-public-righteousness.html index 05d50a5b..a1d1c2ad 100644 --- a/archive-source/blog/2018/06/23/pure-way-of-truth-and-public-righteousness.html +++ b/archive-source/blog/2018/06/23/pure-way-of-truth-and-public-righteousness.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/standing-in-the-presence-of-god.html b/archive-source/blog/2018/06/23/standing-in-the-presence-of-god.html index 6824fa58..3f066def 100644 --- a/archive-source/blog/2018/06/23/standing-in-the-presence-of-god.html +++ b/archive-source/blog/2018/06/23/standing-in-the-presence-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/testimony-at-the-hearing-on-religious-freedom.html b/archive-source/blog/2018/06/23/testimony-at-the-hearing-on-religious-freedom.html index b1e02a91..c462bbcc 100644 --- a/archive-source/blog/2018/06/23/testimony-at-the-hearing-on-religious-freedom.html +++ b/archive-source/blog/2018/06/23/testimony-at-the-hearing-on-religious-freedom.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/textbook-of-love.html b/archive-source/blog/2018/06/23/textbook-of-love.html index ffb77f66..8c845119 100644 --- a/archive-source/blog/2018/06/23/textbook-of-love.html +++ b/archive-source/blog/2018/06/23/textbook-of-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-birth-of-a-new-providence.html b/archive-source/blog/2018/06/23/the-birth-of-a-new-providence.html index 56a62fba..cd00763a 100644 --- a/archive-source/blog/2018/06/23/the-birth-of-a-new-providence.html +++ b/archive-source/blog/2018/06/23/the-birth-of-a-new-providence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-center-of-responsibility-and-indemnity.html b/archive-source/blog/2018/06/23/the-center-of-responsibility-and-indemnity.html index bf224606..5ac9a903 100644 --- a/archive-source/blog/2018/06/23/the-center-of-responsibility-and-indemnity.html +++ b/archive-source/blog/2018/06/23/the-center-of-responsibility-and-indemnity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-day-of-all-things-1982.html b/archive-source/blog/2018/06/23/the-day-of-all-things-1982.html index 4034cb99..2ba9126a 100644 --- a/archive-source/blog/2018/06/23/the-day-of-all-things-1982.html +++ b/archive-source/blog/2018/06/23/the-day-of-all-things-1982.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-day-of-all-things-1983.html b/archive-source/blog/2018/06/23/the-day-of-all-things-1983.html index 91afb3ca..4d376bde 100644 --- a/archive-source/blog/2018/06/23/the-day-of-all-things-1983.html +++ b/archive-source/blog/2018/06/23/the-day-of-all-things-1983.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-day-of-the-love-of-god.html b/archive-source/blog/2018/06/23/the-day-of-the-love-of-god.html index dba792c4..9c378765 100644 --- a/archive-source/blog/2018/06/23/the-day-of-the-love-of-god.html +++ b/archive-source/blog/2018/06/23/the-day-of-the-love-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-harvest-season-for-gods-providence.html b/archive-source/blog/2018/06/23/the-harvest-season-for-gods-providence.html index 710c672a..62186c21 100644 --- a/archive-source/blog/2018/06/23/the-harvest-season-for-gods-providence.html +++ b/archive-source/blog/2018/06/23/the-harvest-season-for-gods-providence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-heavenly-possession.html b/archive-source/blog/2018/06/23/the-heavenly-possession.html index 125c46a7..7bbefb2e 100644 --- a/archive-source/blog/2018/06/23/the-heavenly-possession.html +++ b/archive-source/blog/2018/06/23/the-heavenly-possession.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-history-of-the-struggle-of-good-and-evil-and-oneself.html b/archive-source/blog/2018/06/23/the-history-of-the-struggle-of-good-and-evil-and-oneself.html index 6511faa2..600663cf 100644 --- a/archive-source/blog/2018/06/23/the-history-of-the-struggle-of-good-and-evil-and-oneself.html +++ b/archive-source/blog/2018/06/23/the-history-of-the-struggle-of-good-and-evil-and-oneself.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-necessity-for-the-day-of-victory-of-love.html b/archive-source/blog/2018/06/23/the-necessity-for-the-day-of-victory-of-love.html index b8018dc2..52a53683 100644 --- a/archive-source/blog/2018/06/23/the-necessity-for-the-day-of-victory-of-love.html +++ b/archive-source/blog/2018/06/23/the-necessity-for-the-day-of-victory-of-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-original-world-and-the-enemy-world.html b/archive-source/blog/2018/06/23/the-original-world-and-the-enemy-world.html index e44c28ed..ef36396a 100644 --- a/archive-source/blog/2018/06/23/the-original-world-and-the-enemy-world.html +++ b/archive-source/blog/2018/06/23/the-original-world-and-the-enemy-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-purpose-of-life-coming-and-going.html b/archive-source/blog/2018/06/23/the-purpose-of-life-coming-and-going.html index d4bf587a..b394dcaf 100644 --- a/archive-source/blog/2018/06/23/the-purpose-of-life-coming-and-going.html +++ b/archive-source/blog/2018/06/23/the-purpose-of-life-coming-and-going.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-secret-of-total-success.html b/archive-source/blog/2018/06/23/the-secret-of-total-success.html index 011cdf5d..34ce08a1 100644 --- a/archive-source/blog/2018/06/23/the-secret-of-total-success.html +++ b/archive-source/blog/2018/06/23/the-secret-of-total-success.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/the-way-god-is-pursuing.html b/archive-source/blog/2018/06/23/the-way-god-is-pursuing.html index e6f2dbf3..b81b314a 100644 --- a/archive-source/blog/2018/06/23/the-way-god-is-pursuing.html +++ b/archive-source/blog/2018/06/23/the-way-god-is-pursuing.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/thirtieth-anniversary-of-the-unification-church.html b/archive-source/blog/2018/06/23/thirtieth-anniversary-of-the-unification-church.html index 37a9296d..211cf1b0 100644 --- a/archive-source/blog/2018/06/23/thirtieth-anniversary-of-the-unification-church.html +++ b/archive-source/blog/2018/06/23/thirtieth-anniversary-of-the-unification-church.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/true-man-true-church-true-country.html b/archive-source/blog/2018/06/23/true-man-true-church-true-country.html index e1e797d4..eb75d8df 100644 --- a/archive-source/blog/2018/06/23/true-man-true-church-true-country.html +++ b/archive-source/blog/2018/06/23/true-man-true-church-true-country.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/true-way-of-life.html b/archive-source/blog/2018/06/23/true-way-of-life.html index 0d0a113d..52b45ed1 100644 --- a/archive-source/blog/2018/06/23/true-way-of-life.html +++ b/archive-source/blog/2018/06/23/true-way-of-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/universality.html b/archive-source/blog/2018/06/23/universality.html index 8be61f54..8be8e783 100644 --- a/archive-source/blog/2018/06/23/universality.html +++ b/archive-source/blog/2018/06/23/universality.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/victor-throughout-three-ages.html b/archive-source/blog/2018/06/23/victor-throughout-three-ages.html index 5bbbab0b..10edadf4 100644 --- a/archive-source/blog/2018/06/23/victor-throughout-three-ages.html +++ b/archive-source/blog/2018/06/23/victor-throughout-three-ages.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/who-goes-the-way-of-indemnity.html b/archive-source/blog/2018/06/23/who-goes-the-way-of-indemnity.html index 4d0d357c..1ec6bab8 100644 --- a/archive-source/blog/2018/06/23/who-goes-the-way-of-indemnity.html +++ b/archive-source/blog/2018/06/23/who-goes-the-way-of-indemnity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/23/with-whom-shall-i-live.html b/archive-source/blog/2018/06/23/with-whom-shall-i-live.html index 2c68faa4..62674836 100644 --- a/archive-source/blog/2018/06/23/with-whom-shall-i-live.html +++ b/archive-source/blog/2018/06/23/with-whom-shall-i-live.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/absolute-values-and-the-new-cultural-revolution-2.html b/archive-source/blog/2018/06/24/absolute-values-and-the-new-cultural-revolution-2.html index 8cbdadbd..665a3415 100644 --- a/archive-source/blog/2018/06/24/absolute-values-and-the-new-cultural-revolution-2.html +++ b/archive-source/blog/2018/06/24/absolute-values-and-the-new-cultural-revolution-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/causa-seminar-speech.html b/archive-source/blog/2018/06/24/causa-seminar-speech.html index 5540dcff..64c2fd11 100644 --- a/archive-source/blog/2018/06/24/causa-seminar-speech.html +++ b/archive-source/blog/2018/06/24/causa-seminar-speech.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/creation-of-the-fatherland-and-gods-day.html b/archive-source/blog/2018/06/24/creation-of-the-fatherland-and-gods-day.html index 8c52460a..331af251 100644 --- a/archive-source/blog/2018/06/24/creation-of-the-fatherland-and-gods-day.html +++ b/archive-source/blog/2018/06/24/creation-of-the-fatherland-and-gods-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/highest-ownership.html b/archive-source/blog/2018/06/24/highest-ownership.html index 1a70e139..c3539b71 100644 --- a/archive-source/blog/2018/06/24/highest-ownership.html +++ b/archive-source/blog/2018/06/24/highest-ownership.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/holy-water-ceremony.html b/archive-source/blog/2018/06/24/holy-water-ceremony.html index 7331500b..2753e838 100644 --- a/archive-source/blog/2018/06/24/holy-water-ceremony.html +++ b/archive-source/blog/2018/06/24/holy-water-ceremony.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/ideal-home-church.html b/archive-source/blog/2018/06/24/ideal-home-church.html index c177ddb4..48e4fc72 100644 --- a/archive-source/blog/2018/06/24/ideal-home-church.html +++ b/archive-source/blog/2018/06/24/ideal-home-church.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/one-year-anniversary-of-the-seung-hwa-ceremony-of-heung-jin-moon.html b/archive-source/blog/2018/06/24/one-year-anniversary-of-the-seung-hwa-ceremony-of-heung-jin-moon.html index 25ccf78e..12d113f4 100644 --- a/archive-source/blog/2018/06/24/one-year-anniversary-of-the-seung-hwa-ceremony-of-heung-jin-moon.html +++ b/archive-source/blog/2018/06/24/one-year-anniversary-of-the-seung-hwa-ceremony-of-heung-jin-moon.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/parents-day-3.html b/archive-source/blog/2018/06/24/parents-day-3.html index b51fe019..0d2d18c7 100644 --- a/archive-source/blog/2018/06/24/parents-day-3.html +++ b/archive-source/blog/2018/06/24/parents-day-3.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/reflection-of-1986.html b/archive-source/blog/2018/06/24/reflection-of-1986.html index 9979bdfb..04f25141 100644 --- a/archive-source/blog/2018/06/24/reflection-of-1986.html +++ b/archive-source/blog/2018/06/24/reflection-of-1986.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/road-toward-the-ideal.html b/archive-source/blog/2018/06/24/road-toward-the-ideal.html index 346b438d..7800ef23 100644 --- a/archive-source/blog/2018/06/24/road-toward-the-ideal.html +++ b/archive-source/blog/2018/06/24/road-toward-the-ideal.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/the-building-and-creation-of-the-fatherland.html b/archive-source/blog/2018/06/24/the-building-and-creation-of-the-fatherland.html index 59496934..17908aff 100644 --- a/archive-source/blog/2018/06/24/the-building-and-creation-of-the-fatherland.html +++ b/archive-source/blog/2018/06/24/the-building-and-creation-of-the-fatherland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/the-day-of-all-things-2.html b/archive-source/blog/2018/06/24/the-day-of-all-things-2.html index 89d943ae..a8b09b6c 100644 --- a/archive-source/blog/2018/06/24/the-day-of-all-things-2.html +++ b/archive-source/blog/2018/06/24/the-day-of-all-things-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/the-day-of-the-victory-of-heaven-3.html b/archive-source/blog/2018/06/24/the-day-of-the-victory-of-heaven-3.html index b5fec8e5..856575fa 100644 --- a/archive-source/blog/2018/06/24/the-day-of-the-victory-of-heaven-3.html +++ b/archive-source/blog/2018/06/24/the-day-of-the-victory-of-heaven-3.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/the-future-of-the-religious-person.html b/archive-source/blog/2018/06/24/the-future-of-the-religious-person.html index 367af0f7..be922ffb 100644 --- a/archive-source/blog/2018/06/24/the-future-of-the-religious-person.html +++ b/archive-source/blog/2018/06/24/the-future-of-the-religious-person.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/the-globe-is-our-home.html b/archive-source/blog/2018/06/24/the-globe-is-our-home.html index 6930f282..de6f17f9 100644 --- a/archive-source/blog/2018/06/24/the-globe-is-our-home.html +++ b/archive-source/blog/2018/06/24/the-globe-is-our-home.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/the-glory-of-the-victor.html b/archive-source/blog/2018/06/24/the-glory-of-the-victor.html index 880299a9..3174f57d 100644 --- a/archive-source/blog/2018/06/24/the-glory-of-the-victor.html +++ b/archive-source/blog/2018/06/24/the-glory-of-the-victor.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/the-heavenly-family-and-the-american-family.html b/archive-source/blog/2018/06/24/the-heavenly-family-and-the-american-family.html index 22a1d3ec..69e0b645 100644 --- a/archive-source/blog/2018/06/24/the-heavenly-family-and-the-american-family.html +++ b/archive-source/blog/2018/06/24/the-heavenly-family-and-the-american-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/the-last-frontier.html b/archive-source/blog/2018/06/24/the-last-frontier.html index 85e4f5a8..44c45640 100644 --- a/archive-source/blog/2018/06/24/the-last-frontier.html +++ b/archive-source/blog/2018/06/24/the-last-frontier.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/the-standard-of-the-unification-church.html b/archive-source/blog/2018/06/24/the-standard-of-the-unification-church.html index 23656a4a..308e9884 100644 --- a/archive-source/blog/2018/06/24/the-standard-of-the-unification-church.html +++ b/archive-source/blog/2018/06/24/the-standard-of-the-unification-church.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/true-parents-and-i.html b/archive-source/blog/2018/06/24/true-parents-and-i.html index beee4942..f85b99a8 100644 --- a/archive-source/blog/2018/06/24/true-parents-and-i.html +++ b/archive-source/blog/2018/06/24/true-parents-and-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/true-parents-birthday.html b/archive-source/blog/2018/06/24/true-parents-birthday.html index 3ceca956..ecc481ed 100644 --- a/archive-source/blog/2018/06/24/true-parents-birthday.html +++ b/archive-source/blog/2018/06/24/true-parents-birthday.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/24/victory-celebration.html b/archive-source/blog/2018/06/24/victory-celebration.html index 6342725d..f9d0fc4f 100644 --- a/archive-source/blog/2018/06/24/victory-celebration.html +++ b/archive-source/blog/2018/06/24/victory-celebration.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/7th-day-of-the-victory-of-love.html b/archive-source/blog/2018/06/25/7th-day-of-the-victory-of-love.html index ee3741f6..6e19498d 100644 --- a/archive-source/blog/2018/06/25/7th-day-of-the-victory-of-love.html +++ b/archive-source/blog/2018/06/25/7th-day-of-the-victory-of-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/a-life-of-attendance-and-the-heavenly-kingdom.html b/archive-source/blog/2018/06/25/a-life-of-attendance-and-the-heavenly-kingdom.html index 4d034ff7..9f5dc21c 100644 --- a/archive-source/blog/2018/06/25/a-life-of-attendance-and-the-heavenly-kingdom.html +++ b/archive-source/blog/2018/06/25/a-life-of-attendance-and-the-heavenly-kingdom.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/childrens-day-1988-from-the-viewpoint-of-the-providence.html b/archive-source/blog/2018/06/25/childrens-day-1988-from-the-viewpoint-of-the-providence.html index f23f89bd..8bb9ec03 100644 --- a/archive-source/blog/2018/06/25/childrens-day-1988-from-the-viewpoint-of-the-providence.html +++ b/archive-source/blog/2018/06/25/childrens-day-1988-from-the-viewpoint-of-the-providence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/childrens-day-and-the-unification-of-our-fatherland.html b/archive-source/blog/2018/06/25/childrens-day-and-the-unification-of-our-fatherland.html index 3fa930fa..7e9db86e 100644 --- a/archive-source/blog/2018/06/25/childrens-day-and-the-unification-of-our-fatherland.html +++ b/archive-source/blog/2018/06/25/childrens-day-and-the-unification-of-our-fatherland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/completion-of-the-dispensation-and-our-father-country.html b/archive-source/blog/2018/06/25/completion-of-the-dispensation-and-our-father-country.html index 665a2552..4bf5da17 100644 --- a/archive-source/blog/2018/06/25/completion-of-the-dispensation-and-our-father-country.html +++ b/archive-source/blog/2018/06/25/completion-of-the-dispensation-and-our-father-country.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/day-of-the-victory-of-love.html b/archive-source/blog/2018/06/25/day-of-the-victory-of-love.html index bb5aab1f..1643f977 100644 --- a/archive-source/blog/2018/06/25/day-of-the-victory-of-love.html +++ b/archive-source/blog/2018/06/25/day-of-the-victory-of-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/declaration-of-true-parents.html b/archive-source/blog/2018/06/25/declaration-of-true-parents.html index cb9c30dc..97cb450e 100644 --- a/archive-source/blog/2018/06/25/declaration-of-true-parents.html +++ b/archive-source/blog/2018/06/25/declaration-of-true-parents.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/early-spring-of-life.html b/archive-source/blog/2018/06/25/early-spring-of-life.html index 50a37146..6ff80c2d 100644 --- a/archive-source/blog/2018/06/25/early-spring-of-life.html +++ b/archive-source/blog/2018/06/25/early-spring-of-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/fathers-seventieth-birthday-address.html b/archive-source/blog/2018/06/25/fathers-seventieth-birthday-address.html index 62c92cc1..59df47d2 100644 --- a/archive-source/blog/2018/06/25/fathers-seventieth-birthday-address.html +++ b/archive-source/blog/2018/06/25/fathers-seventieth-birthday-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/fifth-anniversary-of-the-8000-couples-blessing.html b/archive-source/blog/2018/06/25/fifth-anniversary-of-the-8000-couples-blessing.html index 9facc897..dfac8bac 100644 --- a/archive-source/blog/2018/06/25/fifth-anniversary-of-the-8000-couples-blessing.html +++ b/archive-source/blog/2018/06/25/fifth-anniversary-of-the-8000-couples-blessing.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/founding-anniversary-and-final-liberation.html b/archive-source/blog/2018/06/25/founding-anniversary-and-final-liberation.html index a69dd9f1..bbf3d2e9 100644 --- a/archive-source/blog/2018/06/25/founding-anniversary-and-final-liberation.html +++ b/archive-source/blog/2018/06/25/founding-anniversary-and-final-liberation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/god-and-i.html b/archive-source/blog/2018/06/25/god-and-i.html index fd06ce34..bef24dc2 100644 --- a/archive-source/blog/2018/06/25/god-and-i.html +++ b/archive-source/blog/2018/06/25/god-and-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/gods-and-our-decision.html b/archive-source/blog/2018/06/25/gods-and-our-decision.html index 814ded8e..5da1c1ee 100644 --- a/archive-source/blog/2018/06/25/gods-and-our-decision.html +++ b/archive-source/blog/2018/06/25/gods-and-our-decision.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/gods-day-1990-morning-address.html b/archive-source/blog/2018/06/25/gods-day-1990-morning-address.html index 6d756e01..bfa872a5 100644 --- a/archive-source/blog/2018/06/25/gods-day-1990-morning-address.html +++ b/archive-source/blog/2018/06/25/gods-day-1990-morning-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/gods-day-1990-the-unification-of-my-country.html b/archive-source/blog/2018/06/25/gods-day-1990-the-unification-of-my-country.html index 3a1ace0f..064edf39 100644 --- a/archive-source/blog/2018/06/25/gods-day-1990-the-unification-of-my-country.html +++ b/archive-source/blog/2018/06/25/gods-day-1990-the-unification-of-my-country.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/gods-day-2.html b/archive-source/blog/2018/06/25/gods-day-2.html index 0c7695ea..4fedd1b2 100644 --- a/archive-source/blog/2018/06/25/gods-day-2.html +++ b/archive-source/blog/2018/06/25/gods-day-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/gods-providential-course-and-the-course-of-human-life.html b/archive-source/blog/2018/06/25/gods-providential-course-and-the-course-of-human-life.html index 3a54780e..332342cb 100644 --- a/archive-source/blog/2018/06/25/gods-providential-course-and-the-course-of-human-life.html +++ b/archive-source/blog/2018/06/25/gods-providential-course-and-the-course-of-human-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/harvest-time.html b/archive-source/blog/2018/06/25/harvest-time.html index 520da3c4..42dfac8d 100644 --- a/archive-source/blog/2018/06/25/harvest-time.html +++ b/archive-source/blog/2018/06/25/harvest-time.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/heaven-and-man-unite-and-create-goodness.html b/archive-source/blog/2018/06/25/heaven-and-man-unite-and-create-goodness.html index da0df567..6485c170 100644 --- a/archive-source/blog/2018/06/25/heaven-and-man-unite-and-create-goodness.html +++ b/archive-source/blog/2018/06/25/heaven-and-man-unite-and-create-goodness.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/heavenly-fatherism.html b/archive-source/blog/2018/06/25/heavenly-fatherism.html index e07faaf7..5981f7c9 100644 --- a/archive-source/blog/2018/06/25/heavenly-fatherism.html +++ b/archive-source/blog/2018/06/25/heavenly-fatherism.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/hometown.html b/archive-source/blog/2018/06/25/hometown.html index 533307c3..bb3bdd1d 100644 --- a/archive-source/blog/2018/06/25/hometown.html +++ b/archive-source/blog/2018/06/25/hometown.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/i-shall-follow-with-gratitude-and-obedience.html b/archive-source/blog/2018/06/25/i-shall-follow-with-gratitude-and-obedience.html index 231f20d4..72512487 100644 --- a/archive-source/blog/2018/06/25/i-shall-follow-with-gratitude-and-obedience.html +++ b/archive-source/blog/2018/06/25/i-shall-follow-with-gratitude-and-obedience.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/in-yun-and-encounter.html b/archive-source/blog/2018/06/25/in-yun-and-encounter.html index f36f59c9..294597d1 100644 --- a/archive-source/blog/2018/06/25/in-yun-and-encounter.html +++ b/archive-source/blog/2018/06/25/in-yun-and-encounter.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/isolation-and-liberation.html b/archive-source/blog/2018/06/25/isolation-and-liberation.html index 3881dfad..f7f9c1b1 100644 --- a/archive-source/blog/2018/06/25/isolation-and-liberation.html +++ b/archive-source/blog/2018/06/25/isolation-and-liberation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/leaders-meeting.html b/archive-source/blog/2018/06/25/leaders-meeting.html index a6350723..344a6871 100644 --- a/archive-source/blog/2018/06/25/leaders-meeting.html +++ b/archive-source/blog/2018/06/25/leaders-meeting.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/let-us-go-over-the-original-boundary.html b/archive-source/blog/2018/06/25/let-us-go-over-the-original-boundary.html index 7a70f197..0bc185c9 100644 --- a/archive-source/blog/2018/06/25/let-us-go-over-the-original-boundary.html +++ b/archive-source/blog/2018/06/25/let-us-go-over-the-original-boundary.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/let-us-liberate-god.html b/archive-source/blog/2018/06/25/let-us-liberate-god.html index ff9d8d2b..2f51fcea 100644 --- a/archive-source/blog/2018/06/25/let-us-liberate-god.html +++ b/archive-source/blog/2018/06/25/let-us-liberate-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/let-us-live-well.html b/archive-source/blog/2018/06/25/let-us-live-well.html index 3d1e3def..5ec822ef 100644 --- a/archive-source/blog/2018/06/25/let-us-live-well.html +++ b/archive-source/blog/2018/06/25/let-us-live-well.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/let-us-return-to-gods-side.html b/archive-source/blog/2018/06/25/let-us-return-to-gods-side.html index 0ccaa1db..99d292a5 100644 --- a/archive-source/blog/2018/06/25/let-us-return-to-gods-side.html +++ b/archive-source/blog/2018/06/25/let-us-return-to-gods-side.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/liberation-of-the-spirit-world-and-physical-world-and-the-unification-of-the-world.html b/archive-source/blog/2018/06/25/liberation-of-the-spirit-world-and-physical-world-and-the-unification-of-the-world.html index d4eee3b0..9d783cfc 100644 --- a/archive-source/blog/2018/06/25/liberation-of-the-spirit-world-and-physical-world-and-the-unification-of-the-world.html +++ b/archive-source/blog/2018/06/25/liberation-of-the-spirit-world-and-physical-world-and-the-unification-of-the-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/lifestyle-of-prayer.html b/archive-source/blog/2018/06/25/lifestyle-of-prayer.html index 62b892e3..5b896589 100644 --- a/archive-source/blog/2018/06/25/lifestyle-of-prayer.html +++ b/archive-source/blog/2018/06/25/lifestyle-of-prayer.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/living-in-the-highest-historical-age.html b/archive-source/blog/2018/06/25/living-in-the-highest-historical-age.html index e961ca84..719127a5 100644 --- a/archive-source/blog/2018/06/25/living-in-the-highest-historical-age.html +++ b/archive-source/blog/2018/06/25/living-in-the-highest-historical-age.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/original-family-and-the-family-of-today.html b/archive-source/blog/2018/06/25/original-family-and-the-family-of-today.html index 929f46c6..060acfe0 100644 --- a/archive-source/blog/2018/06/25/original-family-and-the-family-of-today.html +++ b/archive-source/blog/2018/06/25/original-family-and-the-family-of-today.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/original-homeland-and-the-realm-of-heart.html b/archive-source/blog/2018/06/25/original-homeland-and-the-realm-of-heart.html index f71c15fe..01730862 100644 --- a/archive-source/blog/2018/06/25/original-homeland-and-the-realm-of-heart.html +++ b/archive-source/blog/2018/06/25/original-homeland-and-the-realm-of-heart.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/our-church-and-korea-as-seen-from-the-providence-of-god.html b/archive-source/blog/2018/06/25/our-church-and-korea-as-seen-from-the-providence-of-god.html index a7000375..5405cebb 100644 --- a/archive-source/blog/2018/06/25/our-church-and-korea-as-seen-from-the-providence-of-god.html +++ b/archive-source/blog/2018/06/25/our-church-and-korea-as-seen-from-the-providence-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/our-posture-on-the-new-year.html b/archive-source/blog/2018/06/25/our-posture-on-the-new-year.html index d3e25467..16e9878a 100644 --- a/archive-source/blog/2018/06/25/our-posture-on-the-new-year.html +++ b/archive-source/blog/2018/06/25/our-posture-on-the-new-year.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/our-pride-3.html b/archive-source/blog/2018/06/25/our-pride-3.html index cd5d66ae..51eb4434 100644 --- a/archive-source/blog/2018/06/25/our-pride-3.html +++ b/archive-source/blog/2018/06/25/our-pride-3.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/parents-day-and-i.html b/archive-source/blog/2018/06/25/parents-day-and-i.html index e352c1ef..368d344f 100644 --- a/archive-source/blog/2018/06/25/parents-day-and-i.html +++ b/archive-source/blog/2018/06/25/parents-day-and-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/parents-day-and-our-path.html b/archive-source/blog/2018/06/25/parents-day-and-our-path.html index 1a9cd4ae..69595329 100644 --- a/archive-source/blog/2018/06/25/parents-day-and-our-path.html +++ b/archive-source/blog/2018/06/25/parents-day-and-our-path.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/perfect-digestion-and-the-age-of-perfection.html b/archive-source/blog/2018/06/25/perfect-digestion-and-the-age-of-perfection.html index dfd9d04f..bdcce191 100644 --- a/archive-source/blog/2018/06/25/perfect-digestion-and-the-age-of-perfection.html +++ b/archive-source/blog/2018/06/25/perfect-digestion-and-the-age-of-perfection.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/perfect-settlement-of-the-will-and-sovereign-thought.html b/archive-source/blog/2018/06/25/perfect-settlement-of-the-will-and-sovereign-thought.html index 05c5fe80..7a6846ad 100644 --- a/archive-source/blog/2018/06/25/perfect-settlement-of-the-will-and-sovereign-thought.html +++ b/archive-source/blog/2018/06/25/perfect-settlement-of-the-will-and-sovereign-thought.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/pinnacle-of-the-heavenly-universe-2.html b/archive-source/blog/2018/06/25/pinnacle-of-the-heavenly-universe-2.html index 2d3acc22..24ec9f2b 100644 --- a/archive-source/blog/2018/06/25/pinnacle-of-the-heavenly-universe-2.html +++ b/archive-source/blog/2018/06/25/pinnacle-of-the-heavenly-universe-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/precious-existence.html b/archive-source/blog/2018/06/25/precious-existence.html index 59553604..1de686d7 100644 --- a/archive-source/blog/2018/06/25/precious-existence.html +++ b/archive-source/blog/2018/06/25/precious-existence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/proclamation-of-true-parents.html b/archive-source/blog/2018/06/25/proclamation-of-true-parents.html index 7fcf90ed..98f9141a 100644 --- a/archive-source/blog/2018/06/25/proclamation-of-true-parents.html +++ b/archive-source/blog/2018/06/25/proclamation-of-true-parents.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/proclamation-of-true-sons-and-daughters-and-freedom.html b/archive-source/blog/2018/06/25/proclamation-of-true-sons-and-daughters-and-freedom.html index c8abbc8c..0cb83be0 100644 --- a/archive-source/blog/2018/06/25/proclamation-of-true-sons-and-daughters-and-freedom.html +++ b/archive-source/blog/2018/06/25/proclamation-of-true-sons-and-daughters-and-freedom.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/program-for-peace-islam-and-the-establishment-of-world-peace.html b/archive-source/blog/2018/06/25/program-for-peace-islam-and-the-establishment-of-world-peace.html index 0ad31778..a0400738 100644 --- a/archive-source/blog/2018/06/25/program-for-peace-islam-and-the-establishment-of-world-peace.html +++ b/archive-source/blog/2018/06/25/program-for-peace-islam-and-the-establishment-of-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/seventieth-birthday-celebration-banquet.html b/archive-source/blog/2018/06/25/seventieth-birthday-celebration-banquet.html index b0274059..fe612232 100644 --- a/archive-source/blog/2018/06/25/seventieth-birthday-celebration-banquet.html +++ b/archive-source/blog/2018/06/25/seventieth-birthday-celebration-banquet.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/thank-you-for-protecting-us.html b/archive-source/blog/2018/06/25/thank-you-for-protecting-us.html index ab2de654..cb936259 100644 --- a/archive-source/blog/2018/06/25/thank-you-for-protecting-us.html +++ b/archive-source/blog/2018/06/25/thank-you-for-protecting-us.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-11th-world-media-conference.html b/archive-source/blog/2018/06/25/the-11th-world-media-conference.html index d36faf7b..c77d4156 100644 --- a/archive-source/blog/2018/06/25/the-11th-world-media-conference.html +++ b/archive-source/blog/2018/06/25/the-11th-world-media-conference.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-blessed-family-is-very-precious.html b/archive-source/blog/2018/06/25/the-blessed-family-is-very-precious.html index f1465d13..2f534df5 100644 --- a/archive-source/blog/2018/06/25/the-blessed-family-is-very-precious.html +++ b/archive-source/blog/2018/06/25/the-blessed-family-is-very-precious.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-creation-of-my-heaven.html b/archive-source/blog/2018/06/25/the-creation-of-my-heaven.html index f8d07cc3..5b37aeb3 100644 --- a/archive-source/blog/2018/06/25/the-creation-of-my-heaven.html +++ b/archive-source/blog/2018/06/25/the-creation-of-my-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-end-of-the-world-and-our-age.html b/archive-source/blog/2018/06/25/the-end-of-the-world-and-our-age.html index 495f097c..85c15f3c 100644 --- a/archive-source/blog/2018/06/25/the-end-of-the-world-and-our-age.html +++ b/archive-source/blog/2018/06/25/the-end-of-the-world-and-our-age.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-flower-of-absolute-love.html b/archive-source/blog/2018/06/25/the-flower-of-absolute-love.html index 58487160..3e1c227c 100644 --- a/archive-source/blog/2018/06/25/the-flower-of-absolute-love.html +++ b/archive-source/blog/2018/06/25/the-flower-of-absolute-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-model-and-those-who-are-recognized-in-providential-history.html b/archive-source/blog/2018/06/25/the-model-and-those-who-are-recognized-in-providential-history.html index 65133d10..64789017 100644 --- a/archive-source/blog/2018/06/25/the-model-and-those-who-are-recognized-in-providential-history.html +++ b/archive-source/blog/2018/06/25/the-model-and-those-who-are-recognized-in-providential-history.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-official-course-of-true-love-and-heavenly-fate.html b/archive-source/blog/2018/06/25/the-official-course-of-true-love-and-heavenly-fate.html index b1f4bea6..872091ac 100644 --- a/archive-source/blog/2018/06/25/the-official-course-of-true-love-and-heavenly-fate.html +++ b/archive-source/blog/2018/06/25/the-official-course-of-true-love-and-heavenly-fate.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-palace-of-peaceful-heaven.html b/archive-source/blog/2018/06/25/the-palace-of-peaceful-heaven.html index e1824ae7..5b640a61 100644 --- a/archive-source/blog/2018/06/25/the-palace-of-peaceful-heaven.html +++ b/archive-source/blog/2018/06/25/the-palace-of-peaceful-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-pride-of-the-unification-church.html b/archive-source/blog/2018/06/25/the-pride-of-the-unification-church.html index 12d21707..a32d071b 100644 --- a/archive-source/blog/2018/06/25/the-pride-of-the-unification-church.html +++ b/archive-source/blog/2018/06/25/the-pride-of-the-unification-church.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-reunification-of-korea-and-cooperation-between-east-and-west.html b/archive-source/blog/2018/06/25/the-reunification-of-korea-and-cooperation-between-east-and-west.html index a692a626..ff67454b 100644 --- a/archive-source/blog/2018/06/25/the-reunification-of-korea-and-cooperation-between-east-and-west.html +++ b/archive-source/blog/2018/06/25/the-reunification-of-korea-and-cooperation-between-east-and-west.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-tide-of-the-heart.html b/archive-source/blog/2018/06/25/the-tide-of-the-heart.html index 1512efb0..26deac56 100644 --- a/archive-source/blog/2018/06/25/the-tide-of-the-heart.html +++ b/archive-source/blog/2018/06/25/the-tide-of-the-heart.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-tribal-messiah.html b/archive-source/blog/2018/06/25/the-tribal-messiah.html index f582eeeb..205ba4d8 100644 --- a/archive-source/blog/2018/06/25/the-tribal-messiah.html +++ b/archive-source/blog/2018/06/25/the-tribal-messiah.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-way-of-the-victory-of-god.html b/archive-source/blog/2018/06/25/the-way-of-the-victory-of-god.html index 82bddba0..aa9c3e6f 100644 --- a/archive-source/blog/2018/06/25/the-way-of-the-victory-of-god.html +++ b/archive-source/blog/2018/06/25/the-way-of-the-victory-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-way-to-grow.html b/archive-source/blog/2018/06/25/the-way-to-grow.html index 25bfa1d0..dda92f67 100644 --- a/archive-source/blog/2018/06/25/the-way-to-grow.html +++ b/archive-source/blog/2018/06/25/the-way-to-grow.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/the-will-and-i.html b/archive-source/blog/2018/06/25/the-will-and-i.html index aee149a0..f5945eb5 100644 --- a/archive-source/blog/2018/06/25/the-will-and-i.html +++ b/archive-source/blog/2018/06/25/the-will-and-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/this-is-the-time-of-change.html b/archive-source/blog/2018/06/25/this-is-the-time-of-change.html index 3f281d4f..29f94821 100644 --- a/archive-source/blog/2018/06/25/this-is-the-time-of-change.html +++ b/archive-source/blog/2018/06/25/this-is-the-time-of-change.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/true-parents-and-the-realm-of-liberation.html b/archive-source/blog/2018/06/25/true-parents-and-the-realm-of-liberation.html index 53f9e399..aa95076c 100644 --- a/archive-source/blog/2018/06/25/true-parents-and-the-realm-of-liberation.html +++ b/archive-source/blog/2018/06/25/true-parents-and-the-realm-of-liberation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/unification-church-national-conference.html b/archive-source/blog/2018/06/25/unification-church-national-conference.html index 9180f532..c6e66bcc 100644 --- a/archive-source/blog/2018/06/25/unification-church-national-conference.html +++ b/archive-source/blog/2018/06/25/unification-church-national-conference.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/unification-of-the-cosmos-and-the-family-ideal.html b/archive-source/blog/2018/06/25/unification-of-the-cosmos-and-the-family-ideal.html index cb1cde30..11137d82 100644 --- a/archive-source/blog/2018/06/25/unification-of-the-cosmos-and-the-family-ideal.html +++ b/archive-source/blog/2018/06/25/unification-of-the-cosmos-and-the-family-ideal.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/unification-of-the-fatherland.html b/archive-source/blog/2018/06/25/unification-of-the-fatherland.html index 59da86ac..51a9baa7 100644 --- a/archive-source/blog/2018/06/25/unification-of-the-fatherland.html +++ b/archive-source/blog/2018/06/25/unification-of-the-fatherland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/unite-the-kingdom-of-heaven-is-at-hand.html b/archive-source/blog/2018/06/25/unite-the-kingdom-of-heaven-is-at-hand.html index 9f5aab16..a5e1332c 100644 --- a/archive-source/blog/2018/06/25/unite-the-kingdom-of-heaven-is-at-hand.html +++ b/archive-source/blog/2018/06/25/unite-the-kingdom-of-heaven-is-at-hand.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/wake-up-america.html b/archive-source/blog/2018/06/25/wake-up-america.html index 2c65309e..93c0c13e 100644 --- a/archive-source/blog/2018/06/25/wake-up-america.html +++ b/archive-source/blog/2018/06/25/wake-up-america.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/we-shall-live-in-the-original-homeland.html b/archive-source/blog/2018/06/25/we-shall-live-in-the-original-homeland.html index 08ac676d..83a87c8a 100644 --- a/archive-source/blog/2018/06/25/we-shall-live-in-the-original-homeland.html +++ b/archive-source/blog/2018/06/25/we-shall-live-in-the-original-homeland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/when-it-was-over-it-turned-out-to-be-love.html b/archive-source/blog/2018/06/25/when-it-was-over-it-turned-out-to-be-love.html index 62657c0c..68d3ede3 100644 --- a/archive-source/blog/2018/06/25/when-it-was-over-it-turned-out-to-be-love.html +++ b/archive-source/blog/2018/06/25/when-it-was-over-it-turned-out-to-be-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/25/where-god-and-man-meet.html b/archive-source/blog/2018/06/25/where-god-and-man-meet.html index 4439a7aa..ab2bda8e 100644 --- a/archive-source/blog/2018/06/25/where-god-and-man-meet.html +++ b/archive-source/blog/2018/06/25/where-god-and-man-meet.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/absolute-values-and-the-new-world-order-19th-icus-8th-pwpa.html b/archive-source/blog/2018/06/26/absolute-values-and-the-new-world-order-19th-icus-8th-pwpa.html index 35a87d5f..32fa6ef3 100644 --- a/archive-source/blog/2018/06/26/absolute-values-and-the-new-world-order-19th-icus-8th-pwpa.html +++ b/archive-source/blog/2018/06/26/absolute-values-and-the-new-world-order-19th-icus-8th-pwpa.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/absolute-values-and-the-reassessment-of-the-contemporary-world.html b/archive-source/blog/2018/06/26/absolute-values-and-the-reassessment-of-the-contemporary-world.html index c87f5dcc..22474257 100644 --- a/archive-source/blog/2018/06/26/absolute-values-and-the-reassessment-of-the-contemporary-world.html +++ b/archive-source/blog/2018/06/26/absolute-values-and-the-reassessment-of-the-contemporary-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/apply-wisdom-to-the-realization-of-gods-ideal.html b/archive-source/blog/2018/06/26/apply-wisdom-to-the-realization-of-gods-ideal.html index 63e36144..0277afd6 100644 --- a/archive-source/blog/2018/06/26/apply-wisdom-to-the-realization-of-gods-ideal.html +++ b/archive-source/blog/2018/06/26/apply-wisdom-to-the-realization-of-gods-ideal.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/bearing-fruits-of-the-world-of-faith-and-strength.html b/archive-source/blog/2018/06/26/bearing-fruits-of-the-world-of-faith-and-strength.html index 41c4d0f0..f85711b8 100644 --- a/archive-source/blog/2018/06/26/bearing-fruits-of-the-world-of-faith-and-strength.html +++ b/archive-source/blog/2018/06/26/bearing-fruits-of-the-world-of-faith-and-strength.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/blessed-families-and-true-tradition.html b/archive-source/blog/2018/06/26/blessed-families-and-true-tradition.html index 65a4502e..45cfc913 100644 --- a/archive-source/blog/2018/06/26/blessed-families-and-true-tradition.html +++ b/archive-source/blog/2018/06/26/blessed-families-and-true-tradition.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/blessing-and-resurrection.html b/archive-source/blog/2018/06/26/blessing-and-resurrection.html index 8a75455f..aa32324e 100644 --- a/archive-source/blog/2018/06/26/blessing-and-resurrection.html +++ b/archive-source/blog/2018/06/26/blessing-and-resurrection.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/completion-of-the-responsibilities-of-true-parents.html b/archive-source/blog/2018/06/26/completion-of-the-responsibilities-of-true-parents.html index f2a70ec0..fee47d94 100644 --- a/archive-source/blog/2018/06/26/completion-of-the-responsibilities-of-true-parents.html +++ b/archive-source/blog/2018/06/26/completion-of-the-responsibilities-of-true-parents.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/day-of-victory-of-love.html b/archive-source/blog/2018/06/26/day-of-victory-of-love.html index a1beed54..2f86e5c3 100644 --- a/archive-source/blog/2018/06/26/day-of-victory-of-love.html +++ b/archive-source/blog/2018/06/26/day-of-victory-of-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/founders-address.html b/archive-source/blog/2018/06/26/founders-address.html index 4562d797..a8c799e6 100644 --- a/archive-source/blog/2018/06/26/founders-address.html +++ b/archive-source/blog/2018/06/26/founders-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/from-the-realm-of-death-to-the-realm-of-life.html b/archive-source/blog/2018/06/26/from-the-realm-of-death-to-the-realm-of-life.html index 6e600343..7e7463aa 100644 --- a/archive-source/blog/2018/06/26/from-the-realm-of-death-to-the-realm-of-life.html +++ b/archive-source/blog/2018/06/26/from-the-realm-of-death-to-the-realm-of-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/gods-day-midnight-address.html b/archive-source/blog/2018/06/26/gods-day-midnight-address.html index 45619fa4..643ddf5b 100644 --- a/archive-source/blog/2018/06/26/gods-day-midnight-address.html +++ b/archive-source/blog/2018/06/26/gods-day-midnight-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/gods-day-morning-address.html b/archive-source/blog/2018/06/26/gods-day-morning-address.html index 55ff9ca3..16084d38 100644 --- a/archive-source/blog/2018/06/26/gods-day-morning-address.html +++ b/archive-source/blog/2018/06/26/gods-day-morning-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/historical-debt-and-the-liberation-of-ourselves.html b/archive-source/blog/2018/06/26/historical-debt-and-the-liberation-of-ourselves.html index 69c06a0e..14e02764 100644 --- a/archive-source/blog/2018/06/26/historical-debt-and-the-liberation-of-ourselves.html +++ b/archive-source/blog/2018/06/26/historical-debt-and-the-liberation-of-ourselves.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/i-will-live-with-true-parents.html b/archive-source/blog/2018/06/26/i-will-live-with-true-parents.html index 8d9eed4f..0c488a6f 100644 --- a/archive-source/blog/2018/06/26/i-will-live-with-true-parents.html +++ b/archive-source/blog/2018/06/26/i-will-live-with-true-parents.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/international-leaders-conference.html b/archive-source/blog/2018/06/26/international-leaders-conference.html index c69443f3..1151dd5a 100644 --- a/archive-source/blog/2018/06/26/international-leaders-conference.html +++ b/archive-source/blog/2018/06/26/international-leaders-conference.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/investing-in-the-couples-who-are-blessed-by-heaven.html b/archive-source/blog/2018/06/26/investing-in-the-couples-who-are-blessed-by-heaven.html index d87c0867..26334b1e 100644 --- a/archive-source/blog/2018/06/26/investing-in-the-couples-who-are-blessed-by-heaven.html +++ b/archive-source/blog/2018/06/26/investing-in-the-couples-who-are-blessed-by-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/leaders-building-a-world-of-peace.html b/archive-source/blog/2018/06/26/leaders-building-a-world-of-peace.html index 7d5058f2..f9476fc8 100644 --- a/archive-source/blog/2018/06/26/leaders-building-a-world-of-peace.html +++ b/archive-source/blog/2018/06/26/leaders-building-a-world-of-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/leaders-meeting-2.html b/archive-source/blog/2018/06/26/leaders-meeting-2.html index aa7a5747..22cb8ffb 100644 --- a/archive-source/blog/2018/06/26/leaders-meeting-2.html +++ b/archive-source/blog/2018/06/26/leaders-meeting-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/let-us-inherit-the-realm-of-victory-of-our-true-parents.html b/archive-source/blog/2018/06/26/let-us-inherit-the-realm-of-victory-of-our-true-parents.html index da7e4ace..937bafb3 100644 --- a/archive-source/blog/2018/06/26/let-us-inherit-the-realm-of-victory-of-our-true-parents.html +++ b/archive-source/blog/2018/06/26/let-us-inherit-the-realm-of-victory-of-our-true-parents.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/liability-the-debt-we-owe-the-past-and-liberation.html b/archive-source/blog/2018/06/26/liability-the-debt-we-owe-the-past-and-liberation.html index 13e95839..a21b654c 100644 --- a/archive-source/blog/2018/06/26/liability-the-debt-we-owe-the-past-and-liberation.html +++ b/archive-source/blog/2018/06/26/liability-the-debt-we-owe-the-past-and-liberation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/liberation-and-my-ownership.html b/archive-source/blog/2018/06/26/liberation-and-my-ownership.html index 27bee731..a7eb1cc3 100644 --- a/archive-source/blog/2018/06/26/liberation-and-my-ownership.html +++ b/archive-source/blog/2018/06/26/liberation-and-my-ownership.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/liquidation-or-the-completion-of-the-dispensation-of-salvation.html b/archive-source/blog/2018/06/26/liquidation-or-the-completion-of-the-dispensation-of-salvation.html index 12006fc4..3cef563b 100644 --- a/archive-source/blog/2018/06/26/liquidation-or-the-completion-of-the-dispensation-of-salvation.html +++ b/archive-source/blog/2018/06/26/liquidation-or-the-completion-of-the-dispensation-of-salvation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/my-whole-life.html b/archive-source/blog/2018/06/26/my-whole-life.html index 8a99574c..0cab85d7 100644 --- a/archive-source/blog/2018/06/26/my-whole-life.html +++ b/archive-source/blog/2018/06/26/my-whole-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/new-family-and-the-completed-testament.html b/archive-source/blog/2018/06/26/new-family-and-the-completed-testament.html index 4f38ff6e..ab90ce7d 100644 --- a/archive-source/blog/2018/06/26/new-family-and-the-completed-testament.html +++ b/archive-source/blog/2018/06/26/new-family-and-the-completed-testament.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/new-heaven-and-new-earth-centering-on-our-pledge-2.html b/archive-source/blog/2018/06/26/new-heaven-and-new-earth-centering-on-our-pledge-2.html index 58d4f363..0ac04eeb 100644 --- a/archive-source/blog/2018/06/26/new-heaven-and-new-earth-centering-on-our-pledge-2.html +++ b/archive-source/blog/2018/06/26/new-heaven-and-new-earth-centering-on-our-pledge-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/new-heaven-and-new-earth-centering-on-our-pledge.html b/archive-source/blog/2018/06/26/new-heaven-and-new-earth-centering-on-our-pledge.html index 53fe9d33..3b1f6ebc 100644 --- a/archive-source/blog/2018/06/26/new-heaven-and-new-earth-centering-on-our-pledge.html +++ b/archive-source/blog/2018/06/26/new-heaven-and-new-earth-centering-on-our-pledge.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/new-nation-and-new-family.html b/archive-source/blog/2018/06/26/new-nation-and-new-family.html index b81465bc..ef727c4a 100644 --- a/archive-source/blog/2018/06/26/new-nation-and-new-family.html +++ b/archive-source/blog/2018/06/26/new-nation-and-new-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/our-mission-during-the-time-of-world-transition.html b/archive-source/blog/2018/06/26/our-mission-during-the-time-of-world-transition.html index 92e81e56..829ce93c 100644 --- a/archive-source/blog/2018/06/26/our-mission-during-the-time-of-world-transition.html +++ b/archive-source/blog/2018/06/26/our-mission-during-the-time-of-world-transition.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/our-portion-of-responsibility-and-the-subject-world.html b/archive-source/blog/2018/06/26/our-portion-of-responsibility-and-the-subject-world.html index 44e4bb65..9ee14f99 100644 --- a/archive-source/blog/2018/06/26/our-portion-of-responsibility-and-the-subject-world.html +++ b/archive-source/blog/2018/06/26/our-portion-of-responsibility-and-the-subject-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/parents-day-true-parents-and-blessed-couples.html b/archive-source/blog/2018/06/26/parents-day-true-parents-and-blessed-couples.html index ee3f088f..9d3713a1 100644 --- a/archive-source/blog/2018/06/26/parents-day-true-parents-and-blessed-couples.html +++ b/archive-source/blog/2018/06/26/parents-day-true-parents-and-blessed-couples.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/religions-mission-for-world-peace.html b/archive-source/blog/2018/06/26/religions-mission-for-world-peace.html index ff080049..5be7770a 100644 --- a/archive-source/blog/2018/06/26/religions-mission-for-world-peace.html +++ b/archive-source/blog/2018/06/26/religions-mission-for-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/restoration-from-the-origin-and-rebirth-are-for-myself.html b/archive-source/blog/2018/06/26/restoration-from-the-origin-and-rebirth-are-for-myself.html index 0692ff17..77643383 100644 --- a/archive-source/blog/2018/06/26/restoration-from-the-origin-and-rebirth-are-for-myself.html +++ b/archive-source/blog/2018/06/26/restoration-from-the-origin-and-rebirth-are-for-myself.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/resurrection-and-liberation-of-the-worlds-women-part-i.html b/archive-source/blog/2018/06/26/resurrection-and-liberation-of-the-worlds-women-part-i.html index ffcb9db5..a71e341f 100644 --- a/archive-source/blog/2018/06/26/resurrection-and-liberation-of-the-worlds-women-part-i.html +++ b/archive-source/blog/2018/06/26/resurrection-and-liberation-of-the-worlds-women-part-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/resurrection-and-liberation-of-the-worlds-women-part-ii.html b/archive-source/blog/2018/06/26/resurrection-and-liberation-of-the-worlds-women-part-ii.html index bd4bceab..a22d9351 100644 --- a/archive-source/blog/2018/06/26/resurrection-and-liberation-of-the-worlds-women-part-ii.html +++ b/archive-source/blog/2018/06/26/resurrection-and-liberation-of-the-worlds-women-part-ii.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/returning-to-the-home-country.html b/archive-source/blog/2018/06/26/returning-to-the-home-country.html index ab224e6e..21c3d7c2 100644 --- a/archive-source/blog/2018/06/26/returning-to-the-home-country.html +++ b/archive-source/blog/2018/06/26/returning-to-the-home-country.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/royal-family-of-true-love.html b/archive-source/blog/2018/06/26/royal-family-of-true-love.html index 340f0f31..1f1ffabd 100644 --- a/archive-source/blog/2018/06/26/royal-family-of-true-love.html +++ b/archive-source/blog/2018/06/26/royal-family-of-true-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/sunday-sermon-and-conference-memos.html b/archive-source/blog/2018/06/26/sunday-sermon-and-conference-memos.html index ac0fec4c..d4c76cfc 100644 --- a/archive-source/blog/2018/06/26/sunday-sermon-and-conference-memos.html +++ b/archive-source/blog/2018/06/26/sunday-sermon-and-conference-memos.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/sunday-service.html b/archive-source/blog/2018/06/26/sunday-service.html index 067c1e65..d33ab14f 100644 --- a/archive-source/blog/2018/06/26/sunday-service.html +++ b/archive-source/blog/2018/06/26/sunday-service.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-38th-anniversary-of-the-unification-church.html b/archive-source/blog/2018/06/26/the-38th-anniversary-of-the-unification-church.html index c9b5f90b..791839dc 100644 --- a/archive-source/blog/2018/06/26/the-38th-anniversary-of-the-unification-church.html +++ b/archive-source/blog/2018/06/26/the-38th-anniversary-of-the-unification-church.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-ceremony-of-the-declaration-of-gods-eternal-blessing.html b/archive-source/blog/2018/06/26/the-ceremony-of-the-declaration-of-gods-eternal-blessing.html index c9011fc2..cf920b18 100644 --- a/archive-source/blog/2018/06/26/the-ceremony-of-the-declaration-of-gods-eternal-blessing.html +++ b/archive-source/blog/2018/06/26/the-ceremony-of-the-declaration-of-gods-eternal-blessing.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-completed-testament-era-and-me.html b/archive-source/blog/2018/06/26/the-completed-testament-era-and-me.html index e1b8637f..9eaecb62 100644 --- a/archive-source/blog/2018/06/26/the-completed-testament-era-and-me.html +++ b/archive-source/blog/2018/06/26/the-completed-testament-era-and-me.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-day-of-all-things-and-the-fruits-of-love.html b/archive-source/blog/2018/06/26/the-day-of-all-things-and-the-fruits-of-love.html index f37681f4..92cd2735 100644 --- a/archive-source/blog/2018/06/26/the-day-of-all-things-and-the-fruits-of-love.html +++ b/archive-source/blog/2018/06/26/the-day-of-all-things-and-the-fruits-of-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-dispensational-era-of-the-unification-of-the-first-second-and-third-generations.html b/archive-source/blog/2018/06/26/the-dispensational-era-of-the-unification-of-the-first-second-and-third-generations.html index 49e37d7d..ffff3345 100644 --- a/archive-source/blog/2018/06/26/the-dispensational-era-of-the-unification-of-the-first-second-and-third-generations.html +++ b/archive-source/blog/2018/06/26/the-dispensational-era-of-the-unification-of-the-first-second-and-third-generations.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-dividing-peak-of-the-dispensation-of-history.html b/archive-source/blog/2018/06/26/the-dividing-peak-of-the-dispensation-of-history.html index 89a52f90..e6217152 100644 --- a/archive-source/blog/2018/06/26/the-dividing-peak-of-the-dispensation-of-history.html +++ b/archive-source/blog/2018/06/26/the-dividing-peak-of-the-dispensation-of-history.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-dream-of-the-unification-church.html b/archive-source/blog/2018/06/26/the-dream-of-the-unification-church.html index 4448f4ef..8ba4e3eb 100644 --- a/archive-source/blog/2018/06/26/the-dream-of-the-unification-church.html +++ b/archive-source/blog/2018/06/26/the-dream-of-the-unification-church.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-joining-of-heaven-earth-and-man.html b/archive-source/blog/2018/06/26/the-joining-of-heaven-earth-and-man.html index 226a5ee3..69394350 100644 --- a/archive-source/blog/2018/06/26/the-joining-of-heaven-earth-and-man.html +++ b/archive-source/blog/2018/06/26/the-joining-of-heaven-earth-and-man.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-mainstream-and-point-of-origin-in-dispensational-history-part-one.html b/archive-source/blog/2018/06/26/the-mainstream-and-point-of-origin-in-dispensational-history-part-one.html index b2618412..2889003f 100644 --- a/archive-source/blog/2018/06/26/the-mainstream-and-point-of-origin-in-dispensational-history-part-one.html +++ b/archive-source/blog/2018/06/26/the-mainstream-and-point-of-origin-in-dispensational-history-part-one.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-mainstream-and-point-of-origin-of-dispensational-history-part-ii.html b/archive-source/blog/2018/06/26/the-mainstream-and-point-of-origin-of-dispensational-history-part-ii.html index 987718a1..993f817f 100644 --- a/archive-source/blog/2018/06/26/the-mainstream-and-point-of-origin-of-dispensational-history-part-ii.html +++ b/archive-source/blog/2018/06/26/the-mainstream-and-point-of-origin-of-dispensational-history-part-ii.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-mission-of-the-media-in-the-21st-century.html b/archive-source/blog/2018/06/26/the-mission-of-the-media-in-the-21st-century.html index b550a8b6..c18757c2 100644 --- a/archive-source/blog/2018/06/26/the-mission-of-the-media-in-the-21st-century.html +++ b/archive-source/blog/2018/06/26/the-mission-of-the-media-in-the-21st-century.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-realm-of-heavenly-liberation.html b/archive-source/blog/2018/06/26/the-realm-of-heavenly-liberation.html index 1d3da4ec..70590af9 100644 --- a/archive-source/blog/2018/06/26/the-realm-of-heavenly-liberation.html +++ b/archive-source/blog/2018/06/26/the-realm-of-heavenly-liberation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-reappearance-of-the-second-coming-and-the-completed-testament-era.html b/archive-source/blog/2018/06/26/the-reappearance-of-the-second-coming-and-the-completed-testament-era.html index eea14a20..d23c85a9 100644 --- a/archive-source/blog/2018/06/26/the-reappearance-of-the-second-coming-and-the-completed-testament-era.html +++ b/archive-source/blog/2018/06/26/the-reappearance-of-the-second-coming-and-the-completed-testament-era.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-responsibility-of-tribal-messiahship.html b/archive-source/blog/2018/06/26/the-responsibility-of-tribal-messiahship.html index 966712d7..0926ec75 100644 --- a/archive-source/blog/2018/06/26/the-responsibility-of-tribal-messiahship.html +++ b/archive-source/blog/2018/06/26/the-responsibility-of-tribal-messiahship.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-seed-and-root-of-true-love-is-the-blessed-family.html b/archive-source/blog/2018/06/26/the-seed-and-root-of-true-love-is-the-blessed-family.html index 9b577281..3672bafc 100644 --- a/archive-source/blog/2018/06/26/the-seed-and-root-of-true-love-is-the-blessed-family.html +++ b/archive-source/blog/2018/06/26/the-seed-and-root-of-true-love-is-the-blessed-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-tribal-messiah-and-my-homeland.html b/archive-source/blog/2018/06/26/the-tribal-messiah-and-my-homeland.html index ad1e12b5..8d01180a 100644 --- a/archive-source/blog/2018/06/26/the-tribal-messiah-and-my-homeland.html +++ b/archive-source/blog/2018/06/26/the-tribal-messiah-and-my-homeland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-truthful-family-is-the-homeland-of-all-perfections.html b/archive-source/blog/2018/06/26/the-truthful-family-is-the-homeland-of-all-perfections.html index 7da62a73..c4b7f521 100644 --- a/archive-source/blog/2018/06/26/the-truthful-family-is-the-homeland-of-all-perfections.html +++ b/archive-source/blog/2018/06/26/the-truthful-family-is-the-homeland-of-all-perfections.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-unification-church-and-the-land-and-the-sea.html b/archive-source/blog/2018/06/26/the-unification-church-and-the-land-and-the-sea.html index df19ade6..7ff9aa09 100644 --- a/archive-source/blog/2018/06/26/the-unification-church-and-the-land-and-the-sea.html +++ b/archive-source/blog/2018/06/26/the-unification-church-and-the-land-and-the-sea.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-unification-church-and-the-mainstream-thought-of-history.html b/archive-source/blog/2018/06/26/the-unification-church-and-the-mainstream-thought-of-history.html index 2d2cb3f9..c49cd4e4 100644 --- a/archive-source/blog/2018/06/26/the-unification-church-and-the-mainstream-thought-of-history.html +++ b/archive-source/blog/2018/06/26/the-unification-church-and-the-mainstream-thought-of-history.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-unification-church-our-pride.html b/archive-source/blog/2018/06/26/the-unification-church-our-pride.html index a062be22..992fd326 100644 --- a/archive-source/blog/2018/06/26/the-unification-church-our-pride.html +++ b/archive-source/blog/2018/06/26/the-unification-church-our-pride.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/the-way-to-world-peace.html b/archive-source/blog/2018/06/26/the-way-to-world-peace.html index 8165f9a6..f3612ebc 100644 --- a/archive-source/blog/2018/06/26/the-way-to-world-peace.html +++ b/archive-source/blog/2018/06/26/the-way-to-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/tribal-messiahship.html b/archive-source/blog/2018/06/26/tribal-messiahship.html index 40372d35..5a7433a0 100644 --- a/archive-source/blog/2018/06/26/tribal-messiahship.html +++ b/archive-source/blog/2018/06/26/tribal-messiahship.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/true-family-resurrection-and-world-liberation.html b/archive-source/blog/2018/06/26/true-family-resurrection-and-world-liberation.html index b9d05562..81980b03 100644 --- a/archive-source/blog/2018/06/26/true-family-resurrection-and-world-liberation.html +++ b/archive-source/blog/2018/06/26/true-family-resurrection-and-world-liberation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/true-love-and-one-unified-thought-2.html b/archive-source/blog/2018/06/26/true-love-and-one-unified-thought-2.html index 892770a9..eb88cc4d 100644 --- a/archive-source/blog/2018/06/26/true-love-and-one-unified-thought-2.html +++ b/archive-source/blog/2018/06/26/true-love-and-one-unified-thought-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/true-love-and-one-unified-thought.html b/archive-source/blog/2018/06/26/true-love-and-one-unified-thought.html index 4e5801d0..b68612dc 100644 --- a/archive-source/blog/2018/06/26/true-love-and-one-unified-thought.html +++ b/archive-source/blog/2018/06/26/true-love-and-one-unified-thought.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/true-parents-1993-american-speaking-tour-celebration.html b/archive-source/blog/2018/06/26/true-parents-1993-american-speaking-tour-celebration.html index 785b42e2..35113c0d 100644 --- a/archive-source/blog/2018/06/26/true-parents-1993-american-speaking-tour-celebration.html +++ b/archive-source/blog/2018/06/26/true-parents-1993-american-speaking-tour-celebration.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/true-parents-and-the-realm-of-resurrection.html b/archive-source/blog/2018/06/26/true-parents-and-the-realm-of-resurrection.html index 30f492ec..a81cc123 100644 --- a/archive-source/blog/2018/06/26/true-parents-and-the-realm-of-resurrection.html +++ b/archive-source/blog/2018/06/26/true-parents-and-the-realm-of-resurrection.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/true-parents-birthday-2.html b/archive-source/blog/2018/06/26/true-parents-birthday-2.html index 61c1a939..ecdefb1c 100644 --- a/archive-source/blog/2018/06/26/true-parents-birthday-2.html +++ b/archive-source/blog/2018/06/26/true-parents-birthday-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/true-parents-birthday-main-ceremony.html b/archive-source/blog/2018/06/26/true-parents-birthday-main-ceremony.html index 028dcc22..c589b90a 100644 --- a/archive-source/blog/2018/06/26/true-parents-birthday-main-ceremony.html +++ b/archive-source/blog/2018/06/26/true-parents-birthday-main-ceremony.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/26/true-parents-birthday-sung-ni-han-champumonim-victorious-true-parents.html b/archive-source/blog/2018/06/26/true-parents-birthday-sung-ni-han-champumonim-victorious-true-parents.html index 511101ca..315cc3cf 100644 --- a/archive-source/blog/2018/06/26/true-parents-birthday-sung-ni-han-champumonim-victorious-true-parents.html +++ b/archive-source/blog/2018/06/26/true-parents-birthday-sung-ni-han-champumonim-victorious-true-parents.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/1994-gods-day-addresses-and-day-of-victory-of-love-leaders-meeting-instructions.html b/archive-source/blog/2018/06/27/1994-gods-day-addresses-and-day-of-victory-of-love-leaders-meeting-instructions.html index 47bfd3e3..8fdbf515 100644 --- a/archive-source/blog/2018/06/27/1994-gods-day-addresses-and-day-of-victory-of-love-leaders-meeting-instructions.html +++ b/archive-source/blog/2018/06/27/1994-gods-day-addresses-and-day-of-victory-of-love-leaders-meeting-instructions.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/39th-true-childrens-day-address.html b/archive-source/blog/2018/06/27/39th-true-childrens-day-address.html index 86d25e65..5b497b87 100644 --- a/archive-source/blog/2018/06/27/39th-true-childrens-day-address.html +++ b/archive-source/blog/2018/06/27/39th-true-childrens-day-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/address-to-the-blessed-children.html b/archive-source/blog/2018/06/27/address-to-the-blessed-children.html index e25c9114..470e8441 100644 --- a/archive-source/blog/2018/06/27/address-to-the-blessed-children.html +++ b/archive-source/blog/2018/06/27/address-to-the-blessed-children.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/declaration-day-of-heavenly-parentism.html b/archive-source/blog/2018/06/27/declaration-day-of-heavenly-parentism.html index 0a709adf..b8f44f47 100644 --- a/archive-source/blog/2018/06/27/declaration-day-of-heavenly-parentism.html +++ b/archive-source/blog/2018/06/27/declaration-day-of-heavenly-parentism.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/development-of-civilization-seen-from-the-viewpoint-of-the-principle.html b/archive-source/blog/2018/06/27/development-of-civilization-seen-from-the-viewpoint-of-the-principle.html index e2526811..17e73e9a 100644 --- a/archive-source/blog/2018/06/27/development-of-civilization-seen-from-the-viewpoint-of-the-principle.html +++ b/archive-source/blog/2018/06/27/development-of-civilization-seen-from-the-viewpoint-of-the-principle.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/everybody-wants-true-love.html b/archive-source/blog/2018/06/27/everybody-wants-true-love.html index e520d898..ff3b7f76 100644 --- a/archive-source/blog/2018/06/27/everybody-wants-true-love.html +++ b/archive-source/blog/2018/06/27/everybody-wants-true-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/fathers-prayer-on-true-parents-day.html b/archive-source/blog/2018/06/27/fathers-prayer-on-true-parents-day.html index 62a138ff..b4fedb33 100644 --- a/archive-source/blog/2018/06/27/fathers-prayer-on-true-parents-day.html +++ b/archive-source/blog/2018/06/27/fathers-prayer-on-true-parents-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/find-your-true-self.html b/archive-source/blog/2018/06/27/find-your-true-self.html index 40f3748d..3e8210f7 100644 --- a/archive-source/blog/2018/06/27/find-your-true-self.html +++ b/archive-source/blog/2018/06/27/find-your-true-self.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/following-the-cosmic-true-love-way.html b/archive-source/blog/2018/06/27/following-the-cosmic-true-love-way.html index 4c24d30b..3ed69ac5 100644 --- a/archive-source/blog/2018/06/27/following-the-cosmic-true-love-way.html +++ b/archive-source/blog/2018/06/27/following-the-cosmic-true-love-way.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/gods-chest-and-our-chest.html b/archive-source/blog/2018/06/27/gods-chest-and-our-chest.html index 3a861269..60a740bf 100644 --- a/archive-source/blog/2018/06/27/gods-chest-and-our-chest.html +++ b/archive-source/blog/2018/06/27/gods-chest-and-our-chest.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/gods-fatherland.html b/archive-source/blog/2018/06/27/gods-fatherland.html index 0fbddc32..f873c0f8 100644 --- a/archive-source/blog/2018/06/27/gods-fatherland.html +++ b/archive-source/blog/2018/06/27/gods-fatherland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/in-search-of-the-origin-of-the-universe.html b/archive-source/blog/2018/06/27/in-search-of-the-origin-of-the-universe.html index 588bf6fe..78ed458b 100644 --- a/archive-source/blog/2018/06/27/in-search-of-the-origin-of-the-universe.html +++ b/archive-source/blog/2018/06/27/in-search-of-the-origin-of-the-universe.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/inter-religious-and-international-federation-for-world-peace-inaugural-address.html b/archive-source/blog/2018/06/27/inter-religious-and-international-federation-for-world-peace-inaugural-address.html index 3b47599c..614644f2 100644 --- a/archive-source/blog/2018/06/27/inter-religious-and-international-federation-for-world-peace-inaugural-address.html +++ b/archive-source/blog/2018/06/27/inter-religious-and-international-federation-for-world-peace-inaugural-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/leaders-conference.html b/archive-source/blog/2018/06/27/leaders-conference.html index 458819c0..5c390031 100644 --- a/archive-source/blog/2018/06/27/leaders-conference.html +++ b/archive-source/blog/2018/06/27/leaders-conference.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/leaders-meeting-3.html b/archive-source/blog/2018/06/27/leaders-meeting-3.html index 75838a18..41f0f3c9 100644 --- a/archive-source/blog/2018/06/27/leaders-meeting-3.html +++ b/archive-source/blog/2018/06/27/leaders-meeting-3.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/leaders-meeting-4.html b/archive-source/blog/2018/06/27/leaders-meeting-4.html index 92c77440..22917de3 100644 --- a/archive-source/blog/2018/06/27/leaders-meeting-4.html +++ b/archive-source/blog/2018/06/27/leaders-meeting-4.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/leadership-conference-2.html b/archive-source/blog/2018/06/27/leadership-conference-2.html index 86fa7617..64caf527 100644 --- a/archive-source/blog/2018/06/27/leadership-conference-2.html +++ b/archive-source/blog/2018/06/27/leadership-conference-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/leadership-conference.html b/archive-source/blog/2018/06/27/leadership-conference.html index 8e4c7db9..75134fd5 100644 --- a/archive-source/blog/2018/06/27/leadership-conference.html +++ b/archive-source/blog/2018/06/27/leadership-conference.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/leadership-meeting.html b/archive-source/blog/2018/06/27/leadership-meeting.html index 8e0860d2..95487126 100644 --- a/archive-source/blog/2018/06/27/leadership-meeting.html +++ b/archive-source/blog/2018/06/27/leadership-meeting.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/let-us-find-our-true-self.html b/archive-source/blog/2018/06/27/let-us-find-our-true-self.html index 29f9ddf5..358b9715 100644 --- a/archive-source/blog/2018/06/27/let-us-find-our-true-self.html +++ b/archive-source/blog/2018/06/27/let-us-find-our-true-self.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/let-us-realize-and-pledge-that-my-family-is-a-representative-family.html b/archive-source/blog/2018/06/27/let-us-realize-and-pledge-that-my-family-is-a-representative-family.html index c6b09821..831c3e64 100644 --- a/archive-source/blog/2018/06/27/let-us-realize-and-pledge-that-my-family-is-a-representative-family.html +++ b/archive-source/blog/2018/06/27/let-us-realize-and-pledge-that-my-family-is-a-representative-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/midnight-benediction-true-gods-day-1998.html b/archive-source/blog/2018/06/27/midnight-benediction-true-gods-day-1998.html index 0913057d..4d325028 100644 --- a/archive-source/blog/2018/06/27/midnight-benediction-true-gods-day-1998.html +++ b/archive-source/blog/2018/06/27/midnight-benediction-true-gods-day-1998.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/my-life-of-faith.html b/archive-source/blog/2018/06/27/my-life-of-faith.html index e3a532f0..b0bb99bd 100644 --- a/archive-source/blog/2018/06/27/my-life-of-faith.html +++ b/archive-source/blog/2018/06/27/my-life-of-faith.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/my-lifes-fate-and-destiny.html b/archive-source/blog/2018/06/27/my-lifes-fate-and-destiny.html index 04b2c8e0..fde118d0 100644 --- a/archive-source/blog/2018/06/27/my-lifes-fate-and-destiny.html +++ b/archive-source/blog/2018/06/27/my-lifes-fate-and-destiny.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/original-family-and-blessed-family.html b/archive-source/blog/2018/06/27/original-family-and-blessed-family.html index 1ed4ab09..fc31f3d7 100644 --- a/archive-source/blog/2018/06/27/original-family-and-blessed-family.html +++ b/archive-source/blog/2018/06/27/original-family-and-blessed-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/our-responsibility-in-becoming-children-of-true-parents.html b/archive-source/blog/2018/06/27/our-responsibility-in-becoming-children-of-true-parents.html index 6c703d12..b5fd9f40 100644 --- a/archive-source/blog/2018/06/27/our-responsibility-in-becoming-children-of-true-parents.html +++ b/archive-source/blog/2018/06/27/our-responsibility-in-becoming-children-of-true-parents.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/peace-and-the-21st-century-the-fundamental-principle-of-true-peace.html b/archive-source/blog/2018/06/27/peace-and-the-21st-century-the-fundamental-principle-of-true-peace.html index f4bc0ec8..aa498441 100644 --- a/archive-source/blog/2018/06/27/peace-and-the-21st-century-the-fundamental-principle-of-true-peace.html +++ b/archive-source/blog/2018/06/27/peace-and-the-21st-century-the-fundamental-principle-of-true-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/perfection-of-the-true-self-and-safe-settlement-of-the-family.html b/archive-source/blog/2018/06/27/perfection-of-the-true-self-and-safe-settlement-of-the-family.html index 36c97228..f942bd66 100644 --- a/archive-source/blog/2018/06/27/perfection-of-the-true-self-and-safe-settlement-of-the-family.html +++ b/archive-source/blog/2018/06/27/perfection-of-the-true-self-and-safe-settlement-of-the-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/restoration-of-true-sonship.html b/archive-source/blog/2018/06/27/restoration-of-true-sonship.html index cbcf464c..599052e1 100644 --- a/archive-source/blog/2018/06/27/restoration-of-true-sonship.html +++ b/archive-source/blog/2018/06/27/restoration-of-true-sonship.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-43rd-anniversary-of-foundation-day.html b/archive-source/blog/2018/06/27/the-43rd-anniversary-of-foundation-day.html index 93bd0da0..3b4f53c2 100644 --- a/archive-source/blog/2018/06/27/the-43rd-anniversary-of-foundation-day.html +++ b/archive-source/blog/2018/06/27/the-43rd-anniversary-of-foundation-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-age-of-great-victory-in-the-history-of-gods-providence.html b/archive-source/blog/2018/06/27/the-age-of-great-victory-in-the-history-of-gods-providence.html index 78eb366b..34138ebf 100644 --- a/archive-source/blog/2018/06/27/the-age-of-great-victory-in-the-history-of-gods-providence.html +++ b/archive-source/blog/2018/06/27/the-age-of-great-victory-in-the-history-of-gods-providence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-family-federation-for-cosmic-peace-and-unification-and-the-cosmic-era-of-blessed-family.html b/archive-source/blog/2018/06/27/the-family-federation-for-cosmic-peace-and-unification-and-the-cosmic-era-of-blessed-family.html index d452bf24..928447d6 100644 --- a/archive-source/blog/2018/06/27/the-family-federation-for-cosmic-peace-and-unification-and-the-cosmic-era-of-blessed-family.html +++ b/archive-source/blog/2018/06/27/the-family-federation-for-cosmic-peace-and-unification-and-the-cosmic-era-of-blessed-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-focal-point-of-settlement-which-god-desires.html b/archive-source/blog/2018/06/27/the-focal-point-of-settlement-which-god-desires.html index 54caa3cc..82fcd0fe 100644 --- a/archive-source/blog/2018/06/27/the-focal-point-of-settlement-which-god-desires.html +++ b/archive-source/blog/2018/06/27/the-focal-point-of-settlement-which-god-desires.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-grand-clean-up-period-in-the-history-of-good-and-evil.html b/archive-source/blog/2018/06/27/the-grand-clean-up-period-in-the-history-of-good-and-evil.html index bc8f9bdf..88d823e9 100644 --- a/archive-source/blog/2018/06/27/the-grand-clean-up-period-in-the-history-of-good-and-evil.html +++ b/archive-source/blog/2018/06/27/the-grand-clean-up-period-in-the-history-of-good-and-evil.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-ideal-family-is-the-base-for-peace-and-unification.html b/archive-source/blog/2018/06/27/the-ideal-family-is-the-base-for-peace-and-unification.html index 5b050580..2f1f68ee 100644 --- a/archive-source/blog/2018/06/27/the-ideal-family-is-the-base-for-peace-and-unification.html +++ b/archive-source/blog/2018/06/27/the-ideal-family-is-the-base-for-peace-and-unification.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-leaders-conference.html b/archive-source/blog/2018/06/27/the-leaders-conference.html index 963ddd1b..5f300ab3 100644 --- a/archive-source/blog/2018/06/27/the-leaders-conference.html +++ b/archive-source/blog/2018/06/27/the-leaders-conference.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-leaders-meeting-2.html b/archive-source/blog/2018/06/27/the-leaders-meeting-2.html index 1144eb0b..c8243d5b 100644 --- a/archive-source/blog/2018/06/27/the-leaders-meeting-2.html +++ b/archive-source/blog/2018/06/27/the-leaders-meeting-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-leaders-meeting-3.html b/archive-source/blog/2018/06/27/the-leaders-meeting-3.html index 99317fe8..2aa70112 100644 --- a/archive-source/blog/2018/06/27/the-leaders-meeting-3.html +++ b/archive-source/blog/2018/06/27/the-leaders-meeting-3.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-leaders-meeting.html b/archive-source/blog/2018/06/27/the-leaders-meeting.html index 2e2cfb98..3e7a56c1 100644 --- a/archive-source/blog/2018/06/27/the-leaders-meeting.html +++ b/archive-source/blog/2018/06/27/the-leaders-meeting.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-leadership-conference.html b/archive-source/blog/2018/06/27/the-leadership-conference.html index 863458d5..d6a8ff3d 100644 --- a/archive-source/blog/2018/06/27/the-leadership-conference.html +++ b/archive-source/blog/2018/06/27/the-leadership-conference.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-meaning-of-the-day-of-victory-of-love.html b/archive-source/blog/2018/06/27/the-meaning-of-the-day-of-victory-of-love.html index 6d4a4fc0..eb00bc92 100644 --- a/archive-source/blog/2018/06/27/the-meaning-of-the-day-of-victory-of-love.html +++ b/archive-source/blog/2018/06/27/the-meaning-of-the-day-of-victory-of-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-new-family-pledge.html b/archive-source/blog/2018/06/27/the-new-family-pledge.html index 1045603d..e5307ea6 100644 --- a/archive-source/blog/2018/06/27/the-new-family-pledge.html +++ b/archive-source/blog/2018/06/27/the-new-family-pledge.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-parents-of-heaven-and-earth-and-the-family-of-absolute-unity.html b/archive-source/blog/2018/06/27/the-parents-of-heaven-and-earth-and-the-family-of-absolute-unity.html index 0cd6ee17..006742e0 100644 --- a/archive-source/blog/2018/06/27/the-parents-of-heaven-and-earth-and-the-family-of-absolute-unity.html +++ b/archive-source/blog/2018/06/27/the-parents-of-heaven-and-earth-and-the-family-of-absolute-unity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-role-of-the-island-nations-in-the-21st-century.html b/archive-source/blog/2018/06/27/the-role-of-the-island-nations-in-the-21st-century.html index e78615c5..bd6db383 100644 --- a/archive-source/blog/2018/06/27/the-role-of-the-island-nations-in-the-21st-century.html +++ b/archive-source/blog/2018/06/27/the-role-of-the-island-nations-in-the-21st-century.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-settlement-of-true-love-begins-from-the-top-central-position.html b/archive-source/blog/2018/06/27/the-settlement-of-true-love-begins-from-the-top-central-position.html index 473bb595..169550a7 100644 --- a/archive-source/blog/2018/06/27/the-settlement-of-true-love-begins-from-the-top-central-position.html +++ b/archive-source/blog/2018/06/27/the-settlement-of-true-love-begins-from-the-top-central-position.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-time-of-liberation-for-the-family-of-world-peace.html b/archive-source/blog/2018/06/27/the-time-of-liberation-for-the-family-of-world-peace.html index ed582264..5d6e98f0 100644 --- a/archive-source/blog/2018/06/27/the-time-of-liberation-for-the-family-of-world-peace.html +++ b/archive-source/blog/2018/06/27/the-time-of-liberation-for-the-family-of-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-time-of-liberation-in-the-providence-and-our-safe-settlement.html b/archive-source/blog/2018/06/27/the-time-of-liberation-in-the-providence-and-our-safe-settlement.html index 7552704e..7a57f2dd 100644 --- a/archive-source/blog/2018/06/27/the-time-of-liberation-in-the-providence-and-our-safe-settlement.html +++ b/archive-source/blog/2018/06/27/the-time-of-liberation-in-the-providence-and-our-safe-settlement.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-time-of-youth.html b/archive-source/blog/2018/06/27/the-time-of-youth.html index eecb3723..baa0eaa7 100644 --- a/archive-source/blog/2018/06/27/the-time-of-youth.html +++ b/archive-source/blog/2018/06/27/the-time-of-youth.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-true-family-and-i.html b/archive-source/blog/2018/06/27/the-true-family-and-i.html index 4528a35c..7746a647 100644 --- a/archive-source/blog/2018/06/27/the-true-family-and-i.html +++ b/archive-source/blog/2018/06/27/the-true-family-and-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-true-foundation-day-for-the-nation-of-the-unified-world.html b/archive-source/blog/2018/06/27/the-true-foundation-day-for-the-nation-of-the-unified-world.html index f5843f72..47ffaaed 100644 --- a/archive-source/blog/2018/06/27/the-true-foundation-day-for-the-nation-of-the-unified-world.html +++ b/archive-source/blog/2018/06/27/the-true-foundation-day-for-the-nation-of-the-unified-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-viewpoint-of-cosmic-history-and-i.html b/archive-source/blog/2018/06/27/the-viewpoint-of-cosmic-history-and-i.html index 70fbe74b..8c7b1e04 100644 --- a/archive-source/blog/2018/06/27/the-viewpoint-of-cosmic-history-and-i.html +++ b/archive-source/blog/2018/06/27/the-viewpoint-of-cosmic-history-and-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/the-way-of-the-martial-arts-federation-for-world-peace.html b/archive-source/blog/2018/06/27/the-way-of-the-martial-arts-federation-for-world-peace.html index 5db453dd..9c0eeea7 100644 --- a/archive-source/blog/2018/06/27/the-way-of-the-martial-arts-federation-for-world-peace.html +++ b/archive-source/blog/2018/06/27/the-way-of-the-martial-arts-federation-for-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/total-calculation-or-accounting-of-gods-historical-providence.html b/archive-source/blog/2018/06/27/total-calculation-or-accounting-of-gods-historical-providence.html index 7bd01897..2af55902 100644 --- a/archive-source/blog/2018/06/27/total-calculation-or-accounting-of-gods-historical-providence.html +++ b/archive-source/blog/2018/06/27/total-calculation-or-accounting-of-gods-historical-providence.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-day-of-all-things-and-the-initiator-of-harmony.html b/archive-source/blog/2018/06/27/true-day-of-all-things-and-the-initiator-of-harmony.html index 30f2dd2a..494eaf47 100644 --- a/archive-source/blog/2018/06/27/true-day-of-all-things-and-the-initiator-of-harmony.html +++ b/archive-source/blog/2018/06/27/true-day-of-all-things-and-the-initiator-of-harmony.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-family-and-true-universe-centering-on-true-love.html b/archive-source/blog/2018/06/27/true-family-and-true-universe-centering-on-true-love.html index 291d72d7..cb2cb256 100644 --- a/archive-source/blog/2018/06/27/true-family-and-true-universe-centering-on-true-love.html +++ b/archive-source/blog/2018/06/27/true-family-and-true-universe-centering-on-true-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-family-and-world-peace.html b/archive-source/blog/2018/06/27/true-family-and-world-peace.html index 4250af6b..8a1d0fa6 100644 --- a/archive-source/blog/2018/06/27/true-family-and-world-peace.html +++ b/archive-source/blog/2018/06/27/true-family-and-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-fathers-forty-years-of-life-alone.html b/archive-source/blog/2018/06/27/true-fathers-forty-years-of-life-alone.html index a7dad143..cae4a716 100644 --- a/archive-source/blog/2018/06/27/true-fathers-forty-years-of-life-alone.html +++ b/archive-source/blog/2018/06/27/true-fathers-forty-years-of-life-alone.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-gods-day-2.html b/archive-source/blog/2018/06/27/true-gods-day-2.html index d1ee440a..aa55745e 100644 --- a/archive-source/blog/2018/06/27/true-gods-day-2.html +++ b/archive-source/blog/2018/06/27/true-gods-day-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-gods-day-midnight-address.html b/archive-source/blog/2018/06/27/true-gods-day-midnight-address.html index df7ed342..8c368a76 100644 --- a/archive-source/blog/2018/06/27/true-gods-day-midnight-address.html +++ b/archive-source/blog/2018/06/27/true-gods-day-midnight-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-gods-day.html b/archive-source/blog/2018/06/27/true-gods-day.html index 284e6e5c..992af8aa 100644 --- a/archive-source/blog/2018/06/27/true-gods-day.html +++ b/archive-source/blog/2018/06/27/true-gods-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-parents-and-the-creation-of-the-ideal-family.html b/archive-source/blog/2018/06/27/true-parents-and-the-creation-of-the-ideal-family.html index d9ea7f9d..f9ca4384 100644 --- a/archive-source/blog/2018/06/27/true-parents-and-the-creation-of-the-ideal-family.html +++ b/archive-source/blog/2018/06/27/true-parents-and-the-creation-of-the-ideal-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-parents-and-true-family.html b/archive-source/blog/2018/06/27/true-parents-and-true-family.html index a3db7181..3927aa63 100644 --- a/archive-source/blog/2018/06/27/true-parents-and-true-family.html +++ b/archive-source/blog/2018/06/27/true-parents-and-true-family.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-parents-birthday-3.html b/archive-source/blog/2018/06/27/true-parents-birthday-3.html index 345aa8f3..4bd60724 100644 --- a/archive-source/blog/2018/06/27/true-parents-birthday-3.html +++ b/archive-source/blog/2018/06/27/true-parents-birthday-3.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-parents-birthday-4.html b/archive-source/blog/2018/06/27/true-parents-birthday-4.html index 39cb86ff..7736e835 100644 --- a/archive-source/blog/2018/06/27/true-parents-birthday-4.html +++ b/archive-source/blog/2018/06/27/true-parents-birthday-4.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-parents-day-address-true-parents-day-is-my-true-sons-day.html b/archive-source/blog/2018/06/27/true-parents-day-address-true-parents-day-is-my-true-sons-day.html index aede1bcd..ea754362 100644 --- a/archive-source/blog/2018/06/27/true-parents-day-address-true-parents-day-is-my-true-sons-day.html +++ b/archive-source/blog/2018/06/27/true-parents-day-address-true-parents-day-is-my-true-sons-day.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-parents-wedding-anniversary-address.html b/archive-source/blog/2018/06/27/true-parents-wedding-anniversary-address.html index 808819e3..7ebda8c6 100644 --- a/archive-source/blog/2018/06/27/true-parents-wedding-anniversary-address.html +++ b/archive-source/blog/2018/06/27/true-parents-wedding-anniversary-address.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/true-world-peace.html b/archive-source/blog/2018/06/27/true-world-peace.html index 7460c50d..46a881ff 100644 --- a/archive-source/blog/2018/06/27/true-world-peace.html +++ b/archive-source/blog/2018/06/27/true-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/truly-thank-you-all-perfection-is-from-my-true-love.html b/archive-source/blog/2018/06/27/truly-thank-you-all-perfection-is-from-my-true-love.html index 0467d247..dd35165a 100644 --- a/archive-source/blog/2018/06/27/truly-thank-you-all-perfection-is-from-my-true-love.html +++ b/archive-source/blog/2018/06/27/truly-thank-you-all-perfection-is-from-my-true-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/view-of-the-principle-of-the-providential-history-of-salvation.html b/archive-source/blog/2018/06/27/view-of-the-principle-of-the-providential-history-of-salvation.html index de8ae426..c61e05b2 100644 --- a/archive-source/blog/2018/06/27/view-of-the-principle-of-the-providential-history-of-salvation.html +++ b/archive-source/blog/2018/06/27/view-of-the-principle-of-the-providential-history-of-salvation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/we-have-to-restore-the-original-seed.html b/archive-source/blog/2018/06/27/we-have-to-restore-the-original-seed.html index 97cb65ca..56921f4d 100644 --- a/archive-source/blog/2018/06/27/we-have-to-restore-the-original-seed.html +++ b/archive-source/blog/2018/06/27/we-have-to-restore-the-original-seed.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/where-and-how-do-you-want-to-live-your-life.html b/archive-source/blog/2018/06/27/where-and-how-do-you-want-to-live-your-life.html index e6cfc616..232cd0ec 100644 --- a/archive-source/blog/2018/06/27/where-and-how-do-you-want-to-live-your-life.html +++ b/archive-source/blog/2018/06/27/where-and-how-do-you-want-to-live-your-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/where-is-the-base-for-the-true-ideal.html b/archive-source/blog/2018/06/27/where-is-the-base-for-the-true-ideal.html index 5dd3d72a..6e8e49b6 100644 --- a/archive-source/blog/2018/06/27/where-is-the-base-for-the-true-ideal.html +++ b/archive-source/blog/2018/06/27/where-is-the-base-for-the-true-ideal.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/who-are-the-parents-of-heaven-and-earth-and-the-unified-world.html b/archive-source/blog/2018/06/27/who-are-the-parents-of-heaven-and-earth-and-the-unified-world.html index 76170711..3f405fb3 100644 --- a/archive-source/blog/2018/06/27/who-are-the-parents-of-heaven-and-earth-and-the-unified-world.html +++ b/archive-source/blog/2018/06/27/who-are-the-parents-of-heaven-and-earth-and-the-unified-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/who-was-i-2.html b/archive-source/blog/2018/06/27/who-was-i-2.html index 95c01a47..1b6fad1b 100644 --- a/archive-source/blog/2018/06/27/who-was-i-2.html +++ b/archive-source/blog/2018/06/27/who-was-i-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/with-jungsung-and-love.html b/archive-source/blog/2018/06/27/with-jungsung-and-love.html index 791d4126..6399c3b5 100644 --- a/archive-source/blog/2018/06/27/with-jungsung-and-love.html +++ b/archive-source/blog/2018/06/27/with-jungsung-and-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/yeon-jin-nims-birthday.html b/archive-source/blog/2018/06/27/yeon-jin-nims-birthday.html index b9dd408f..782feb02 100644 --- a/archive-source/blog/2018/06/27/yeon-jin-nims-birthday.html +++ b/archive-source/blog/2018/06/27/yeon-jin-nims-birthday.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/27/youth-federation-for-world-peace.html b/archive-source/blog/2018/06/27/youth-federation-for-world-peace.html index ac843614..9d00fe6a 100644 --- a/archive-source/blog/2018/06/27/youth-federation-for-world-peace.html +++ b/archive-source/blog/2018/06/27/youth-federation-for-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/29/breaking-down-boundaries-and-world-peace.html b/archive-source/blog/2018/06/29/breaking-down-boundaries-and-world-peace.html index 5a18f221..741047d3 100644 --- a/archive-source/blog/2018/06/29/breaking-down-boundaries-and-world-peace.html +++ b/archive-source/blog/2018/06/29/breaking-down-boundaries-and-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/29/god-is-our-king-and-true-parent.html b/archive-source/blog/2018/06/29/god-is-our-king-and-true-parent.html index 2f49563a..5c0bee16 100644 --- a/archive-source/blog/2018/06/29/god-is-our-king-and-true-parent.html +++ b/archive-source/blog/2018/06/29/god-is-our-king-and-true-parent.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/29/let-us-discover-the-true-meaning-of-i.html b/archive-source/blog/2018/06/29/let-us-discover-the-true-meaning-of-i.html index f07dd9eb..1f8078de 100644 --- a/archive-source/blog/2018/06/29/let-us-discover-the-true-meaning-of-i.html +++ b/archive-source/blog/2018/06/29/let-us-discover-the-true-meaning-of-i.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/29/renewing-the-united-nations-to-build-lasting-peace.html b/archive-source/blog/2018/06/29/renewing-the-united-nations-to-build-lasting-peace.html index e4728f3c..dbc79577 100644 --- a/archive-source/blog/2018/06/29/renewing-the-united-nations-to-build-lasting-peace.html +++ b/archive-source/blog/2018/06/29/renewing-the-united-nations-to-build-lasting-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/29/the-coronation-ceremony-of-the-kingship-of-god.html b/archive-source/blog/2018/06/29/the-coronation-ceremony-of-the-kingship-of-god.html index d044e60d..3e2e5d09 100644 --- a/archive-source/blog/2018/06/29/the-coronation-ceremony-of-the-kingship-of-god.html +++ b/archive-source/blog/2018/06/29/the-coronation-ceremony-of-the-kingship-of-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/29/the-cosmos-is-our-hometown-and-our-fatherland.html b/archive-source/blog/2018/06/29/the-cosmos-is-our-hometown-and-our-fatherland.html index 2bc11d33..9b240561 100644 --- a/archive-source/blog/2018/06/29/the-cosmos-is-our-hometown-and-our-fatherland.html +++ b/archive-source/blog/2018/06/29/the-cosmos-is-our-hometown-and-our-fatherland.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/29/the-kingdom-of-heaven-who-will-enter-it-and-how-will-they-get-there.html b/archive-source/blog/2018/06/29/the-kingdom-of-heaven-who-will-enter-it-and-how-will-they-get-there.html index ab440d5f..df46d400 100644 --- a/archive-source/blog/2018/06/29/the-kingdom-of-heaven-who-will-enter-it-and-how-will-they-get-there.html +++ b/archive-source/blog/2018/06/29/the-kingdom-of-heaven-who-will-enter-it-and-how-will-they-get-there.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/29/the-path-for-america-and-humanity-in-the-last-days.html b/archive-source/blog/2018/06/29/the-path-for-america-and-humanity-in-the-last-days.html index e554ea80..96bb8d26 100644 --- a/archive-source/blog/2018/06/29/the-path-for-america-and-humanity-in-the-last-days.html +++ b/archive-source/blog/2018/06/29/the-path-for-america-and-humanity-in-the-last-days.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/29/the-path-to-world-peace-in-view-of-gods-will.html b/archive-source/blog/2018/06/29/the-path-to-world-peace-in-view-of-gods-will.html index ff6174b1..87fc3b0a 100644 --- a/archive-source/blog/2018/06/29/the-path-to-world-peace-in-view-of-gods-will.html +++ b/archive-source/blog/2018/06/29/the-path-to-world-peace-in-view-of-gods-will.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/29/world-unification-and-north-south-unification-will-be-accomplished-by-true-love.html b/archive-source/blog/2018/06/29/world-unification-and-north-south-unification-will-be-accomplished-by-true-love.html index 75c2d47b..aef1306d 100644 --- a/archive-source/blog/2018/06/29/world-unification-and-north-south-unification-will-be-accomplished-by-true-love.html +++ b/archive-source/blog/2018/06/29/world-unification-and-north-south-unification-will-be-accomplished-by-true-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/36th-true-gods-day-new-year-midnight-prayer.html b/archive-source/blog/2018/06/30/36th-true-gods-day-new-year-midnight-prayer.html index bde01c5c..844d3cd7 100644 --- a/archive-source/blog/2018/06/30/36th-true-gods-day-new-year-midnight-prayer.html +++ b/archive-source/blog/2018/06/30/36th-true-gods-day-new-year-midnight-prayer.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/address-given-at-the-groundbreaking-ceremony-of-the-gimpo-aviation-industrial-complex-of-the-times-aviation-of-korea.html b/archive-source/blog/2018/06/30/address-given-at-the-groundbreaking-ceremony-of-the-gimpo-aviation-industrial-complex-of-the-times-aviation-of-korea.html index 29bd08e1..776cb215 100644 --- a/archive-source/blog/2018/06/30/address-given-at-the-groundbreaking-ceremony-of-the-gimpo-aviation-industrial-complex-of-the-times-aviation-of-korea.html +++ b/archive-source/blog/2018/06/30/address-given-at-the-groundbreaking-ceremony-of-the-gimpo-aviation-industrial-complex-of-the-times-aviation-of-korea.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/belvedere-hoon-dok-hae.html b/archive-source/blog/2018/06/30/belvedere-hoon-dok-hae.html index 138d5182..cef97c9e 100644 --- a/archive-source/blog/2018/06/30/belvedere-hoon-dok-hae.html +++ b/archive-source/blog/2018/06/30/belvedere-hoon-dok-hae.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/ceremony-for-the-total-liberation-of-6000-years-of-providential-history.html b/archive-source/blog/2018/06/30/ceremony-for-the-total-liberation-of-6000-years-of-providential-history.html index f82ef269..73ed3337 100644 --- a/archive-source/blog/2018/06/30/ceremony-for-the-total-liberation-of-6000-years-of-providential-history.html +++ b/archive-source/blog/2018/06/30/ceremony-for-the-total-liberation-of-6000-years-of-providential-history.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/cheon-il-guk-is-the-ideal-heavenly-kingdom-of-eternal-peace.html b/archive-source/blog/2018/06/30/cheon-il-guk-is-the-ideal-heavenly-kingdom-of-eternal-peace.html index 45561963..a5513c66 100644 --- a/archive-source/blog/2018/06/30/cheon-il-guk-is-the-ideal-heavenly-kingdom-of-eternal-peace.html +++ b/archive-source/blog/2018/06/30/cheon-il-guk-is-the-ideal-heavenly-kingdom-of-eternal-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/declaring-the-era-of-the-peace-kingdom.html b/archive-source/blog/2018/06/30/declaring-the-era-of-the-peace-kingdom.html index dffd1e1f..abb41629 100644 --- a/archive-source/blog/2018/06/30/declaring-the-era-of-the-peace-kingdom.html +++ b/archive-source/blog/2018/06/30/declaring-the-era-of-the-peace-kingdom.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/father-to-aclc-clergy-sheraton-national-hotel.html b/archive-source/blog/2018/06/30/father-to-aclc-clergy-sheraton-national-hotel.html index 58a7e203..42efe2a9 100644 --- a/archive-source/blog/2018/06/30/father-to-aclc-clergy-sheraton-national-hotel.html +++ b/archive-source/blog/2018/06/30/father-to-aclc-clergy-sheraton-national-hotel.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/fathers-remarks-from-hoon-dok-hae.html b/archive-source/blog/2018/06/30/fathers-remarks-from-hoon-dok-hae.html index 441f60b3..812d32ec 100644 --- a/archive-source/blog/2018/06/30/fathers-remarks-from-hoon-dok-hae.html +++ b/archive-source/blog/2018/06/30/fathers-remarks-from-hoon-dok-hae.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/fathers-words-in-washington-d-c.html b/archive-source/blog/2018/06/30/fathers-words-in-washington-d-c.html index 0b876556..92f3581b 100644 --- a/archive-source/blog/2018/06/30/fathers-words-in-washington-d-c.html +++ b/archive-source/blog/2018/06/30/fathers-words-in-washington-d-c.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/filial-children-of-god-are-patriots-who-strive-to-liberate-his-heart.html b/archive-source/blog/2018/06/30/filial-children-of-god-are-patriots-who-strive-to-liberate-his-heart.html index 4141c0ee..e14f129f 100644 --- a/archive-source/blog/2018/06/30/filial-children-of-god-are-patriots-who-strive-to-liberate-his-heart.html +++ b/archive-source/blog/2018/06/30/filial-children-of-god-are-patriots-who-strive-to-liberate-his-heart.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/freedom-family-and-faith-the-role-of-the-media-in-the-21st-century.html b/archive-source/blog/2018/06/30/freedom-family-and-faith-the-role-of-the-media-in-the-21st-century.html index d1770402..00d4e0a6 100644 --- a/archive-source/blog/2018/06/30/freedom-family-and-faith-the-role-of-the-media-in-the-21st-century.html +++ b/archive-source/blog/2018/06/30/freedom-family-and-faith-the-role-of-the-media-in-the-21st-century.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/god-and-a-united-world-of-peace.html b/archive-source/blog/2018/06/30/god-and-a-united-world-of-peace.html index 14c41bf2..8e73cd37 100644 --- a/archive-source/blog/2018/06/30/god-and-a-united-world-of-peace.html +++ b/archive-source/blog/2018/06/30/god-and-a-united-world-of-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-fatherland-and-the-age-of-kingship-in-cheon-il-guk.html b/archive-source/blog/2018/06/30/gods-fatherland-and-the-age-of-kingship-in-cheon-il-guk.html index d28d9948..8aa7eb80 100644 --- a/archive-source/blog/2018/06/30/gods-fatherland-and-the-age-of-kingship-in-cheon-il-guk.html +++ b/archive-source/blog/2018/06/30/gods-fatherland-and-the-age-of-kingship-in-cheon-il-guk.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-fatherland-and-the-one-world-2.html b/archive-source/blog/2018/06/30/gods-fatherland-and-the-one-world-2.html index d9aea894..887a37a6 100644 --- a/archive-source/blog/2018/06/30/gods-fatherland-and-the-one-world-2.html +++ b/archive-source/blog/2018/06/30/gods-fatherland-and-the-one-world-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-fatherland-and-the-one-world.html b/archive-source/blog/2018/06/30/gods-fatherland-and-the-one-world.html index 186c0770..83f6ebea 100644 --- a/archive-source/blog/2018/06/30/gods-fatherland-and-the-one-world.html +++ b/archive-source/blog/2018/06/30/gods-fatherland-and-the-one-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-fatherland-and-the-peace-kingdom.html b/archive-source/blog/2018/06/30/gods-fatherland-and-the-peace-kingdom.html index 5d9eeb5d..1ac7093b 100644 --- a/archive-source/blog/2018/06/30/gods-fatherland-and-the-peace-kingdom.html +++ b/archive-source/blog/2018/06/30/gods-fatherland-and-the-peace-kingdom.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-homeland-and-the-peace-kingdom-are-built-on-the-foundation-of-the-realm-of-his-liberation-and-release.html b/archive-source/blog/2018/06/30/gods-homeland-and-the-peace-kingdom-are-built-on-the-foundation-of-the-realm-of-his-liberation-and-release.html index 98cecee1..afe4c88c 100644 --- a/archive-source/blog/2018/06/30/gods-homeland-and-the-peace-kingdom-are-built-on-the-foundation-of-the-realm-of-his-liberation-and-release.html +++ b/archive-source/blog/2018/06/30/gods-homeland-and-the-peace-kingdom-are-built-on-the-foundation-of-the-realm-of-his-liberation-and-release.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-ideal-family-and-the-kingdom-of-the-peaceful-ideal-world.html b/archive-source/blog/2018/06/30/gods-ideal-family-and-the-kingdom-of-the-peaceful-ideal-world.html index 23578ded..2e0d8e8c 100644 --- a/archive-source/blog/2018/06/30/gods-ideal-family-and-the-kingdom-of-the-peaceful-ideal-world.html +++ b/archive-source/blog/2018/06/30/gods-ideal-family-and-the-kingdom-of-the-peaceful-ideal-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-ideal-family-the-model-for-world-peace.html b/archive-source/blog/2018/06/30/gods-ideal-family-the-model-for-world-peace.html index e382ca45..392883db 100644 --- a/archive-source/blog/2018/06/30/gods-ideal-family-the-model-for-world-peace.html +++ b/archive-source/blog/2018/06/30/gods-ideal-family-the-model-for-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-model-for-absoluteness-peace-and-the-ideal-is-the-family-and-global-kingdom-upholding-absolute-sexual-morality.html b/archive-source/blog/2018/06/30/gods-model-for-absoluteness-peace-and-the-ideal-is-the-family-and-global-kingdom-upholding-absolute-sexual-morality.html index 43eeef20..25d28d5d 100644 --- a/archive-source/blog/2018/06/30/gods-model-for-absoluteness-peace-and-the-ideal-is-the-family-and-global-kingdom-upholding-absolute-sexual-morality.html +++ b/archive-source/blog/2018/06/30/gods-model-for-absoluteness-peace-and-the-ideal-is-the-family-and-global-kingdom-upholding-absolute-sexual-morality.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-peace-kingdom-is-the-eternal-homeland-for-all-blessed-families.html b/archive-source/blog/2018/06/30/gods-peace-kingdom-is-the-eternal-homeland-for-all-blessed-families.html index 18d742f2..9fac7691 100644 --- a/archive-source/blog/2018/06/30/gods-peace-kingdom-is-the-eternal-homeland-for-all-blessed-families.html +++ b/archive-source/blog/2018/06/30/gods-peace-kingdom-is-the-eternal-homeland-for-all-blessed-families.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-providence-to-establish-the-world-transcending-religions-and-nations-based-upon-the-absolute-values-of-true-love.html b/archive-source/blog/2018/06/30/gods-providence-to-establish-the-world-transcending-religions-and-nations-based-upon-the-absolute-values-of-true-love.html index f16a5203..609094cb 100644 --- a/archive-source/blog/2018/06/30/gods-providence-to-establish-the-world-transcending-religions-and-nations-based-upon-the-absolute-values-of-true-love.html +++ b/archive-source/blog/2018/06/30/gods-providence-to-establish-the-world-transcending-religions-and-nations-based-upon-the-absolute-values-of-true-love.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/gods-true-love-and-the-liberation-of-the-relationship-of-heaven-and-earth-and-humankind.html b/archive-source/blog/2018/06/30/gods-true-love-and-the-liberation-of-the-relationship-of-heaven-and-earth-and-humankind.html index 6b8c9a7b..f54a80bb 100644 --- a/archive-source/blog/2018/06/30/gods-true-love-and-the-liberation-of-the-relationship-of-heaven-and-earth-and-humankind.html +++ b/archive-source/blog/2018/06/30/gods-true-love-and-the-liberation-of-the-relationship-of-heaven-and-earth-and-humankind.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/hoon-dok-hae.html b/archive-source/blog/2018/06/30/hoon-dok-hae.html index 4d25466d..35b62a49 100644 --- a/archive-source/blog/2018/06/30/hoon-dok-hae.html +++ b/archive-source/blog/2018/06/30/hoon-dok-hae.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/in-order-to-realize-the-world-of-peace.html b/archive-source/blog/2018/06/30/in-order-to-realize-the-world-of-peace.html index 8073c29d..1c3c21c8 100644 --- a/archive-source/blog/2018/06/30/in-order-to-realize-the-world-of-peace.html +++ b/archive-source/blog/2018/06/30/in-order-to-realize-the-world-of-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/let-us-perfect-the-peace-kingdom-through-the-peace-united-nations.html b/archive-source/blog/2018/06/30/let-us-perfect-the-peace-kingdom-through-the-peace-united-nations.html index 3c13ae27..bd534527 100644 --- a/archive-source/blog/2018/06/30/let-us-perfect-the-peace-kingdom-through-the-peace-united-nations.html +++ b/archive-source/blog/2018/06/30/let-us-perfect-the-peace-kingdom-through-the-peace-united-nations.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/message-of-heung-jin-nim-from-the-spiritual-world.html b/archive-source/blog/2018/06/30/message-of-heung-jin-nim-from-the-spiritual-world.html index 804ac8f4..30ed1119 100644 --- a/archive-source/blog/2018/06/30/message-of-heung-jin-nim-from-the-spiritual-world.html +++ b/archive-source/blog/2018/06/30/message-of-heung-jin-nim-from-the-spiritual-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/middle-east-peace-initiative-beyond-co-existence-toward-a-new-culture-of-peace-closing-plenary.html b/archive-source/blog/2018/06/30/middle-east-peace-initiative-beyond-co-existence-toward-a-new-culture-of-peace-closing-plenary.html index b4875210..ab185ac5 100644 --- a/archive-source/blog/2018/06/30/middle-east-peace-initiative-beyond-co-existence-toward-a-new-culture-of-peace-closing-plenary.html +++ b/archive-source/blog/2018/06/30/middle-east-peace-initiative-beyond-co-existence-toward-a-new-culture-of-peace-closing-plenary.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/our-mission-in-the-last-days-of-providential-history.html b/archive-source/blog/2018/06/30/our-mission-in-the-last-days-of-providential-history.html index df6513c8..cccb0259 100644 --- a/archive-source/blog/2018/06/30/our-mission-in-the-last-days-of-providential-history.html +++ b/archive-source/blog/2018/06/30/our-mission-in-the-last-days-of-providential-history.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/the-holy-marriage-blessing-is-the-path-to-unite-the-virtues-of-heaven-and-earth-and-harmonize-and-unify-the-universe-as-one.html b/archive-source/blog/2018/06/30/the-holy-marriage-blessing-is-the-path-to-unite-the-virtues-of-heaven-and-earth-and-harmonize-and-unify-the-universe-as-one.html index eb389b9e..b1c8981b 100644 --- a/archive-source/blog/2018/06/30/the-holy-marriage-blessing-is-the-path-to-unite-the-virtues-of-heaven-and-earth-and-harmonize-and-unify-the-universe-as-one.html +++ b/archive-source/blog/2018/06/30/the-holy-marriage-blessing-is-the-path-to-unite-the-virtues-of-heaven-and-earth-and-harmonize-and-unify-the-universe-as-one.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/the-life-of-jesus-as-seen-from-gods-will-and-gods-warning-to-the-present-age-the-period-of-the-last-days.html b/archive-source/blog/2018/06/30/the-life-of-jesus-as-seen-from-gods-will-and-gods-warning-to-the-present-age-the-period-of-the-last-days.html index 35a0ddc9..6739cd71 100644 --- a/archive-source/blog/2018/06/30/the-life-of-jesus-as-seen-from-gods-will-and-gods-warning-to-the-present-age-the-period-of-the-last-days.html +++ b/archive-source/blog/2018/06/30/the-life-of-jesus-as-seen-from-gods-will-and-gods-warning-to-the-present-age-the-period-of-the-last-days.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/the-messiah-and-true-parents.html b/archive-source/blog/2018/06/30/the-messiah-and-true-parents.html index f6c0f3f6..1262d44e 100644 --- a/archive-source/blog/2018/06/30/the-messiah-and-true-parents.html +++ b/archive-source/blog/2018/06/30/the-messiah-and-true-parents.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/the-mission-of-the-clan-messiah-in-the-revolutionary-era-after-the-coming-of-heaven.html b/archive-source/blog/2018/06/30/the-mission-of-the-clan-messiah-in-the-revolutionary-era-after-the-coming-of-heaven.html index 192c8f39..b32dafa2 100644 --- a/archive-source/blog/2018/06/30/the-mission-of-the-clan-messiah-in-the-revolutionary-era-after-the-coming-of-heaven.html +++ b/archive-source/blog/2018/06/30/the-mission-of-the-clan-messiah-in-the-revolutionary-era-after-the-coming-of-heaven.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/the-new-elimination-of-boundaries-and-world-peace.html b/archive-source/blog/2018/06/30/the-new-elimination-of-boundaries-and-world-peace.html index 9e572da1..abb0b924 100644 --- a/archive-source/blog/2018/06/30/the-new-elimination-of-boundaries-and-world-peace.html +++ b/archive-source/blog/2018/06/30/the-new-elimination-of-boundaries-and-world-peace.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/the-owner-of-re-creation.html b/archive-source/blog/2018/06/30/the-owner-of-re-creation.html index 2fe9c8b4..2f429893 100644 --- a/archive-source/blog/2018/06/30/the-owner-of-re-creation.html +++ b/archive-source/blog/2018/06/30/the-owner-of-re-creation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/the-owners-of-re-creation.html b/archive-source/blog/2018/06/30/the-owners-of-re-creation.html index 6ad14cea..8be3be91 100644 --- a/archive-source/blog/2018/06/30/the-owners-of-re-creation.html +++ b/archive-source/blog/2018/06/30/the-owners-of-re-creation.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/the-true-owners-in-establishing-the-kingdom-of-peace-and-unity-in-heaven-and-on-earth.html b/archive-source/blog/2018/06/30/the-true-owners-in-establishing-the-kingdom-of-peace-and-unity-in-heaven-and-on-earth.html index 49278ae4..cc59b17e 100644 --- a/archive-source/blog/2018/06/30/the-true-owners-in-establishing-the-kingdom-of-peace-and-unity-in-heaven-and-on-earth.html +++ b/archive-source/blog/2018/06/30/the-true-owners-in-establishing-the-kingdom-of-peace-and-unity-in-heaven-and-on-earth.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/true-father-rev-sun-myung-moon.html b/archive-source/blog/2018/06/30/true-father-rev-sun-myung-moon.html index 4ec06598..01095dcb 100644 --- a/archive-source/blog/2018/06/30/true-father-rev-sun-myung-moon.html +++ b/archive-source/blog/2018/06/30/true-father-rev-sun-myung-moon.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/true-father-reverend-sun-myung-moon.html b/archive-source/blog/2018/06/30/true-father-reverend-sun-myung-moon.html index 04ab82ba..e80c7429 100644 --- a/archive-source/blog/2018/06/30/true-father-reverend-sun-myung-moon.html +++ b/archive-source/blog/2018/06/30/true-father-reverend-sun-myung-moon.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/true-fathers-word-at-hoon-dok-hae.html b/archive-source/blog/2018/06/30/true-fathers-word-at-hoon-dok-hae.html index 9c5c1fa1..044fbef8 100644 --- a/archive-source/blog/2018/06/30/true-fathers-word-at-hoon-dok-hae.html +++ b/archive-source/blog/2018/06/30/true-fathers-word-at-hoon-dok-hae.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/true-fathers-words-at-hoon-dok-hae.html b/archive-source/blog/2018/06/30/true-fathers-words-at-hoon-dok-hae.html index 4c294e0d..1db45350 100644 --- a/archive-source/blog/2018/06/30/true-fathers-words-at-hoon-dok-hae.html +++ b/archive-source/blog/2018/06/30/true-fathers-words-at-hoon-dok-hae.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/true-parents-arrival-and-joyful-gathering.html b/archive-source/blog/2018/06/30/true-parents-arrival-and-joyful-gathering.html index f185b30f..19d2e4a0 100644 --- a/archive-source/blog/2018/06/30/true-parents-arrival-and-joyful-gathering.html +++ b/archive-source/blog/2018/06/30/true-parents-arrival-and-joyful-gathering.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/06/30/true-parents-hoon-dok-hae-and-sunday-message.html b/archive-source/blog/2018/06/30/true-parents-hoon-dok-hae-and-sunday-message.html index 7c8b0057..f3a747d9 100644 --- a/archive-source/blog/2018/06/30/true-parents-hoon-dok-hae-and-sunday-message.html +++ b/archive-source/blog/2018/06/30/true-parents-hoon-dok-hae-and-sunday-message.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/07/20/blessed-marriage-and-eternal-life.html b/archive-source/blog/2018/07/20/blessed-marriage-and-eternal-life.html index 705f2b78..e61263b1 100644 --- a/archive-source/blog/2018/07/20/blessed-marriage-and-eternal-life.html +++ b/archive-source/blog/2018/07/20/blessed-marriage-and-eternal-life.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/07/20/the-central-role-of-women-in-the-ideal-world.html b/archive-source/blog/2018/07/20/the-central-role-of-women-in-the-ideal-world.html index 9378c34a..1fb60a26 100644 --- a/archive-source/blog/2018/07/20/the-central-role-of-women-in-the-ideal-world.html +++ b/archive-source/blog/2018/07/20/the-central-role-of-women-in-the-ideal-world.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/07/20/the-nation-and-world-of-peace-sought-by-god-and-humanity.html b/archive-source/blog/2018/07/20/the-nation-and-world-of-peace-sought-by-god-and-humanity.html index 57c6bcd4..a4ba3532 100644 --- a/archive-source/blog/2018/07/20/the-nation-and-world-of-peace-sought-by-god-and-humanity.html +++ b/archive-source/blog/2018/07/20/the-nation-and-world-of-peace-sought-by-god-and-humanity.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/07/20/the-origin-of-peace-is-god.html b/archive-source/blog/2018/07/20/the-origin-of-peace-is-god.html index 299f6f55..18869648 100644 --- a/archive-source/blog/2018/07/20/the-origin-of-peace-is-god.html +++ b/archive-source/blog/2018/07/20/the-origin-of-peace-is-god.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/07/20/the-path-of-life-for-all-humankind.html b/archive-source/blog/2018/07/20/the-path-of-life-for-all-humankind.html index 7ab90804..ef8d5a25 100644 --- a/archive-source/blog/2018/07/20/the-path-of-life-for-all-humankind.html +++ b/archive-source/blog/2018/07/20/the-path-of-life-for-all-humankind.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/07/20/true-parents-and-the-completed-testament-age.html b/archive-source/blog/2018/07/20/true-parents-and-the-completed-testament-age.html index 97dcc1f2..df81fe69 100644 --- a/archive-source/blog/2018/07/20/true-parents-and-the-completed-testament-age.html +++ b/archive-source/blog/2018/07/20/true-parents-and-the-completed-testament-age.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/07/20/world-peace-and-the-role-of-women.html b/archive-source/blog/2018/07/20/world-peace-and-the-role-of-women.html index b6a31a18..90b5b651 100644 --- a/archive-source/blog/2018/07/20/world-peace-and-the-role-of-women.html +++ b/archive-source/blog/2018/07/20/world-peace-and-the-role-of-women.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2018/07/20/youth-federation-for-world-peace-2.html b/archive-source/blog/2018/07/20/youth-federation-for-world-peace-2.html index 06c18d0d..63e4df6a 100644 --- a/archive-source/blog/2018/07/20/youth-federation-for-world-peace-2.html +++ b/archive-source/blog/2018/07/20/youth-federation-for-world-peace-2.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/2019/03/01/marriage-blessing-celebration-event.html b/archive-source/blog/2019/03/01/marriage-blessing-celebration-event.html index 9ff13f0f..100530c2 100644 --- a/archive-source/blog/2019/03/01/marriage-blessing-celebration-event.html +++ b/archive-source/blog/2019/03/01/marriage-blessing-celebration-event.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/categories/announcements.html b/archive-source/blog/categories/announcements.html index 159b4c4f..60d903da 100644 --- a/archive-source/blog/categories/announcements.html +++ b/archive-source/blog/categories/announcements.html @@ -10,19 +10,14 @@ - + - - - + + -
    +
    @@ -35,7 +30,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/categories/events.html b/archive-source/blog/categories/events.html index b463e481..aecd155a 100644 --- a/archive-source/blog/categories/events.html +++ b/archive-source/blog/categories/events.html @@ -10,19 +10,14 @@ - + - - - + + -
    +
    @@ -35,7 +30,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/categories/news.html b/archive-source/blog/categories/news.html index 2c4079ce..641e416f 100644 --- a/archive-source/blog/categories/news.html +++ b/archive-source/blog/categories/news.html @@ -10,19 +10,14 @@ - + - - - + + -
    +
    @@ -35,7 +30,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/categories/uncategorized.html b/archive-source/blog/categories/uncategorized.html index fcf6f9cf..e674dae4 100644 --- a/archive-source/blog/categories/uncategorized.html +++ b/archive-source/blog/categories/uncategorized.html @@ -10,19 +10,14 @@ - + - - - + + -
    +
    @@ -35,7 +30,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - - - - - - - - + diff --git a/archive-source/blog/tags/blessing.html b/archive-source/blog/tags/blessing.html index e45b8d8b..054099a1 100644 --- a/archive-source/blog/tags/blessing.html +++ b/archive-source/blog/tags/blessing.html @@ -10,19 +10,14 @@ - + - - - + + -
    +
    @@ -35,7 +30,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/tags/god.html b/archive-source/blog/tags/god.html index 642b1843..47975dbc 100644 --- a/archive-source/blog/tags/god.html +++ b/archive-source/blog/tags/god.html @@ -10,19 +10,14 @@ - + - - - + + -
    +
    @@ -35,7 +30,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/tags/marriage.html b/archive-source/blog/tags/marriage.html index 2d937bb2..7e4f8f6f 100644 --- a/archive-source/blog/tags/marriage.html +++ b/archive-source/blog/tags/marriage.html @@ -10,19 +10,14 @@ - + - - - + + -
    +
    @@ -35,7 +30,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/blog/tags/relationships.html b/archive-source/blog/tags/relationships.html index 15caef93..1cd7560e 100644 --- a/archive-source/blog/tags/relationships.html +++ b/archive-source/blog/tags/relationships.html @@ -10,19 +10,14 @@ - + - - - + + -
    +
    @@ -35,7 +30,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - + diff --git a/archive-source/contact.html b/archive-source/contact.html index 7f0abe9b..f6b67ef8 100644 --- a/archive-source/contact.html +++ b/archive-source/contact.html @@ -10,20 +10,15 @@ - + - - - + + -
    +
    @@ -36,7 +31,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - - + diff --git a/archive-source/events.html b/archive-source/events.html index 696d4ef8..2ba4c79a 100644 --- a/archive-source/events.html +++ b/archive-source/events.html @@ -22,21 +22,14 @@ - + - - - - - + + -
    +
    @@ -49,7 +42,11 @@ var parabola_settings = {"masonry":"0","magazine":"0","mobile":"1","fitvids":"1" - - - - - - - - - - - - - - - - - - - - - + diff --git a/archive-source/index.html b/archive-source/index.html index 5d62e8b7..c37adca4 100644 --- a/archive-source/index.html +++ b/archive-source/index.html @@ -10,20 +10,14 @@ - + - - - - + + -
    +
    @@ -36,7 +30,11 @@ var parabola_settings = {"masonry":"1","magazine":"1","mobile":"1","fitvids":"1"