From c56088d19dbaecefd51548b246551102815c5907 Mon Sep 17 00:00:00 2001 From: Dokotela Date: Fri, 10 Jun 2022 15:52:21 -0400 Subject: [PATCH] Trying a different redirect tact --- archetypes/redirect.md | 10 ---------- content/fhirfli/8-fhirpath-demo.md | 21 +++++++++++++-------- layouts/redirect/redirect.html | 7 ------- 3 files changed, 13 insertions(+), 25 deletions(-) delete mode 100644 archetypes/redirect.md delete mode 100644 layouts/redirect/redirect.html diff --git a/archetypes/redirect.md b/archetypes/redirect.md deleted file mode 100644 index c970416..0000000 --- a/archetypes/redirect.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -draft = true -date = {{ .Date }} -type = "redirect" -slug = "{{ .Name }}" -redirect = "https://..." -+++ -CONTENT NOT RENDERED - -Only insert details here if you want to enter any additional detail about the purpose of the redirect, otherwise you can just leave this portion of your file blank. \ No newline at end of file diff --git a/content/fhirfli/8-fhirpath-demo.md b/content/fhirfli/8-fhirpath-demo.md index 6794df6..fad0330 100644 --- a/content/fhirfli/8-fhirpath-demo.md +++ b/content/fhirfli/8-fhirpath-demo.md @@ -1,8 +1,13 @@ -+++ -draft = true -date: 2022-06-10T18:35:16Z -type = "redirect" -slug = "8-fhirpath-demo" -redirect = "https://fhir-path-demo-mctbmzb4uq-uc.a.run.app/" -+++ -FHIRPath Demo \ No newline at end of file +--- +title: "FHIRPath Demo" +date: 2021-12-31T03:11:30Z +type: post +author: Grey Faulkenberry, MD MPH +tags: ["FHIRPath®", "FHIR®"] +--- + + + + + + \ No newline at end of file diff --git a/layouts/redirect/redirect.html b/layouts/redirect/redirect.html deleted file mode 100644 index 920157b..0000000 --- a/layouts/redirect/redirect.html +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file