From a2f1d5156147df033b38b0e9e241c5d0e0f7cb1e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 16 Jan 2019 21:34:56 +0000 Subject: [PATCH] Render redirect page for each account --- config.yml | 2 ++ layouts/_default/single.html | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 layouts/_default/single.html diff --git a/config.yml b/config.yml index 9e4497d..f95b6f3 100644 --- a/config.yml +++ b/config.yml @@ -12,3 +12,5 @@ disableKinds: outputs: home: - html + page: + - html diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..be7192e --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,10 @@ + + + {{ .Params.account_url }} + + + + +

Redirecting to {{ .Params.account_url }}...

+ +